/* Global styling to be moved later */
:root {
	--font-size-h1: 3.25rem;
	--font-size-h2: 3rem;
	--font-size-h3: 2.5rem;
	--font-size-h4: 2rem;
	--font-size-h5: 1.625rem;
	--font-size-h6: 1.25rem;
	--font-size-h1-mobile: 2.25rem;
	--font-size-h2-mobile: 1.875rem;
	--font-size-h3-mobile: 1.5rem;
	--font-size-h4-mobile: 1.25rem;
	--font-size-h5-mobile: 1.125rem;
	--font-size-h6-mobile: 1rem;
	--font-size-lg: 1.625rem;
	--font-size-lg-mobile: 1.25rem;
	--font-size-md: 1.25rem;
	--font-size-md-mobile: 1.125rem;
	--font-size-base: 1rem;
	--font-size-sm: 0.875rem;
	--font-weight-headings: 600;
	--wrap-padding-x: 16px;
	--wrap-width: calc(1200px + calc(var(--wrap-padding-x) * 2));
}

html {
	--lt-header-height: 72px;
}

.breadcrumbs {
	font-size: 1rem;
	margin-bottom: 1.5rem;
}

.breadcrumbs svg {
	position: relative;
	top: -0.05em;
	vertical-align: middle;
}

.breadcrumb_last {
	font-weight: 600;
}

.section-spacing {
	margin-block: 4rem;
}

@media (min-width: 992px) {
	.section-spacing {
		margin-block: 6rem;
	}	
}

.section-padding {
	padding-block: 3rem;
}

@media (min-width: 992px) {
	.section-padding {
		padding-block: 4rem;
	}	
}

body {
	line-height: 1.5;
	font-size: var(--font-size-base);
	color: var(--neutral-700);
}

.site-inner h1,
.site-inner h2,
.site-inner h3,
.site-inner h4,
.site-inner h5,
.site-inner h6,
.site-inner h1 strong,
.site-inner h2 strong,
.site-inner h3 strong,
.site-inner h4 strong,
.site-inner h5 strong,
.site-inner h6 strong {
	font-weight: var(--font-weight-headings);
	color: var(--primary-900);
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 1.5rem;
}

.site-inner h1,
.site-container .site-inner .fs-h1 {
	font-size: var(--font-size-h1-mobile);
	letter-spacing: -0.01em;
	line-height: 1.33;
}

@media (min-width: 992px) {
	.site-inner h1,
	.site-container .site-inner .fs-h1 {
		font-size: var(--font-size-h1);
		letter-spacing: -0.02em;
		line-height: 1.23;
	}	
}

.site-inner h2,
.site-container .site-inner .fs-h2 {
	font-size: var(--font-size-h2-mobile);
	line-height: 1.33;
}

.entry-content h2 {
	margin-top: 3rem;
}

@media (min-width: 992px) {
	.site-inner h2,
	.site-container .site-inner .fs-h2 {
		font-size: var(--font-size-h2);
		letter-spacing: -0.02em;
		line-height: 1.22;
	}	
}

.site-inner h3,
.site-container .site-inner .fs-h3 {
	font-size: var(--font-size-h3-mobile);
	line-height: 1.33;
}

@media (min-width: 992px) {
	.site-inner h3,
	.site-container .site-inner .fs-h3 {
		font-size: var(--font-size-h3);
		line-height: 1.2;
	}	
}

.site-inner h4,
.site-container .site-inner .fs-h4 {
	font-size: var(--font-size-h4-mobile);
	line-height: 1.4;
}

@media (min-width: 992px) {
	.site-inner h4,
	.site-container .site-inner .fs-h4 {
		font-size: var(--font-size-h4);
		line-height: 1.25;
	}	
}

.site-inner h5,
.site-container .site-inner .fs-h5 {
	font-size: var(--font-size-h5-mobile);
	line-height: 1.45;
}

@media (min-width: 992px) {
	.site-inner h5,
	.site-container .site-inner .fs-h5 {
		font-size: var(--font-size-h5);
		line-height: 1.23;
	}	
}

.site-inner h6,
.site-container .site-inner .fs-h6 {
	font-size: var(--font-size-h6-mobile);
	line-height: 1.5;
}

@media (min-width: 992px) {
	.site-inner h6,
	.site-container .site-inner .fs-h6 {
		font-size: var(--font-size-h6);
		line-height: 1.6;
	}	
}

.text-lg {
	font-size: var(--font-size-lg-mobile);
	line-height: 1.4;
}

@media (min-width: 992px) {
	.text-lg {
		font-size: var(--font-size-lg);
		line-height: 1.23;
	}
}

.text-md {
	font-size: var(--font-size-md-mobile);
	line-height: 1.45;
}

@media (min-width: 992px) {
	.text-md {
		font-size: var(--font-size-md);
		line-height: 1.6;
	}
}

.has-text-align-center {
    text-align: center;
}

p {
	line-height: 1.5;
	font-size: var(--font-size-base);
}

.entry-content a:not(.btn),
.btn-link {
	border-bottom: none;
	color: var(--primary-500-blue);
	text-transform: unset;
}

.entry-content a:not(.btn):hover,
.entry-content a:not(.btn):focus,
.btn-link:hover,
.btn-link:focus {
	color: var(--primary-600);
}	

@media (hover: hover) {
	.entry-content a:not(.btn):hover,
	.btn-link:hover {
		text-decoration: underline;
	}
}

.entry-content a:not(.btn):active,
.btn-link:active {
	color: var(--primary-900);
}

.entry-content ol, 
.entry-content ul {
	padding-left: 2.25rem;
	font-size: var(--font-size-base);
}

.wp-block-image {
	margin: 1.5rem 0;
}

.wp-block-image img {
	border: none;
	width: 100%;
}

.wp-block-image figcaption,
.wp-block-table figcaption {
	font-size: var(--font-size-sm);
	margin-top: 0.25rem;
}

table,
.wp-block-table table, 
table.tablepress {
	border: none;
	border-radius: 1rem;
	overflow: hidden;
	min-width: 100%;
	border-collapse: collapse;
}

table td,
table th,
.tablepress thead th,
.tablepress tbody td,
.tablepress .show-hide td {
	padding: 0.75rem;
}

table tr td,
.tablepress tbody tr td {
	border: none;
	font-size: 1rem;
}

table tr:nth-child(even) td,
.tablepress tbody tr:nth-child(even) td {
	background-color: var(--neutral-50);
}

table thead th,
table tfoot td,
.tablepress thead tr th,
.tablepress thead tr td {
	background-color: var(--secondary-200);
	font-weight: 600;
}

.tablepress .show-hide {
	background-color: var(--secondary-200);
}

button,
.btn {
	cursor: pointer;
}

.btn-solid,
.btn-solid-white {
	--btn-bg-color: var(--primary-500-blue);
	--btn-text-color: #fff;
	--btn-border-color: var(--primary-500-blue);
	--btn-bg-color-hover: var(--primary-600);
	--btn-text-color-hover: #fff;
	--btn-border-color-hover: var(--primary-600);
	--btn-bg-color-pressed: var(--primary-900);
	--btn-text-color-pressed: #fff;
	--btn-border-color-pressed: var(--primary-900);
	--btn-bg-color-disabled: var(--neutral-400);
	--btn-text-color-disabled: #fff;
	--btn-border-color-disabled: var(--neutral-400);
	--btn-border-width: 1px;

	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: var(--btn-bg-color);
	color: var(--btn-text-color);
	border: var(--btn-border-width) solid var(--btn-border-color);
	border-radius: 8px;
	padding: 1rem 2rem;
	font-weight: 600;
	min-width: 52px;
    min-height: 54px;
}

@media (max-width: 450px) {
	.btn-solid,
	.btn-solid-white {
		display: flex;
	}
}

.btn-solid:hover,
.btn-solid:focus,
.btn-solid-white:hover,
.btn-solid-white:focus {
	background-color: var(--btn-bg-color-hover);
	color: var(--btn-text-color-hover);
	border-color: var(--btn-border-color-hover);
}

.btn-solid:active,
.btn-solid-white:active {
	background-color: var(--btn-bg-color-pressed);
	color: var(--btn-text-color-pressed);
	border-color: var(--btn-border-color-pressed);
}

.btn-solid:disabled,
.btn-solid-white:disabled {
	background-color: var(--btn-bg-color-disabled);
	color: var(--btn-text-color-disabled);
	border-color: var(--btn-border-color-disabled);
}

.btn-solid-white {
	--btn-bg-color: #fff;
	--btn-text-color: var(--primary-500-blue);
	--btn-border-color: var(--secondary-300-blue);
	--btn-bg-color-hover: #fff;
	--btn-text-color-hover: var(--primary-500-blue);
	--btn-border-color-hover: var(--secondary-400);
	--btn-bg-color-pressed: #fff;
	--btn-text-color-pressed: var(--primary-500-blue);
	--btn-border-color-pressed: var(--secondary-500);
	--btn-bg-color-disabled: #fff;
	--btn-text-color-disabled: var(--secondary-500);
	--btn-border-color-disabled: var(--secondary-200);
}

.btn.btn-arrow {
	position: relative;
}

.btn.btn-arrow::after {
	content: "";
	-webkit-mask-image: url(/wp-content/themes/genesis-lt-v2/images/arrow-right-white-new.svg);
	mask-image: url(/wp-content/themes/genesis-lt-v2/images/arrow-right-white-new.svg);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	background: var(--btn-text-color);
	height: 9px;
	width: 12px;
	min-width: 12px;
	display: inline-block;
	transition: background 0.3s ease;
	margin-left: 0.35em;
}

.btn.btn-arrow:empty::after {
	margin-left: 0;
}

.btn.btn-arrow:hover::after,
.btn.btn-arrow:focus::after {
  	background: var(--btn-text-color-hover);
}

.btn.btn-arrow:active::after {
  	background: var(--btn-text-color-pressed);
}

.btn.btn-arrow:disabled::after {
  	background: var(--btn-text-color-disabled);
}

.btn.btn-sm {
	padding: 1rem;
}

legend {
    font-weight: var(--font-weight-headings);
}

fieldset {
    border: none;
    padding: 0;
	margin: 0;
}

input[type="radio"] {
	accent-color: var(--secondary-500);
	background: transparent;
	height: 18px;
	width: 18px;
}

input[type="radio"]:checked,
input[type="radio"]:hover {
	accent-color: var(--primary-500-blue);
}

input[type="radio"]:disabled {
	accent-color: var(--neutral-400);
}

.radio-wrapper input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.radio-wrapper label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    display: inline-block;
    user-select: none;
}

.radio-wrapper label::before {
	--accent-color: var(--secondary-500);

	content: "";
	position: absolute;
	left: 0;
	top: 0.15em;
	width: 18px;
	height: 18px;
	border: 2px solid var(--accent-color);
	border-radius: 50%;
	background: transparent;
	transition: all 0.3s ease;
}

.radio-wrapper input[type="radio"]:checked + label::before {
	--accent-color: var(--primary-500-blue);

	background: radial-gradient(
		circle,
		var(--accent-color) calc(100% - 5px),
		#ffffff calc(100% - 5px)
	);
}

.radio-wrapper:hover input[type="radio"]:not(:disabled) + label::before {
	border-color: var(--primary-500-blue);
}

.radio-wrapper input[type="radio"]:disabled + label {
	color: var(--neutral-400);
}

.radio-wrapper input[type="radio"]:disabled + label::before {
	--accent-color: var(--neutral-400);
}

/* Editorial Guidelines template specific styling */
body.page-template-page_editorial_guidelines .site-header {
    margin-bottom: 0;
}

body.page-template-page_editorial_guidelines .site-header > .wrap,
body.page-template-page_editorial_guidelines .content-sidebar-wrap {
	width: var(--wrap-width);
	max-width: 100%;
	padding-inline: var(--wrap-padding-x);
	margin-inline: auto;
}

body.page-template-page_editorial_guidelines .content-sidebar-wrap .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

body.page-template-page_editorial_guidelines .entry-content img {
    border: none;
    border-radius: 0;
}

body.page-template-page_editorial_guidelines .breadcrumbs {
    position: relative;
    isolation: isolate;
    background-color: var(--secondary-200);
    padding: 1.5rem 0;
    margin-bottom: 0;
}

body.page-template-page_editorial_guidelines .breadcrumbs::before,
body.page-template-page_editorial_guidelines .header_hero_image::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 100vw;
	background-color: var(--secondary-200);
}

body.page-template-page_editorial_guidelines .content {
    margin-bottom: 0;
}

body.page-template-page_editorial_guidelines .header_hero_image {
    position: relative;
    isolation: isolate;
    background-image: none;
    margin-bottom: 4rem;
}

@media (min-width: 992px) {
    body.page-template-page_editorial_guidelines .header_hero_image {
        margin-bottom: 6rem;
    }
}

body.page-template-page_editorial_guidelines .header_hero_image {
    padding: 0.5rem 0 2.5rem !important;
}

@media (min-width: 992px) {
    body.page-template-page_editorial_guidelines .header_hero_image {
        padding: 6rem 0 !important;
    }
}

body.page-template-page_editorial_guidelines .hero_sides {
    gap: 2rem;
}

@media (min-width: 992px) {
    body.page-template-page_editorial_guidelines .hero_sides {
        display: grid;
        grid-template-columns: 45fr 55fr;
        gap: 2rem 4rem;
    }  
}

@media (min-width: 1200px) {
    body.page-template-page_editorial_guidelines .hero_sides {
        gap: 2rem 6rem;
		grid-template-columns: 48fr 52fr;
    }   
}

body.page-template-page_editorial_guidelines .hero_sides .left {
    text-align: center;
}

@media (min-width: 992px) {
    body.page-template-page_editorial_guidelines .hero_sides .left {
        text-align: left;
    } 
}

body.page-template-page_editorial_guidelines .header_hero_image h1 {
	font-size: var(--font-size-h1-mobile);
	letter-spacing: -0.01em;
	line-height: 1.33;
    font-weight: var(--font-weight-headings);
    margin-bottom: 1.5rem;
	color: var(--primary-900);
}

@media (min-width: 992px) {
	body.page-template-page_editorial_guidelines .header_hero_image h1 {
		font-size: var(--font-size-h1);
		letter-spacing: -0.02em;
		line-height: 1.23;
	}	
}

body.page-template-page_editorial_guidelines .hero_subtitle * {
    font-size: 1.125rem;
    line-height: 1.45;
}

@media (min-width: 992px) {
	body.page-template-page_editorial_guidelines .hero_subtitle * {
		font-size: 1.25rem;
		line-height: 1.6;
	}
}

body.page-template-page_editorial_guidelines .hero_image img {
	max-width: 100%;
}

body.page-template-page_editorial_guidelines .benefits {
    padding: 0;
    margin-block: 4rem;
    background: none;
}

@media (min-width: 992px) {
	body.page-template-page_editorial_guidelines .benefits {
        margin-block: 6rem;
    }
}

body.page-template-page_editorial_guidelines .benefits h2 {
    font-size: var(--font-size-h2-mobile);
    line-height: 1.33;

}

@media (min-width: 992px) {
	body.page-template-page_editorial_guidelines .benefits h2 {
		font-size: var(--font-size-h2);
		letter-spacing: -0.02em;
		line-height: 1.22;
	}	
}

body.page-template-page_editorial_guidelines .benefits_subtitle {
    margin-bottom: 2rem;
    width: 960px;
}

body.page-template-page_editorial_guidelines .benefits_subtitle p {
    font-size: var(--font-size-md-mobile);
    line-height: 1.45;
}

@media (min-width: 992px) {
	body.page-template-page_editorial_guidelines .benefits_subtitle p {
		font-size: var(--font-size-md);
		line-height: 1.6;
	}
}

body.page-template-page_editorial_guidelines .benefits_list {
    gap: 1rem;
    box-shadow: 0px 4px 16px 0px #ECECF4;
    border-radius: 16px;
    padding: 1rem;
    background-color: #fff;
}

@media (min-width: 992px) {
	body.page-template-page_editorial_guidelines .benefits__list {
        padding: 1.5rem;
    }
}

body.page-template-page_editorial_guidelines .benefits_list .benefit {
    display: grid;
    align-items: center;
	grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;
    border: none;
    background-color: var(--secondary-200);
    padding: 1rem;
    border-radius: 8px;
    margin: 0;
	grid-auto-rows: max-content;
}

body.page-template-page_editorial_guidelines .benefits_list .benefit:has(.benefit__icon) {
    grid-template-columns: 48px minmax(0, 1fr);
}

@media (min-width: 992px) {
    body.page-template-page_editorial_guidelines .benefits_list .benefit {
        padding: 1.5rem;
    }   
}

body.page-template-page_editorial_guidelines .benefit .benefit__icon {
    display: inline-grid;
    place-items: center;
    margin: 0;
    width: 100%;
    aspect-ratio: 1;
    background-color: var(--secondary-700-blue);
    border-radius: 8px;
    border: none;
    padding: 10px;
}

body.page-template-page_editorial_guidelines .benefit .benefit__title {
    font-size: var(--font-size-h5-mobile);
	line-height: 1.45;
    margin: 0;
}

@media (min-width: 992px) {
	body.page-template-page_editorial_guidelines .benefit .benefit__title {
		font-size: var(--font-size-h5);
		line-height: 1.23;
	}	
}

body.page-template-page_editorial_guidelines .benefit .benefit__text {
    grid-column: 1 / -1;
    grid-row: 2;
}

.tip {
	margin: 2rem 0;
	padding: 1.5rem;
	border-radius: 8px;
	border: 1px solid var(--secondary-500);
	background-color: var(--secondary-200);
}

.tip strong {
	font-weight: var(--font-weight-headings);
}

.tip.no_title .header {
	margin-bottom: 0;
}

.tip .header h4 {
	margin-bottom: 0;
	font-weight: var(--font-weight-headings);
}

.tip.no_title > div {
	display: flex;
	gap: 0.75rem;
	align-items: start;
}

.tip.style-tip svg {
	position: relative;
	top: -0.1em;
	height: 24px;
	width: 24px;
	flex: 0 0 24px;
}

.tip.style-tip:not(.has_title) svg {
	top: -0.25em;
}

.tip.style-tip:not(.has_title) .tip-content > p:only-child {
	font-weight: var(--font-weight-headings);
}

.tip ul,
.tip ol {
	padding-left: 22px;
}

.tip ul li + li,
.tip ol li + li {
	margin-top: 1em;
}

.wp-block-media-text {
    --columns: 1;

    display: grid;
    grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
    gap: 1rem 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .wp-block-media-text {
        --columns: 2;

        margin-block: 4rem;
    }
}

@media (min-width: 992px) {
    .wp-block-media-text {
        gap: 1rem 4rem;
    }
}

.wp-block-media-text .wp-block-media-text__content {
    align-self: center;
}

.wp-block-media-text .wp-block-media-text__content h2 {
	font-size: var(--font-size-h4-mobile);
	line-height: 1.4;
    margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
	.wp-block-media-text .wp-block-media-text__content h2 {
		font-size: var(--font-size-h4);
		line-height: 1.25;
	}	
}

@media (max-width: 767px) {
    .wp-block-media-text .wp-block-media-text__media {
        order: -1;
    }
}

.wp-block-media-text .wp-block-media-text__media img {
    width: 100%;
}