/* Mike posts css + archive too */
.yoast-breadcrumbs span {
	font-size: .78em;
	display: flex;
	gap: .2em .8em;
	align-items: baseline;
}
.yoast-breadcrumbs span span {
	font-size: 1.5em;
}
/* general */
.wp-block-post-excerpt__more-text {
	font-size: var(--wp--preset--font-size--large);
}
.wp-block-embed iframe:not(.youtube-shorts) {
	width: 100%;
	aspect-ratio: 16/9;
	height: 100%;
}
.wp-block-embed iframe.youtube-shorts {
	aspect-ratio: 9/16;
	height: auto;
}
.post-main-content figure.wp-block-image img, .post-main-content .wp-block-embed iframe, .youtube-facade, .youtube-video-wrapper, .wp-block-video video {
	border-radius: var(--wp--custom--border-radius--medium);
	overflow: hidden;
}
/* blog page */
.hero-query {
	margin-top: 0;
}
.hero-query .featured-img-col {
	overflow: hidden;
	border-radius: var(--wp--custom--border-radius--large);
}
:where(.blog, .archive):not(.paged) .grid-query:not(:has(.wp-block-query-no-results)) {
	margin-top: var(--wp--preset--spacing--80);
}
:where(.blog, .archive).paged h1.hide-desktop782 {
	margin-bottom: var(--wp--custom--layout--block-gap);
	display: block !important;
}
@media(max-width: 781px) {
	:where(.blog, .archive) .hero-query .wp-block-columns {
		flex-flow: column-reverse;
		margin-top: var(--wp--custom--layout--block-gap);
		& h2 {
			margin-top: 0;
		}
	}
}
/* pagination */
.wp-block-query-pagination-numbers > :where(span, a) {
	margin: 0 min(.8vw, .4em);
}
/* lightboxes per gallery */
.wp-lightbox-overlay.zoom.active .scrim {
	background-color: rgba(0, 0, 0, .92) !important;
}
.wp-lightbox-overlay .close-button svg {
	fill: var(--wp--preset--color--white);
	opacity: .7;
	width: 29px;
}
.wp-lightbox-overlay .close-button:hover svg {
	opacity: 1;
}
.wp-lightbox-overlay .wp-block-image img {
	border-radius: var(--wp--custom--border-radius--xlarge);
	max-width: 92vw;
	max-height: 92svh;
}
/* Album Single */
/* Apple Music icon - round with music note */
.wp-social-link a[href*="music.apple.com"] svg {
	display: none;
}
.wp-social-link:has(a[href*="music.apple.com"]) {
	background: linear-gradient(135deg, #FA233B 0%, #FB5C74 100%) !important;
	border-radius: 50% !important;
}
.wp-social-link a[href*="music.apple.com"]::before {
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23ffffff'%3E%3Cpath d='M25.5 5.25L13.5 8.25v15.19c-.73-.44-1.61-.69-2.55-.69-2.49 0-4.5 1.79-4.5 4s2.01 4 4.5 4 4.5-1.79 4.5-4V14.25l9-2.25v8.44c-.73-.44-1.61-.69-2.55-.69-2.49 0-4.5 1.79-4.5 4s2.01 4 4.5 4 4.5-1.79 4.5-4V5.25h-1.5z'/%3E%3C/svg%3E") no-repeat 50% 50%/contain;
}
@media(max-width: 1023px) {
	body .is-layout-flex.hero-album-columns {
		display: grid;
		grid-template-rows: auto 1fr;
	}
	.album-col-txt {
		padding-right: var(--wp--preset--spacing--50) !important;
		order: 2;
	}
	.album-col-img figure {
		width: auto !important;
	}
	.album-col-links {
		padding: 0 !important;
	}
}
@media(max-width: 413px) {
	.single-album .wp-block-social-links.has-large-icon-size {
		font-size: 24px;
	}
	.wp-social-link a[href*="music.apple.com"]::before {
		width: 24px;
		height: 24px;
	}
}