/*
SITE SPECIFIC
Last updated: 19/04/2026
*/

.wp-block-heading + .wp-block-post-title,
.wp-block-heading + .wp-block-heading {
	margin-top: 0;
}

/* Call to Action pattern */

.cta .wp-block-cover__inner-container {
	position: unset;
}

.cta .wp-block-cover__inner-container * {
	z-index: 1;
}

.cta .wp-block-cover__inner-container::after {
	content: '';
	width: 896px;
	height: 311px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(/wp-content/uploads/2026/04/gold-lines.webp);
	background-size: contain;
	background-repeat: no-repeat;
}

/* Buttons */

.wp-block-button__link:where(.has-background):where(.has-text-color):hover {
	color: var(--wp--preset--color--custom-champagne-gold) !important;
	background-color: var(--wp--preset--color--custom-white) !important;
}

.wp-block-button__link.wp-element-button:not(.has-background):not(.has-text-color):hover {
	color: var(--wp--preset--color--custom-white);
	background-color: var(--wp--preset--color--custom-champagne-gold);
}

/* Masked Cover */

.wp-block-cover.is-style-mask {
	background-color: var(--wp--preset--color--custom-bone-white);
	--mask-width: 70% !important; 
	--mask-image: url(/wp-content/uploads/2026/04/mask-shape.webp);
}

.wp-block-cover.is-style-mask .wp-block-cover__image-background,
.wp-block-cover.is-style-mask .wp-block-cover__background {
	height: 100% !important;
	width: var(--mask-width);
	left: unset;
	right: 0;
	object-fit: cover;
	mask-image: var(--mask-image);
	mask-repeat: no-repeat;
	mask-size: cover;
}

.wp-block-cover.is-style-mask .wp-block-cover__image-background {
	width: 63% !important;
}

.wp-block-cover.is-style-mask .wp-block-cover__background {
    opacity: 1 !important;
    background: linear-gradient(122deg, var(--wp--preset--color--custom-bone-white) 32%, color-mix(in srgb, var(--wp--preset--color--custom-sage) 40%, transparent) 38%, color-mix(in srgb, var(--wp--preset--color--custom-sage) 0%, transparent) 47%);
    background-color: transparent !important;
}

/* Pullquote */

.wp-block-pullquote {
	position: relative;
}

.wp-block-pullquote::after {
	position: absolute;
	content: '';
	width: 40px;
	height: 24px;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%) translatey(50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24' viewBox='0 0 20 24' fill='none'%3E%3Cpath d='M9.37576 13.8348C9.37576 15.0783 8.92044 16.1408 8.0049 17.0269C7.11873 17.9131 6.07099 18.3537 4.8519 18.3537C3.35863 18.3537 2.16891 17.8005 1.28274 16.694C0.425949 15.6707 0 14.4125 0 12.9192C0.00489596 10.1873 2.32558 7.54834 6.97185 5.00244L7.6377 6.04039C6.0612 7.34271 5.27295 8.39045 5.27295 9.19338C5.27295 9.44308 5.60588 9.69277 6.26683 9.94247C7.26071 10.2999 7.94125 10.6475 8.29865 10.9804C9.01836 11.5875 9.37576 12.5422 9.37576 13.8445V13.8348Z' fill='%23C7A863'/%3E%3Cpath d='M19.7077 13.8372C19.7077 15.0808 19.2915 16.1432 18.4641 17.0294C17.5779 17.9155 16.5155 18.3562 15.2719 18.3562C13.7787 18.3562 12.589 17.8029 11.7028 16.6965C10.8166 15.6732 10.376 14.4149 10.376 12.9217C10.376 10.1848 12.6967 7.5459 17.3429 5L18.092 6.03794C16.4617 7.34027 15.644 8.38801 15.644 9.19094C15.644 9.44064 16.0014 9.69033 16.7211 9.94002C17.6905 10.2974 18.3515 10.645 18.7138 10.978C19.3796 11.5851 19.7077 12.5398 19.7077 13.8421V13.8372Z' fill='%23C7A863'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: var(--wp--preset--color--custom-white);
}

/* Accordion */

.wp-block-accordion-item:hover,
.wp-block-accordion-item.is-open {
	border-color: var(--wp--preset--color--custom-mineral-stone);
}

/* Misc */

.wp-block-cover.blog-avatar {
	overflow: hidden !important;
}

.moved-to-mobile-nav .wp-block-buttons {
	margin-top: 1.5rem;
}