:root {
	--yoast-betheme-color-paragraph: #555D66;
}

.yoast, .yoast h2, .yoast h3 {
	font-family: var(--yoast-font-family) !important;
}

.yoast h2 {
	color: var(--yoast-color-dark);
	font-size: 1.3em;
	font-weight: var(--yoast-font-weight-bold);
	margin-bottom: 1em;
}

.yoast label, .yoast input, .yoast select:not(:focus), .yoast input:focus, .yoast select:focus {
	color: var(--yoast-color-font-default);
	background-color: rgba(0,0,0,0);
	border-color: var(--yoast-color-secondary-darker);
}

.yoast label {
	color: var(--yoast-color-label);
}

.yoast input[disabled] {
	background-color: var(--yoast-color-inactive-grey-light);
}

.yoast.components-panel__body .yoast-title {
	font-weight: 500;
}

.yoast-field-group__title b {
	font-weight: var(--yoast-font-weight-bold);
}

.yoast h3 span > span {
	font-weight: 400;
}

.yoast-betheme-panel__fills {
	color: var(--yoast-color-dark);
	background-color: var(--yoast-color-white);
	-webkit-font-smoothing: subpixel-antialiased;
}

.yoast li, .yoast p, .yoast small {
	margin-bottom: 6px;
	line-height: 1.5;
}

.yoast ul[role='list'] li, .yoast p, .yoast small {
	color: var(--yoast-betheme-color-paragraph);
}

.yoast-betheme-panel__fills p a, .button-link, .yoast a, .yoast a p {
	color: var(--yoast-color-link);
	text-decoration: underline;
}

.yoast a.dashicons {
	color: var(--yoast-color-inactive-text);
	height: 24px;
	width: 24px;
	vertical-align: text-bottom;
}

.button-link {
	border: none;
	background: none;
	cursor: pointer;
	font-size: 1em;
	line-height: 1.5;
}

.yoast-betheme-panel__fills .UpsellLinkButton, .yoast .yoast-button-upsell {
	line-height: 1.4em;
	color: var(--yoast-color-label);
	text-decoration: none;
}

.yoast-betheme-panel__fills h3 > button {
	border: none;
	box-shadow: none;
	background: none;
}

.yoast-gutenberg-modal .yoast-notice-container > hr {
	border-top-color: #ddd;
	border-top-style: solid;
}

.yoast-gutenberg-modal input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 18px;
	height: 18px;
	padding: 2px;
	margin: 0 8px 0 0;
	vertical-align: text-bottom;
	border-radius: 50%;
	transition: all 150ms ease-out 0s;
	border: var(--yoast-border-default);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.yoast-gutenberg-modal input[type="radio"]:checked {
	border-color: var(--yoast-color-primary);
	background-color: inherit;
}

.yoast-gutenberg-modal input[type='radio']:checked:after {
	background: var(--yoast-color-primary);
	width: 10px;
	height: 10px;
	background: var(--yoast-color-primary);
	position: absolute;
	left: 3px;
	top: 3px;
	content: "";
	display: block;
	border-radius: 50%;
}

.yoast-post-settings-modal .yoast-notice-container {
	bottom: auto;
}

.yoast-gutenberg-modal .components-popover.components-tooltip {
	position: relative;
	left: unset !important;
	top: 15px !important;
	right: 40px;
}

/* Tab-focus styling */
.yoast div:focus, div.yoast:focus {
	outline: 0;
}

.yoast a:focus, .yoast .button-link:focus {
	color: #124964;
	box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
	outline: 1px solid transparent;
}

.yoast a.dashicons:focus {
	color: #1e8cbe;
}

.yoast input[type="radio"]:checked:focus {
	box-shadow: var(--yoast-color-focus);
	border-color: #fff;
}

.yoast .yoast-button-upsell:focus {
	color: #000;
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
}

/* Introduction message */

.yoast-betheme-introduction {
	position: absolute !important;
	z-index: 1;
	background-color: #fff;
	box-shadow: var(--yoast-shadow-default);
	text-align: left;
	padding: 20px;
}

#yoast-introduction {
	top: 5px!important;
	left: 41px!important;
	border-radius: 3px;
}

#yoast-introduction-editor-v2 {
	border: solid 1px black;
	border-radius: 8px;
}

.yoast-betheme-introduction::before {
	content: "";
	position: absolute;
	border: solid transparent;
}

#yoast-introduction::before {
	left: -12px;
	top: 8px;
	border-bottom-color: #fff;
	border-width: 7px 5px;
	transform: rotate(-90deg);
}

#yoast-introduction-editor-v2::before {
	left: var(--yoast-betheme-introduction-arrow, 28%);
	top: -20px;
	border-width: 10px 8px;
	border-bottom-color: black;
}

.yoast-betheme-introduction > div {
	color: var(--yoast-color-default);
}

.yoast-betheme-introduction > .dialog-header {
	font-weight: var(--yoast-font-weight-bold);
	line-height: 1.3;
}

.yoast-betheme-introduction > .dialog-message {
	margin-top: 0.5em;
}

.yoast-betheme-introduction > .dialog-buttons-wrapper {
	display: flex;
	justify-content: flex-end;
	margin-top: 12px;
}

#yoast-introduction .dialog-button, #yoast-introduction-editor-v2 .dialog-button {
	background-color: var(--yoast-color-primary);
	padding: 7px 17px;
	font-size: 12px;
}

/* All hover effects */
@media(hover:hover) {

	.yoast a:hover, .yoast a:hover p, .yoast-betheme-panel__fills p a:hover, .button-link:hover {
		color: var(--yoast-color-primary-darker);
	}

	.yoast a.dashicons:hover {
		color: var(--yoast-color-link);
	}

	.yoast-betheme-panel__fills .UpsellLinkButton:hover, .yoast .yoast-button-upsell:hover {
		color: var(--yoast-color-label);
	}
}



/****
 * 
 * 
 * Premium
 * 
 * 
 * */


 .yst-root button.yst-replacevar__use-ai-button {
    align-items: center;
    background-color: #f7f7f7;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-shadow: inset 0 -2px 0 0 #0000001a;
    box-sizing: border-box;
    color: #303030;
    cursor: pointer;
    display: flex;
    min-height: 32px;
    padding: 0 .5em;
    transition: var(--yoast-transition-default)
}

.yst-root button.yst-replacevar__use-ai-button:hover {
    background-color: #fff;
    border-color: var(--yoast-color-border--default);
    color: #000
}

.yst-root button.yst-replacevar__use-ai-button:disabled {
    cursor: default;
    opacity: .5
}

.yst-root .yst-logo-icon {
    background-color: var(--yoast-color-primary);
    display: inline-block;
    mask-image: var(--yoast-svg-icon-yoast);
    -webkit-mask-image: var(--yoast-svg-icon-yoast);
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%
}

.yst-root .yst-ai-mode .yst-radio-group__options {
    flex-direction: row;
    gap: 1.5rem
}

.yst-root .yst-length-progress-bar.yst-score-good .yst-progress-bar__progress {
    background-color: #7ad03a
}

.yst-root .yst-length-progress-bar.yst-score-ok .yst-progress-bar__progress {
    background-color: #ee7c1b
}

.yst-root .yst-length-progress-bar.yst-score-bad .yst-progress-bar__progress {
    background-color: #dc3232
}

.yst-root .yst-suggestions-radio-group .yst-radio-group__options {
    gap: 0
}

.yst-root .yst-suggestions-radio-group .yst-radio-group__options>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)))
}

.yst-root .yst-introduction-modal .yst-modal__close-button {
    --tw-text-opacity: 1;
    background-color: initial;
    color: rgb(107 114 128/var(--tw-text-opacity))
}

.yst-root .yst-introduction-modal .yst-modal__close-button:focus {
    --tw-ring-offset-width: 0px;
    outline: 2px solid #0000;
    outline-offset: 2px
}

.yst-root .yst-ai-modal .yst-modal__panel {
    overflow: visible
}

.yst-root .yst-revoke-button .yst-animate-spin {
    --tw-text-opacity: 1;
    color: rgb(252 165 165/var(--tw-text-opacity))
}

.yst-root #facebookPreview,.yst-root #twitterPreview,.yst-root #yoast-snippet-preview-container {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    margin-left: auto;
    margin-right: auto
}

.yst-root #yoast-snippet-preview-container {
    border-bottom: 1px hidden #fff;
    border-radius: 8px;
    box-shadow: 0 1px 6px #20212447
}

.yst-root .yoast-snippet-preview-section {
    padding: .5rem
}

.yst-root .yoast-snippet-preview-container__wrapper {
    background-color: initial
}

.yst-root .desktop #yoast-snippet-preview-container {
    padding: 12px 16px
}

.yst-root .desktop.yst-user-agent__mobile .yoast-snippet-preview-section {
    padding: 0
}

.yst-root .desktop.yst-user-agent__mobile .yoast-snippet-preview-container__wrapper {
    position: relative
}

.yst-root .desktop.yst-user-agent__mobile #yoast-snippet-preview-container {
    --yst-padding-bottom: 12px
}

.yst-root .desktop.yst-user-agent__mobile #yoast-snippet-preview-container:has(+div) {
    --yst-padding-bottom: calc(2rem + 22px)
}

.yst-root .desktop.yst-user-agent__mobile #yoast-snippet-preview-container {
    background-color: initial;
    border-bottom: none;
    border-radius: 0;
    box-shadow: none;
    display: grid;
    padding-bottom: var(--yst-padding-bottom);
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .5rem
}

.yst-root .desktop.yst-user-agent__mobile #yoast-snippet-preview-container>div:first-child {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-bottom: 1px hidden #fff;
    border-radius: 8px;
    box-shadow: 0 1px 6px #20212447;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 16px;
    width: inherit
}

.yst-root .desktop.yst-user-agent__mobile #yoast-snippet-preview-container+div {
    align-items: center;
    bottom: 0;
    display: flex;
    height: calc(2rem + 22px);
    justify-content: center;
    left: .5rem;
    margin: 0;
    pointer-events: none;
    position: absolute;
    right: .5rem
}

.yst-root .yst-border-gradient {
    border-image: linear-gradient(to bottom right,#cd82ab,#a5b4fc) 1;
    position: relative;
    z-index: 0
}

.yst-root .yst-border-gradient:before {
    background: linear-gradient(to bottom right,#cd82ab,#a5b4fc);
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    -webkit-mask: linear-gradient(#fff,#fff) content-box,linear-gradient(#fff,#fff) border-box;
    mask: linear-gradient(#fff,#fff) content-box,linear-gradient(#fff,#fff) border-box;
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    padding: 1px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.yst-root svg.yst-ai-counter-badge__sparkles-icon path {
    stroke-width: 1.3!important
}

.yst-root .yst-ai-counter-badge__skeleton {
    border-radius: 9999px!important
}


/*# sourceMappingURL=elementor.css.map */
