/*
 * Keep custom CSS small and focused.
 * Most styling belongs in theme.json.
 */

:root {
	--dse-reading-max: 68ch;
	--dse-card-ratio-standard: 4 / 3;
	--dse-card-ratio-featured: 16 / 9;
	--dse-masthead-offset: 0.85rem;
	--dse-admin-offset: 0px;
	--dse-vogue-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Utility: apply to a specific image block via Additional CSS class(es). */
.ds-image-fade-bottom {
	--ds-image-fade-color: rgba(0, 0, 0, 0.94);
	--ds-image-fade-height: 62%;
	overflow: hidden;
	position: relative;
}

.ds-image-fade-bottom::after {
	background: linear-gradient(to top, var(--ds-image-fade-color) 0%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	content: "";
	height: var(--ds-image-fade-height);
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	z-index: 2;
}

.wp-block-post-excerpt__excerpt,
.wp-block-post-content > * {
	max-width: var(--dse-reading-max);
}

.wp-block-navigation .wp-block-navigation-item__content {
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.dse-skip-link-wrap {
	margin: 0;
}

.dse-skip-link {
	background: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
	left: 0.75rem;
	padding: 0.55rem 0.75rem;
	position: absolute;
	top: -9999px;
	z-index: 10000;
}

.dse-skip-link:focus,
.dse-skip-link:focus-visible {
	top: 0.75rem;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.wp-element-button:focus-visible,
.wp-block-navigation a:focus-visible {
	outline: 2px solid var(--wp--preset--color--accent);
	outline-offset: 2px;
}

.wp-block-navigation a:focus-visible,
.wp-block-button__link:focus-visible {
	text-decoration: underline;
}

.dse-footer {
	margin-top: var(--wp--preset--spacing--xl);
	padding-inline: 1rem;
}

.dse-footer .dse-footer__about,
.dse-footer .dse-footer__legal,
.dse-footer .dse-footer__copyright {
	color: var(--wp--preset--color--foreground-soft);
}

.dse-footer .dse-footer__label {
	margin-bottom: 0;
}

.dse-footer .dse-footer__social-links {
	color: var(--wp--preset--color--foreground-soft);
	margin-top: 0.25rem;
	margin-bottom: 0;
}

.dse-footer .dse-footer__social-links a {
	color: inherit;
	text-decoration: none;
}

.dse-footer .dse-footer__social-links a:hover {
	color: var(--wp--preset--color--accent);
	text-decoration: underline;
}

.dse-footer .dse-footer__social-links span {
	color: var(--wp--preset--color--foreground-soft);
}

.dse-footer .dse-footer__social {
	margin-top: 0.25rem;
}

.dse-footer .dse-footer__legal a {
	color: inherit;
	text-decoration: none;
}

.dse-footer .dse-footer__legal a:hover {
	color: var(--wp--preset--color--accent);
	text-decoration: underline;
}

@media (min-width: 768px) {
	.dse-footer {
		padding-inline: 1.5rem;
	}
}

@media (min-width: 1024px) {
	.dse-footer {
		padding-inline: 0;
	}
}

.dse-post-card {
	height: 100%;
}

.dse-post-card .wp-block-post-featured-image {
	background: #f3f3f3;
	margin: 0;
	overflow: hidden;
}

.dse-post-card--standard .wp-block-post-featured-image,
.dse-post-card--secondary .wp-block-post-featured-image,
.dse-post-card--archive .wp-block-post-featured-image {
	aspect-ratio: var(--dse-card-ratio-standard);
}

.dse-post-card--featured .wp-block-post-featured-image {
	aspect-ratio: var(--dse-card-ratio-featured);
}

.dse-post-card .wp-block-post-featured-image .wp-block-post-featured-image__link,
.dse-post-card .wp-block-post-featured-image img {
	display: block;
	height: 100%;
	width: 100%;
}

.dse-post-card .wp-block-post-featured-image img {
	object-fit: cover;
}

.dse-post-card .dse-post-card__meta {
	margin-top: 0.6rem;
	margin-bottom: 0;
}

.dse-post-card .dse-post-card__meta .wp-block-post-terms,
.dse-post-card .dse-post-card__meta .wp-block-post-date {
	color: var(--wp--preset--color--foreground-soft);
}

.dse-post-card .dse-post-card__meta .wp-block-post-terms a,
.dse-single-article__meta .wp-block-post-terms a,
.dse-single-article__tags .wp-block-post-terms a {
	background: #f3f3f3;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 999px;
	color: var(--wp--preset--color--foreground-soft);
	display: inline-flex;
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1;
	padding: 0.3rem 0.52rem;
	text-decoration: none;
	text-transform: uppercase;
}

.dse-single-article__tags {
	margin-top: 0.1rem;
}

.wp-block-post.category-patrocinado .dse-post-card .dse-post-card__meta::before,
.wp-block-post.tag-sponsored .dse-post-card .dse-post-card__meta::before {
	background: rgba(179, 58, 47, 0.12);
	border: 1px solid rgba(179, 58, 47, 0.38);
	border-radius: 999px;
	color: var(--wp--preset--color--accent);
	content: "Sponsored";
	display: inline-flex;
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 0.3rem 0.55rem;
	text-transform: uppercase;
}

.single.category-patrocinado .dse-single-article__meta::after,
.single.tag-sponsored .dse-single-article__meta::after {
	background: rgba(179, 58, 47, 0.12);
	border: 1px solid rgba(179, 58, 47, 0.38);
	border-radius: 999px;
	color: var(--wp--preset--color--accent);
	content: "Sponsored";
	display: inline-flex;
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 0.3rem 0.55rem;
	text-transform: uppercase;
}

.dse-post-card .dse-post-card__title a {
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
	transition: color 180ms ease, text-decoration-color 180ms ease;
}

.dse-post-card:hover .dse-post-card__title a {
	color: var(--wp--preset--color--accent);
	text-decoration: underline;
}

.dse-homepage .dse-home-section {
	border-top: 1px solid var(--wp--preset--color--border);
	padding-top: var(--wp--preset--spacing--md);
}

.dse-home-section .dse-home-section__title {
	margin-top: 0;
}

.dse-home-hero .dse-hero-query--secondary .wp-block-post {
	border-bottom: 1px solid var(--wp--preset--color--border);
	padding-bottom: var(--wp--preset--spacing--sm);
}

.dse-home-hero .dse-hero-query--secondary .wp-block-post:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.dse-ad-slot {
	background: #fafafa;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 140px;
}

.dse-ad-slot--top,
.dse-ad-slot--bottom {
	min-height: 170px;
}

.dse-ad-slot .dse-ad-slot__label {
	color: var(--wp--preset--color--foreground-soft);
	letter-spacing: 0.08em;
	margin-bottom: 0.35rem;
	text-transform: uppercase;
}

.dse-ad-slot,
.ds-ad-slot {
	overflow-x: auto;
}

.dse-ad-slot iframe,
.dse-ad-slot img,
.dse-ad-slot embed,
.dse-ad-slot object,
.ds-ad-slot iframe,
.ds-ad-slot img,
.ds-ad-slot embed,
.ds-ad-slot object {
	display: block;
	margin-inline: auto;
	max-width: 100%;
}

.dse-archive-header .dse-archive-description {
	color: var(--wp--preset--color--foreground-soft);
	max-width: var(--dse-reading-max);
}

.dse-archive-stream .dse-archive-query--main .wp-block-post-template.is-layout-grid,
.dse-sponsored-query--main .wp-block-post-template.is-layout-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dse-archive-stream .dse-archive-query--main .wp-block-post-template.is-layout-grid > .wp-block-post:first-child,
.dse-sponsored-query--main .wp-block-post-template.is-layout-grid > .wp-block-post:first-child {
	grid-column: 1 / -1;
}

.dse-archive-stream .dse-archive-query--main .wp-block-post-template.is-layout-grid > .wp-block-post:first-child .wp-block-post-featured-image,
.dse-sponsored-query--main .wp-block-post-template.is-layout-grid > .wp-block-post:first-child .wp-block-post-featured-image {
	aspect-ratio: var(--dse-card-ratio-featured);
}

.dse-archive-stream .dse-archive-query--main .wp-block-post-template.is-layout-grid > .wp-block-post:first-child .dse-post-card__title,
.dse-sponsored-query--main .wp-block-post-template.is-layout-grid > .wp-block-post:first-child .dse-post-card__title {
	font-size: clamp(2rem, 2.8vw, 3.25rem);
	line-height: 1.08;
}

.dse-search-query .wp-block-post-template.is-layout-grid,
.dse-related-query .wp-block-post-template.is-layout-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 960px) {
	.dse-archive-stream .dse-archive-query--main .wp-block-post-template.is-layout-grid,
	.dse-sponsored-query--main .wp-block-post-template.is-layout-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dse-search-query .wp-block-post-template.is-layout-grid,
	.dse-related-query .wp-block-post-template.is-layout-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.dse-archive-stream .dse-archive-query--main .wp-block-post-template.is-layout-grid,
	.dse-sponsored-query--main .wp-block-post-template.is-layout-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.dse-search-query .wp-block-post-template.is-layout-grid,
	.dse-related-query .wp-block-post-template.is-layout-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.dse-archive-stream .dse-archive-query--main .wp-block-post-template.is-layout-grid > .wp-block-post:first-child,
	.dse-sponsored-query--main .wp-block-post-template.is-layout-grid > .wp-block-post:first-child {
		grid-column: auto;
	}
}

.dse-single-article__header {
	border-bottom: 1px solid var(--wp--preset--color--border);
	padding-bottom: var(--wp--preset--spacing--sm);
}

.dse-single-article__meta .wp-block-post-terms,
.dse-single-article__meta .wp-block-post-date,
.dse-single-article__meta .wp-block-post-author-name {
	color: var(--wp--preset--color--foreground-soft);
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.dse-single-article__featured {
	margin-top: var(--wp--preset--spacing--xs);
}

.dse-single-article__content {
	max-width: var(--dse-reading-max);
}

.dse-single-article__content,
.dse-page__content,
.dse-comment__content {
	min-width: 0;
	overflow-wrap: anywhere;
}

.dse-single-article__content .wp-block-post-content,
.dse-page__content .wp-block-post-content {
	min-width: 0;
}

.dse-single-article__content .wp-block-post-content pre,
.dse-page__content .wp-block-post-content pre {
	max-width: 100%;
	overflow-x: auto;
	padding-bottom: 0.25rem;
}

.dse-single-article__content .wp-block-post-content .wp-block-table,
.dse-page__content .wp-block-post-content .wp-block-table,
.dse-single-article__content .wp-block-post-content .wp-block-embed,
.dse-page__content .wp-block-post-content .wp-block-embed,
.dse-single-article__content .wp-block-post-content .wp-block-video,
.dse-page__content .wp-block-post-content .wp-block-video {
	max-width: 100%;
	overflow-x: auto;
}

.dse-single-article__content .wp-block-post-content iframe,
.dse-page__content .wp-block-post-content iframe,
.dse-single-article__content .wp-block-post-content video,
.dse-page__content .wp-block-post-content video {
	max-width: 100%;
}

.dse-single-article__content .wp-block-post-content > p,
.dse-single-article__content .wp-block-post-content > ul,
.dse-single-article__content .wp-block-post-content > ol {
	line-height: 1.78;
}

.dse-single-article__content .wp-block-post-content > p:first-of-type::first-letter {
	float: left;
	font-family: var(--wp--preset--font-family--editorial-serif);
	font-size: 3.8em;
	font-weight: 600;
	line-height: 0.9;
	margin-right: 0.08em;
	padding-top: 0.04em;
}

.dse-single-article .dse-ad-slot--article {
	margin-top: var(--wp--preset--spacing--md);
}

.dse-single-page {
	--dse-single-max: 1600px;
	--dse-single-margin: 1rem;
	margin-inline: auto;
	max-width: var(--dse-single-max);
	padding-inline: var(--dse-single-margin);
	width: 100%;
}

.dse-page,
.dse-archive-page,
.dse-search-page,
.dse-404-page {
	padding-inline: 1rem;
}

.dse-single-layout {
	display: grid;
	gap: var(--wp--preset--spacing--lg);
	width: 100%;
}

.dse-single-after {
	margin-top: var(--wp--preset--spacing--lg);
	max-width: var(--dse-reading-max);
}

.dse-single-sidebar {
	align-content: start;
	display: grid;
	gap: var(--wp--preset--spacing--md);
}

.dse-single-sidebar .dse-ad-slot,
.dse-single-sidebar .ds-ad-slot {
	margin-inline: 0;
	max-width: none;
}

.dse-related-posts--sidebar {
	border-top: 1px solid var(--wp--preset--color--border);
	padding-top: var(--wp--preset--spacing--md);
}

.dse-related-posts--sidebar .dse-related-posts__title {
	font-size: var(--wp--preset--font-size--xl);
	line-height: 1.15;
	margin-bottom: var(--wp--preset--spacing--xs);
}

.dse-related-query--sidebar .wp-block-post-template {
	display: grid;
	gap: var(--wp--preset--spacing--sm);
}

.dse-post-card--sidebar {
	align-items: start;
	border-bottom: 1px solid var(--wp--preset--color--border);
	display: grid;
	gap: 0.85rem;
	grid-template-columns: 112px minmax(0, 1fr);
	padding-bottom: var(--wp--preset--spacing--sm);
}

.dse-post-card--sidebar:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.dse-post-card--sidebar .dse-post-card__meta {
	margin-top: 0;
}

.dse-post-card--sidebar .dse-post-card__title {
	font-size: 1rem;
	line-height: 1.25;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.dse-single-page {
		--dse-single-margin: 3rem;
	}

	.dse-page,
	.dse-archive-page,
	.dse-search-page,
	.dse-404-page {
		padding-inline: 1.5rem;
	}
}

@media (min-width: 1100px) {
	.dse-single-layout {
		align-items: start;
		grid-template-columns: minmax(0, 1fr) minmax(280px, 336px);
	}

	.dse-single-sidebar {
		position: sticky;
		top: calc(var(--dse-masthead-offset) + var(--dse-admin-offset) + 1rem);
	}
}

@media (min-width: 1024px) {
	.dse-page,
	.dse-archive-page,
	.dse-search-page,
	.dse-404-page {
		padding-inline: 0;
	}
}

@media (min-width: 1280px) {
	.dse-single-page {
		--dse-single-margin: 4rem;
	}
}

@media (max-width: 639px) {
	.dse-post-card--sidebar {
		grid-template-columns: 96px minmax(0, 1fr);
	}
}

.dse-related-posts {
	border-top: 1px solid var(--wp--preset--color--border);
	padding-top: var(--wp--preset--spacing--md);
}

.dse-page__header {
	border-bottom: 1px solid var(--wp--preset--color--border);
	padding-bottom: var(--wp--preset--spacing--sm);
}

.dse-page__title {
	margin-top: 0;
}

.dse-page__meta .wp-block-post-date,
.dse-page__meta .wp-block-post-author-name {
	color: var(--wp--preset--color--foreground-soft);
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.dse-page__featured {
	margin-top: var(--wp--preset--spacing--xs);
}

.dse-page__content {
	max-width: var(--dse-reading-max);
}

.dse-page__content .wp-block-post-content > p,
.dse-page__content .wp-block-post-content > ul,
.dse-page__content .wp-block-post-content > ol {
	line-height: 1.78;
}

.dse-page__article--feature {
	max-width: var(--wp--style--global--wide-size);
}

.dse-page__article--legal {
	max-width: min(100%, 72ch);
}

.dse-page--feature .dse-page__header {
	border-top: 4px solid var(--wp--preset--color--accent);
	padding-top: var(--wp--preset--spacing--sm);
}

.dse-page--feature .dse-page__title {
	font-size: clamp(2.5rem, 4.4vw, 4.5rem);
	line-height: 0.98;
	max-width: 12ch;
}

.dse-page--feature .dse-page__featured {
	border: 1px solid var(--wp--preset--color--border);
	margin-top: 0;
	overflow: hidden;
}

.dse-page--feature .dse-page__content {
	font-size: 1.05rem;
}

.dse-page--legal .dse-page__header {
	border-top: 2px solid var(--wp--preset--color--foreground);
	padding-top: var(--wp--preset--spacing--xs);
}

.dse-page--legal .dse-page__title {
	font-size: clamp(2rem, 3.3vw, 3.25rem);
	line-height: 1.02;
	max-width: 14ch;
}

.dse-page--legal .dse-page__meta {
	margin-top: 0.15rem;
}

.dse-page--legal .dse-page__content {
	font-size: 1rem;
	max-width: 64ch;
}

.dse-page--legal .dse-page__content .wp-block-post-content > h2,
.dse-page--legal .dse-page__content .wp-block-post-content > h3 {
	margin-top: 1.75em;
}

.dse-page--contact .dse-page__content .wp-block-buttons,
.dse-page--about .dse-page__content .wp-block-buttons {
	margin-top: var(--wp--preset--spacing--md);
}

.dse-comments {
	border-top: 1px solid var(--wp--preset--color--border);
	margin-top: var(--wp--preset--spacing--md);
	padding-top: var(--wp--preset--spacing--md);
}

.dse-comments__title {
	margin-top: 0;
	margin-bottom: var(--wp--preset--spacing--sm);
}

.dse-comment__meta {
	color: var(--wp--preset--color--foreground-soft);
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.dse-comment__meta .wp-block-comment-author-name,
.dse-comment__meta .wp-block-comment-date {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-transform: inherit;
}

.dse-comment__content {
	max-width: var(--dse-reading-max);
}

.dse-comment__content p:last-child {
	margin-bottom: 0;
}

.dse-comment__reply a {
	color: var(--wp--preset--color--accent);
	font-weight: 600;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
}

.dse-comment__reply a:hover {
	text-decoration: underline;
}

.dse-comments__pagination {
	margin-top: var(--wp--preset--spacing--sm);
}

.dse-comments__form {
	margin-top: var(--wp--preset--spacing--md);
}

.dse-comments__form label {
	display: block;
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 600;
	letter-spacing: 0.06em;
	margin-bottom: 0.35rem;
	text-transform: uppercase;
}

.dse-comments__form input:not([type="submit"]),
.dse-comments__form textarea {
	border: 1px solid var(--wp--preset--color--border);
	font: inherit;
	padding: 0.75rem 0.85rem;
	width: 100%;
}

.dse-comments__form input[type="submit"] {
	background: var(--wp--preset--color--foreground);
	border: 1px solid var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
	cursor: pointer;
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 0.8rem 1.1rem;
	text-transform: uppercase;
}

.dse-comments__form input[type="submit"]:hover {
	background: transparent;
	color: var(--wp--preset--color--foreground);
}

.dse-sponsored-archive {
	max-width: var(--wp--style--global--wide-size);
}

.dse-sponsored-archive .dse-sponsored-disclosure {
	color: var(--wp--preset--color--accent);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.dse-sponsored-archive .dse-sponsored-query {
	margin-top: var(--wp--preset--spacing--sm);
}

.dse-search-header {
	margin-bottom: var(--wp--preset--spacing--sm);
}

.dse-search-query .dse-search-summary {
	color: var(--wp--preset--color--foreground-soft);
	display: block;
	margin-bottom: var(--wp--preset--spacing--sm);
}

.dse-search-empty {
	max-width: var(--dse-reading-max);
}

.dse-404-content {
	max-width: var(--dse-reading-max);
}

.dse-section-links {
	margin-top: var(--wp--preset--spacing--xs);
}

.dse-section-links .dse-section-links__title {
	margin-top: 0;
	margin-bottom: 0;
}

.dse-section-links .dse-section-links__items {
	color: var(--wp--preset--color--foreground-soft);
	margin-top: 0;
}

.dse-section-links .dse-section-links__items a {
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
}

.dse-section-links .dse-section-links__items a:hover {
	color: var(--wp--preset--color--accent);
	text-decoration: underline;
}

/*
 * Editorial homepage and masthead refinement.
 */
.dse-masthead {
	background: #ffffff;
	border-bottom: 1px solid var(--wp--preset--color--border);
	margin-bottom: var(--wp--preset--spacing--sm);
}

.dse-masthead__top {
	display: flex;
	justify-content: center;
	margin-bottom: 0.6rem;
}

.dse-masthead__logo {
	margin-inline: auto;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

.dse-masthead__logo img {
	display: inline-block;
	height: auto;
	max-width: min(100%, 290px);
	width: 242px;
}

.dse-masthead__nav-wrap {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	min-height: 2.35rem;
	padding-top: 0.38rem;
}

.dse-masthead__nav {
	margin-inline: auto;
	max-width: 68rem;
	padding-top: 0;
	padding-inline: 0;
}

.dse-masthead__nav .wp-block-navigation__container {
	gap: clamp(0.65rem, 1.35vw, 1.1rem);
	flex-wrap: nowrap;
	overflow-x: auto;
	scrollbar-width: none;
	white-space: nowrap;
}

.dse-masthead__nav .wp-block-navigation__container::-webkit-scrollbar {
	display: none;
}

.dse-masthead__nav .wp-block-navigation-item__content {
	font-size: 0.82rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.2;
	padding-bottom: 0.14rem;
	position: relative;
	text-decoration-color: transparent;
	text-underline-offset: 0.18em;
}

.dse-masthead__nav .wp-block-navigation-item__content::after {
	background: currentColor;
	bottom: -0.02rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 180ms ease;
}

.dse-masthead__nav .wp-block-navigation-item__content:hover,
.dse-masthead__nav .current-menu-item > .wp-block-navigation-item__content,
.dse-masthead__nav .current-menu-ancestor > .wp-block-navigation-item__content {
	color: var(--wp--preset--color--foreground);
}

.dse-masthead__nav .wp-block-navigation-item__content:hover::after,
.dse-masthead__nav .current-menu-item > .wp-block-navigation-item__content::after,
.dse-masthead__nav .current-menu-ancestor > .wp-block-navigation-item__content::after {
	transform: scaleX(1);
}

.dse-masthead__nav .wp-block-navigation__responsive-container-open,
.dse-masthead__nav .wp-block-navigation__responsive-container-close {
	color: var(--wp--preset--color--foreground);
}

@media (min-width: 961px) {
	.dse-masthead__nav-wrap {
		display: flex;
		justify-content: center;
	}

	.dse-masthead__nav {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.dse-masthead__nav .wp-block-navigation__responsive-container-open,
	.dse-masthead__nav .wp-block-navigation__responsive-container-close {
		display: none;
	}

	.dse-masthead__nav .wp-block-navigation__responsive-container,
	.dse-masthead__nav .wp-block-navigation__responsive-container-content {
		display: flex !important;
		justify-content: center;
		position: static;
		width: auto;
	}

	.dse-masthead__nav .wp-block-navigation__responsive-container {
		background: transparent;
		box-shadow: none;
		inset: auto;
		padding: 0;
		width: 100%;
	}

	.dse-masthead__nav .wp-block-navigation__container {
		justify-content: center;
		margin-inline: auto;
		overflow-x: visible;
	}
}

body.admin-bar {
	--dse-admin-offset: 32px;
}

@media (max-width: 960px) {
	:root {
		--dse-masthead-offset: 0.65rem;
	}

	.dse-masthead__logo img {
		width: min(72vw, 210px);
	}

	.dse-masthead__nav-wrap {
		display: flex;
		justify-content: center;
		min-height: auto;
		padding-top: 0.45rem;
		padding-bottom: 0.1rem;
	}

	.dse-masthead__nav {
		display: flex;
		justify-content: center;
		padding-inline: 0.35rem;
		width: 100%;
	}

	.dse-masthead__nav .wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: inline-flex;
	}

	.dse-masthead__nav .wp-block-navigation__responsive-container-open {
		align-items: center;
		border: 1px solid var(--wp--preset--color--border);
		border-radius: 999px;
		display: inline-flex;
		justify-content: center;
		min-height: 2.5rem;
		min-width: 2.5rem;
		padding: 0.38rem;
	}

	.dse-masthead__nav .wp-block-navigation__responsive-container-open:hover,
	.dse-masthead__nav .wp-block-navigation__responsive-container-open:focus-visible {
		border-color: var(--wp--preset--color--foreground);
	}

	.dse-masthead__nav .wp-block-navigation__responsive-container-close {
		padding: 0.2rem;
		position: absolute;
		right: 1rem;
		top: 1rem;
	}

	.dse-masthead__nav .wp-block-navigation__container {
		gap: 0.78rem;
		flex-wrap: wrap;
		justify-content: center;
		overflow: visible;
		white-space: normal;
	}

	.dse-masthead__nav .wp-block-navigation-item__content {
		font-size: 0.78rem;
		letter-spacing: 0.07em;
	}

	.dse-masthead__nav .wp-block-navigation__responsive-container.is-menu-open {
		background: rgba(255, 255, 255, 0.98);
		color: var(--wp--preset--color--foreground);
		padding: 1rem;
	}

	.dse-masthead__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		align-items: stretch;
		padding-top: 3.25rem;
	}

	.dse-masthead__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 1rem;
		overflow: visible;
		white-space: normal;
	}

	.dse-masthead__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
		font-size: 0.95rem;
		padding-bottom: 0;
	}

	.dse-masthead__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content::after {
		display: none;
	}
}

@media (max-width: 782px) {
	body.admin-bar {
		--dse-admin-offset: 46px;
	}
}

.dse-homepage--editorial {
	margin-inline: auto;
	max-width: var(--wp--style--global--wide-size);
	width: min(100%, var(--wp--style--global--wide-size));
}

.dse-home-rail {
	border-top: 1px solid var(--wp--preset--color--border);
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.dse-home-rail__title {
	letter-spacing: 0.12em;
	margin: 0;
	text-transform: uppercase;
}

.dse-home-rail .wp-block-post-template {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 0;
}

.dse-home-rail .wp-block-post {
	list-style: none;
	margin-top: 0;
	padding-left: 0.9rem;
	position: relative;
}

.dse-home-rail .wp-block-post::before {
	background: var(--wp--preset--color--border);
	content: "";
	height: calc(100% - 0.3rem);
	left: 0;
	position: absolute;
	top: 0.15rem;
	width: 1px;
}

.dse-home-rail .wp-block-post:first-child {
	padding-left: 0;
}

.dse-home-rail .wp-block-post:first-child::before {
	display: none;
}

.dse-rail-card__title {
	font-size: 1rem;
	line-height: 1.3;
	margin: 0;
}

.dse-rail-card__title a {
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
}

.dse-rail-card__title a:hover {
	color: var(--wp--preset--color--accent);
	text-decoration: underline;
}

.dse-home-lead {
	border-bottom: 1px solid var(--wp--preset--color--border);
	padding-bottom: var(--wp--preset--spacing--md);
}

.dse-post-card--lead .wp-block-post-featured-image {
	aspect-ratio: 4 / 5;
}

.dse-post-card--lead .dse-post-card__title {
	font-size: clamp(2.4rem, 4.5vw, 4.8rem);
	line-height: 0.97;
	margin-bottom: 0.2rem;
}

.dse-post-card--lead .dse-post-card__excerpt {
	color: var(--wp--preset--color--foreground-soft);
	font-size: 1.06rem;
	line-height: 1.68;
	margin-top: 0;
}

.dse-home-side__title {
	border-bottom: 1px solid var(--wp--preset--color--border);
	letter-spacing: 0.12em;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0.45rem;
	text-transform: uppercase;
}

.dse-lead-query--side .wp-block-post-template {
	margin-top: 0;
}

.dse-lead-query--side .wp-block-post {
	list-style: none;
	margin-top: 0;
}

.dse-post-card--side {
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.dse-post-card--side .wp-block-post-featured-image {
	margin-bottom: 0;
}

.dse-post-card--side .dse-post-card__title {
	font-size: clamp(1.15rem, 1.4vw, 1.35rem);
	line-height: 1.18;
	margin-top: 0;
	margin-bottom: 0;
}

.dse-home-spread,
.dse-home-portfolio,
.dse-home-latest {
	border-top: 1px solid var(--wp--preset--color--border);
	padding-top: var(--wp--preset--spacing--md);
}

.dse-home-spread__title,
.dse-home-portfolio__title,
.dse-home-latest__title {
	margin-top: 0;
}

.dse-spread-query--grid .wp-block-post-template {
	display: grid;
	gap: var(--wp--preset--spacing--md);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 0;
}

.dse-spread-query--grid .wp-block-post {
	list-style: none;
	margin-top: 0;
}

.dse-spread-query--list .wp-block-post-template {
	margin-top: 0;
}

.dse-spread-query--list .wp-block-post {
	list-style: none;
	margin-top: 0;
}

.dse-quick-card {
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.dse-quick-card__title {
	line-height: 1.24;
	margin-top: 0;
	margin-bottom: 0;
}

.dse-portfolio-query .wp-block-post-template {
	display: grid;
	gap: var(--wp--preset--spacing--md);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 0;
}

.dse-portfolio-query .wp-block-post {
	list-style: none;
	margin-top: 0;
}

.dse-portfolio-query .wp-block-post:first-child {
	grid-column: 1 / span 2;
}

.dse-portfolio-query .wp-block-post:first-child .wp-block-post-featured-image {
	aspect-ratio: 16 / 9;
}

.dse-portfolio-query .wp-block-post:first-child .dse-post-card__title {
	font-size: clamp(2rem, 3.1vw, 3.2rem);
	line-height: 1.03;
}

.dse-latest-query .wp-block-post-template {
	display: grid;
	gap: var(--wp--preset--spacing--md);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 0;
}

.dse-latest-query .wp-block-post {
	list-style: none;
	margin-top: 0;
}

@media (max-width: 1200px) {
	.dse-home-rail .wp-block-post-template {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dse-latest-query .wp-block-post-template {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.dse-home-lead .wp-block-columns,
	.dse-home-spread .wp-block-columns {
		display: block;
	}

	.dse-home-lead .wp-block-columns > .wp-block-column:not(:first-child),
	.dse-home-spread .wp-block-columns > .wp-block-column:not(:first-child) {
		margin-top: var(--wp--preset--spacing--md);
	}

	.dse-home-rail .wp-block-post-template,
	.dse-portfolio-query .wp-block-post-template,
	.dse-latest-query .wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dse-portfolio-query .wp-block-post:first-child {
		grid-column: auto;
	}
}

@media (max-width: 640px) {
	.dse-home-rail .wp-block-post-template,
	.dse-spread-query--grid .wp-block-post-template,
	.dse-portfolio-query .wp-block-post-template,
	.dse-latest-query .wp-block-post-template {
		grid-template-columns: minmax(0, 1fr);
	}

	.dse-post-card--side .wp-block-columns {
		display: block;
	}

	.dse-post-card--side .wp-block-columns > .wp-block-column:not(:first-child) {
		margin-top: 0.6rem;
	}
}

/*
 * Homepage Editorial Modules (Vogue-style rhythm)
 */
.ds-home-main {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.ds-homepage {
	--ds-home-max: 1600px;
	--ds-grid-gap: 1rem;
	--ds-grid-margin: 1.5rem;
	--ds-type-card: clamp(1.18rem, 1.42vw, 1.55rem);
	--ds-type-rail: clamp(1.12rem, 1.33vw, 1.38rem);
	--ds-type-promo: clamp(1.9rem, 2.8vw, 3.15rem);
	max-width: var(--ds-home-max);
	margin-inline: auto;
	padding-inline: var(--ds-grid-margin);
	width: 100%;
}

.ds-homepage,
.ds-homepage .wp-block-post-title,
.ds-homepage .wp-block-post-date,
.ds-homepage .wp-block-post-terms,
.ds-homepage .wp-block-heading {
	font-family: var(--dse-vogue-sans);
}

@media (min-width: 768px) {
	.ds-homepage {
		--ds-grid-gap: 1.5rem;
		--ds-grid-margin: 3rem;
	}
}

@media (min-width: 1024px) {
	.ds-homepage {
		--ds-grid-gap: 2rem;
	}
}

@media (min-width: 1280px) {
	.ds-homepage {
		--ds-grid-margin: 4rem;
	}
}

.ds-home-module {
	border-top: 1px solid var(--wp--preset--color--border);
	padding-top: var(--wp--preset--spacing--md);
}

.ds-home-module--hoy {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.ds-home-module--hoy .ds-home-section__heading {
	border-top: 1px solid var(--wp--preset--color--border);
	border-bottom: 1px solid var(--wp--preset--color--border);
	font-family: var(--wp--preset--font-family--editorial-sans);
	font-size: 20px !important;
	font-weight: 400;
	letter-spacing: 0.081818em;
	line-height: 1.3;
	margin: 0;
	padding: 16px 0;
}

@media (min-width: 768px) {
	.ds-home-module--hoy .ds-home-section__heading {
		font-size: 22px !important;
		line-height: 1.076818;
	}
}

.ds-query--hoy {
	margin-top: 0;
}

.ds-home-section__head {
	align-items: center;
}

.ds-home-section__heading {
	font-family: var(--wp--preset--font-family--editorial-sans);
	font-size: 20px !important;
	font-weight: 400;
	letter-spacing: 0.081818em;
	line-height: 1.3;
	margin: 0;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.ds-home-section__heading {
		font-size: 22px !important;
		line-height: 1.076818;
	}
}

.ds-home-section__more {
	margin: 0;
}

.ds-home-section__more a {
	color: var(--wp--preset--color--accent);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.127811em;
	line-height: 1.136154;
	text-decoration: none;
	text-transform: uppercase;
}

.ds-home-section__more a:hover {
	text-decoration: underline;
}

.ds-home-module .wp-block-post-template {
	margin-top: 0;
}

.ds-home-module .wp-block-post {
	list-style: none;
	margin-top: 0;
}

.ds-card {
	height: 100%;
}

.ds-card .wp-block-post-featured-image {
	aspect-ratio: 4 / 5;
	background: #efefef;
	margin: 0;
	overflow: hidden;
}

.ds-query--mosaic-featured .ds-card .wp-block-post-featured-image {
	aspect-ratio: 3 / 4;
}

.ds-query--mosaic-featured .ds-card--featured {
	position: relative;
}

.ds-query--mosaic-featured .ds-card--featured .ds-card__overlay {
	bottom: 0;
	left: 0;
	padding: 1rem 1rem 0.95rem;
	position: absolute;
	right: 0;
	z-index: 3;
}

.ds-query--mosaic-featured .ds-card--featured .ds-card__meta {
	margin: 0 0 0.2rem;
}

.ds-query--mosaic-featured .ds-card--featured .ds-card__title {
	font-size: clamp(1.2rem, 1.35vw, 1.5rem) !important;
	line-height: 1.15;
	margin: 0 0 0.45rem;
}

.ds-query--mosaic-featured .ds-card--featured .ds-card__byline {
	margin: 0;
}

.ds-query--mosaic-featured .ds-card--featured .ds-card__meta .wp-block-post-terms,
.ds-query--mosaic-featured .ds-card--featured .ds-card__meta .wp-block-post-date,
.ds-query--mosaic-featured .ds-card--featured .ds-card__meta .wp-block-post-terms a,
.ds-query--mosaic-featured .ds-card--featured .ds-card__title a,
.ds-query--mosaic-featured .ds-card--featured .ds-card__byline-prefix,
.ds-query--mosaic-featured .ds-card--featured .ds-card__byline-author,
.ds-query--mosaic-featured .ds-card--featured .ds-card__byline-top .wp-block-post-author-name,
.ds-query--mosaic-featured .ds-card--featured .ds-card__byline-date {
	color: rgba(255, 255, 255, 0.97);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}

.ds-card .wp-block-post-featured-image .wp-block-post-featured-image__link,
.ds-card .wp-block-post-featured-image img {
	display: block;
	height: 100%;
	width: 100%;
}

.ds-card .wp-block-post-featured-image img {
	object-fit: cover;
}

.ds-card__meta {
	margin-top: 0.55rem;
	margin-bottom: 0;
}

.ds-card__meta .wp-block-post-terms,
.ds-card__meta .wp-block-post-date {
	color: var(--wp--preset--color--foreground-soft);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.138462em;
	line-height: 1.230769;
	text-transform: uppercase;
}

.ds-card__meta .wp-block-post-terms a {
	color: var(--wp--preset--color--foreground-soft);
	text-decoration: none;
}

.ds-card__title {
	font-family: var(--dse-vogue-sans);
	font-size: 16px !important;
	font-weight: 400;
	letter-spacing: -0.0125em;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
	.ds-card__title {
		font-size: 18px !important;
		line-height: 1.222222;
		margin-bottom: 1rem;
	}
}

.ds-card__title a {
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.15em;
	transition: color 170ms ease;
}

.ds-card__title a:hover {
	color: var(--wp--preset--color--accent);
	text-decoration: underline;
}

.ds-card__byline {
	margin-top: -0.35rem;
}

.ds-card__byline-top {
	gap: 0.25rem;
	margin: 0;
}

.ds-card__byline-prefix,
.ds-card__byline-author,
.ds-card__byline-top .wp-block-post-author-name {
	color: var(--wp--preset--color--foreground-soft);
	font-family: var(--dse-vogue-sans);
	font-size: 16px !important;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.25;
	margin: 0;
	text-transform: none;
}

.ds-card__byline-date {
	color: var(--wp--preset--color--foreground-soft);
	font-family: var(--dse-vogue-sans);
	font-size: 15px !important;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.25;
	margin: 0;
	text-transform: none;
}

.ds-card--hoy .wp-block-post-featured-image {
	aspect-ratio: 16 / 9 !important;
	background: #efefef;
	margin: 0;
	overflow: hidden;
}

.ds-card--hoy .ds-card__title {
	font-family: var(--wp--preset--font-family--editorial-sans);
	font-size: 24px !important;
	font-weight: 400;
	letter-spacing: -0.003125em;
	line-height: 1.125;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.ds-card--hoy .ds-card__meta--kicker {
	margin-top: 1rem;
	margin-bottom: 0;
}

.ds-card--hoy .ds-card__kicker {
	color: var(--wp--preset--color--foreground-soft);
	font-family: var(--wp--preset--font-family--editorial-sans);
	font-size: 13px !important;
	font-weight: 400;
	letter-spacing: 0.138462em;
	line-height: 1.230769;
	margin: 0;
	text-transform: uppercase;
}

.ds-card--hoy .ds-card__byline {
	margin-top: -0.25rem;
}

.ds-card--hoy .ds-card__title a {
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
}

.ds-card--hoy .ds-card__title a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

@media (min-width: 768px) {
	.ds-card--hoy .ds-card__title {
		font-size: 28px !important;
		line-height: 1.105357;
	}
}

@media (min-width: 1024px) {
	.ds-card--hoy .ds-card__title {
		font-size: 32px !important;
		line-height: 1.090937;
	}
}

.ds-query--mosaic-right .wp-block-post-template {
	display: grid;
	gap: var(--wp--preset--spacing--sm);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-areas:
		"a b"
		"c d";
}

.ds-query--mosaic-right .wp-block-post-template > .wp-block-post:nth-child(1) {
	grid-area: a;
}

.ds-query--mosaic-right .wp-block-post-template > .wp-block-post:nth-child(2) {
	grid-area: b;
}

.ds-query--mosaic-right .wp-block-post-template > .wp-block-post:nth-child(3) {
	grid-area: c;
}

.ds-query--mosaic-right .wp-block-post-template > .wp-block-post:nth-child(4) {
	grid-area: d;
}

@media (min-width: 901px) {
	.ds-mosaic {
		align-items: flex-start;
	}

	.ds-mosaic > .wp-block-column:first-child {
		align-self: flex-start;
		position: sticky;
		top: calc(var(--dse-masthead-offset) + var(--dse-admin-offset) + 0.75rem);
	}
}

.ds-query--rail .wp-block-post-template {
	display: flex;
	overflow-x: auto;
	padding-bottom: 0.45rem;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	gap: var(--wp--preset--spacing--sm);
}

.ds-query--rail .wp-block-post {
	flex: 0 0 clamp(11.5rem, 17vw, 15rem);
	scroll-snap-align: start;
}

.ds-query--rail .ds-card__title {
	font-size: 16px !important;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.ds-query--rail .ds-card__title {
		font-size: 18px !important;
		line-height: 1.222222;
	}
}

.ds-query--grid-3 .wp-block-post-template,
.ds-query--grid-4 .wp-block-post-template {
	display: grid;
	gap: var(--wp--preset--spacing--md);
}

.ds-query--grid-3 .wp-block-post-template {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ds-query--grid-4 .wp-block-post-template {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ds-home-promo-band {
	--ds-grid-margin: 1.5rem;
	background: #101010;
	color: #ffffff;
	margin-inline: calc(50% - 50vw);
	margin-top: var(--wp--preset--spacing--xl);
	width: 100vw;
}

.ds-home-promo-band__inner {
	margin-inline: auto;
	max-width: min(1600px, calc(100vw - (2 * var(--ds-grid-margin))));
	padding-inline: var(--ds-grid-margin);
	width: 100%;
}

@media (min-width: 768px) {
	.ds-home-promo-band {
		--ds-grid-margin: 3rem;
	}
}

@media (min-width: 1280px) {
	.ds-home-promo-band {
		--ds-grid-margin: 4rem;
	}
}

.ds-home-promo-band a {
	color: #ffffff;
}

.ds-home-promo-band__heading {
	color: #f5f5f5;
	font-family: var(--dse-vogue-sans);
	font-size: 20px !important;
	font-weight: 400;
	letter-spacing: 0.081818em;
	line-height: 1.3;
	margin: 0;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.ds-home-promo-band__heading {
		font-size: 22px !important;
		line-height: 1.076818;
	}
}

.ds-promo-video {
	margin-top: 0.15rem;
}

.ds-promo-video__frame {
	aspect-ratio: 16 / 9;
	background: #000000;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}

.ds-promo-video__frame iframe {
	border: 0;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.ds-promo-card .wp-block-post-featured-image {
	aspect-ratio: 4 / 5;
}

.ds-promo-card__meta {
	margin-bottom: 0.25rem;
}

.ds-promo-card__meta .wp-block-post-terms,
.ds-promo-card__meta .wp-block-post-date {
	color: rgba(255, 255, 255, 0.72);
	font-size: var(--wp--preset--font-size--xs);
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ds-promo-card__meta .wp-block-post-terms a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
}

.ds-promo-card__title {
	font-size: var(--ds-type-promo) !important;
	font-weight: 400;
	letter-spacing: -0.003125em;
	margin-top: 0;
	margin-bottom: 0.65rem;
}

.ds-promo-card__title a {
	color: #ffffff;
	text-decoration: none;
}

.ds-promo-card__title a:hover {
	text-decoration: underline;
}

.ds-home-promo-band .ds-card__byline {
	margin-top: -0.2rem;
	margin-bottom: 0.45rem;
}

.ds-home-promo-band .ds-card__byline-prefix,
.ds-home-promo-band .ds-card__byline-author,
.ds-home-promo-band .ds-card__byline-top .wp-block-post-author-name,
.ds-home-promo-band .ds-card__byline-date {
	color: rgba(255, 255, 255, 0.8);
}

.ds-promo-card__cta {
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #101010 !important;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 0.72rem 0.92rem;
	text-decoration: none;
	text-transform: uppercase;
}

.ds-promo-card__cta:hover {
	background: transparent;
	color: #ffffff !important;
}

.ds-ad-slot {
	background: #fafafa;
	margin-inline: auto;
	max-width: var(--wp--style--global--wide-size);
	text-align: center;
}

.ds-ad-slot__label {
	color: var(--wp--preset--color--foreground-soft);
	letter-spacing: 0.1em;
	margin-bottom: 0.35rem;
	text-transform: uppercase;
}

@media (max-width: 1100px) {
	.ds-query--grid-4 .wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ds-query--grid-3 .wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.ds-mosaic {
		display: block;
	}

	.ds-mosaic > .wp-block-column:not(:first-child) {
		margin-top: var(--wp--preset--spacing--md);
	}
}

@media (max-width: 782px) {
	.ds-card--hoy .ds-card__title {
		font-size: 24px !important;
		line-height: 1.125;
	}

	.ds-card--hoy .wp-block-post-featured-image {
		aspect-ratio: 1 / 1 !important;
	}

	.ds-query--mosaic-right .wp-block-post-template {
		grid-template-areas: none;
		grid-template-columns: minmax(0, 1fr);
	}

	.ds-query--mosaic-right .wp-block-post-template > .wp-block-post:nth-child(1),
	.ds-query--mosaic-right .wp-block-post-template > .wp-block-post:nth-child(2),
	.ds-query--mosaic-right .wp-block-post-template > .wp-block-post:nth-child(3),
	.ds-query--mosaic-right .wp-block-post-template > .wp-block-post:nth-child(4) {
		grid-area: auto;
	}

	.ds-query--grid-3 .wp-block-post-template,
	.ds-query--grid-4 .wp-block-post-template {
		grid-template-columns: minmax(0, 1fr);
	}

	.ds-query--rail .wp-block-post {
		flex-basis: 74vw;
	}

	.ds-home-section__head {
		align-items: flex-end;
	}
}
