
/* ========================================================================== */
/* 🎯 yak-overrides — Project-Specific Theme Customizations
/* ========================================================================== */

/**
 * This layer is reserved for site-specific or project-level CSS overrides.
 * Use it to tweak, patch, or extend any styles from earlier Yak layers
 * (yak-base, yak-layout, yak-blocks, etc.) **without modifying core files**.
 *
 * Ideal for:
 * - Adjusting spacing, colors, or layout for a specific site or content pattern
 * - Overriding block or component behavior in response to client requests
 * - Adding temporary fixes or experimental styles during development
 *
 * Best practices:
 * - Keep overrides tightly scoped (e.g., `.page-id-123 .entry-header { ... }`)
 * - Comment any overrides that relate to bugs or temporary workarounds
 * - If a rule becomes universally useful, consider promoting it upstream
 *
 * This file is loaded *last* in the CSS cascade:
 *   1. reset
 *   2. yak-base
 *   3. yak-layout
 *   4. yak-components
 *   5. yak-blocks
 *   6. yak-utilities
 *   7. yak-overrides ← (this file)
 */


    /* put one-off overrides here */

.ctd-tabs {
    margin-top: 3rem;
}

h2.ctd-tab-heading {
    margin-top: 0;
}

.ctd-tabs__toc [role="tab"][aria-selected="true"],
.ctd-tabs__toc [role="tab"]:hover {
    border-left: 4px solid var(--yak-color-primary) !important;
    background: var(--yak-color-muted);
}

.ctd-single-tab button:focus {
    outline: none;
    box-shadow: none;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ctd-single-tab button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}


.entry-content h2 {
    font-size: var(--yak-font-3xl);
    line-height: var(--yak-lh-4xl);
}

.entry-content h3 {
    font-size: var(--yak-font-2xl);
    line-height: var(--yak-lh-3xl);
}
      
.entry-content .clb-shadow {
    box-shadow: 0 0 12px rgba(0,0,0,.1);
}
  
.site-container {
    background: #EFF3F2;
}

.yak-footer-widgets-outer-wrapper {
    background: var(--platinum);
}

.yak-archive-card,
.tdsc-collapse__content {
    background: var(--yak-color-white);
}

.yak-featured-image-top-wrapper {
    background: var(--yak-color-primary);
}


.wp-block-media-text .wp-block-media-text__content h2:first-child {
    margin-top: 0;
}

.wp-block-media-text figure.wp-block-media-text__media {
    margin: 0;
    height: 100%;
}

.wp-block-media-text.is-image-fill-element figure.wp-block-media-text__media img {
    object-fit: cover;
    height: 100%;
}

.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
	grid-column: 2;
    grid-row: 1;
}

.wp-block-media-text__content .wp-block-buttons {
    margin-bottom: 0;
}


.entry-content a {
    font-weight: 700;
}

.entry-content a:hover {
    text-decoration: underline;
}

.entry-content a.wp-block-button__link:hover,
.entry-content a.button:hover {
    text-decoration: none;
}

.yak-page-subtitle {
    text-wrap: pretty;
}

.yak-card {
    background: var(--yak-color-white) !important;
}


.apt-testimonial-card {
	margin-bottom: 2rem;
	padding: var(--yak-padding-block);
	border: 1px solid var(--yak-color-muted);
	border-radius: var(--yak-radius);
	background: var(--yak-color-white);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.apt-testimonial-card h3 {
	font-size: var(--yak-font-lg);
	line-height: var(--yak-lh-2xl);
}

.apt-testimonial-title {
	margin-top: 0;
}

.apt-testimonial-content {
	font-size: var(--yak-font-md);
	line-height: var(--yak-lh-lg);
	font-style: italic;
}

.apt-testimonial-more {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.5s ease, opacity 0.5s ease;
}

.apt-testimonial-more.expanded {
	max-height: 1000px;
	opacity: 1;
}

.apt-read-more-btn,
button.apt-read-more-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	background: var(--yak-color-muted);
	border: 1px solid #ccc;
	color: var(--yak-color-primary);
	cursor: pointer;
	font: inherit;
	padding: 0.5rem 0.75rem;
	margin-top: 0.25rem;
	font-weight: 700;
	font-style: normal;
    font-size: var(--yak-font-sm);
}

.apt-read-more-btn i {
	transition: transform 0.3s ease;
}

.apt-read-more-btn.expanded i {
	transform: rotate(180deg);
}

.apt-testimonial-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.apt-testimonial-title {
	margin: 0;
	font-size: var(--yak-font-lg);
	line-height: var(--yak-lh-2xl);
}

.apt-testimonial-author {
	font-size: var(--yak-font-lg);
	line-height: var(--yak-lh-xl);
	font-style: normal;
	font-weight: 400;
	white-space: nowrap;
    font-family: var(--yak-secondary-font);
}



.after-entry-widget-wrapper {
	margin-top: 6rem;
	padding: var(--yak-padding-block);
	border: 1px solid var(--yak-color-muted);
	border-radius: var(--yak-radius);
	background: var(--yak-color-white);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}


.after-entry-widget-wrapper .apt-testimonial-card {
    box-shadow: none;
    border: none;
    padding: 0;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--yak-color-muted);
    margin-bottom: 0;
}



.pri-hero-section {
	padding-block: clamp(3rem, 8vw, 6rem);
	background: var(--yak-color-muted);
}

.pri-hero-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 3rem;
	max-width: var(--yak-content-max-width);
	margin-inline: auto;
	padding-inline: 1rem;
}

.pri-hero-content h1 {
	font-size: var(--yak-font-3xl);
	line-height: var(--yak-lh-3xl);
	margin-bottom: 1rem;
}

.pri-hero-subhead {
	font-size: var(--yak-font-lg);
	line-height: var(--yak-lh-xl);
	margin-bottom: 2rem;
	color: var(--yak-color-black);
}

.pri-hero-image img {
	width: 100%;
	height: auto;
	border-radius: var(--yak-radius);
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
}
/* 
.pri-credentials-section {
	padding-block: var(--yak-padding-block);
	border-top: 1px solid var(--yak-color-muted);
} */

.pri-section-heading {
	font-size: var(--yak-font-2xl);
	line-height: var(--yak-lh-xl);
	margin-bottom: 0.5em;
}

.pri-intro {
	font-size: var(--yak-font-lg);
	line-height: var(--yak-lh-lg);
    margin-top: 2rem;
	margin-bottom: 2rem;
	color: var(--yak-color-black);
}

.pri-credentials-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
}

.pri-credentials-list li {
	padding-left: 0;
}

.pri-credentials-list strong {
	display: block;
	font-weight: 700;
	font-size: var(--yak-font-lg);
	line-height: var(--yak-lh-md);
	margin-bottom: 0.25rem;
}

.pri-credentials-list span {
	display: block;
	font-size: var(--yak-font-md);
	line-height: var(--yak-lh-md);
	color: var(--yak-color-black);
	opacity: 0.85;
}

.pri-credentials-list li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem;
	align-items: start;
}

.pri-credentials-list i {
	font-size: 1.75rem;
	color: var(--yak-color-primary);
	margin-top: 0.1rem;
}

.pri-credentials-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 2rem;
}

.pri-credentials-list li {
	display: flex;
	align-items: stretch; /* ⬅️ key! */
	gap: 2rem;
}

.pri-icon-col {
	flex-shrink: 0;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pri-icon-col i {
	font-size: 3.25rem; /* or use .fa-3x in class */
	line-height: 1;
	color: var(--yak-color-primary);
	opacity: 0.9;
}

.pri-text-col strong {
	display: block;
	font-size: var(--yak-font-lg);
	line-height: var(--yak-lh-lg);
	color: var(--yak-color-black);
	margin-bottom: 0.25rem;
}

.pri-text-col span {
	display: block;
	font-size: var(--yak-font-md);
	line-height: var(--yak-lh-md);
	color: var(--yak-color-black);
	opacity: 0.8;
}

.pri-heading-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-bottom: 2rem;
}

.pri-heading-row .pri-section-heading {
	flex: 1 1 auto;
	margin: 0;
}

.pri-cta-button {
	flex-shrink: 0;
	background-color: var(--yak-color-primary);
	color: white;
	padding: 0.75rem 1.25rem;
	border-radius: var(--yak-radius);
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.3s ease;
	white-space: nowrap;
}

.pri-cta-button:hover {
	background-color: #1c4fc4; /* or a darker shade of primary */
}

.page-id-4929 .after-entry-widget-wrapper {
    display: none;
}

.pri-for-who-section {
	padding-block: var(--yak-padding-block);
    padding: var(--yak-padding-block);
    background: var(--yak-color-primary);
    color: var(--yak-color-white);
    margin-top: 4rem;
    border-radius: var(--yak-radius);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.pri-section-heading {
	font-size: var(--yak-font-3xl);
	line-height: var(--yak-lh-xl);
    margin: 0;
	margin-bottom: 0.5rem;
    
}

.pri-subheading {
	font-size: var(--yak-font-lg);
	line-height: var(--yak-lh-lg);
	margin: 0 auto 2rem auto;
}

.pri-for-who-list {
	list-style: none;
	padding: 0;
	margin: 0 auto 2rem auto;
	text-align: left;
	font-size: var(--yak-font-md);
}

.pri-for-who-list li {
	margin-bottom: 1rem;
	display: flex;
	gap: 0.75em;
	align-items: center;
}

.pri-for-who-list svg {
	font-size: 1.5em;
}

.pri-cta-buttons {
	display: flex;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.pri-for-who-section .pri-cta-buttons a {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1rem;
    color: var(--yak-color-white);
    text-decoration: none;
    border: 2px solid var(--yak-color-white);
    padding: 0.5rem 1rem;
    border-radius: var(--yak-radius);
    text-transform: uppercase;
}

.pri-for-who-section .pri-cta-buttons a:hover {
    background: var(--yak-color-white);
    color: var(--yak-color-primary);
}

.pri-pricing-faq-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-top: 2rem;
}

.pri-pricing-faq-grid a {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;

    text-decoration: none;
    border: 2px solid var(--yak-color-primary);
    padding: 0.5rem 1rem;
    border-radius: var(--yak-radius);
    text-transform: uppercase;
}

.pri-pricing-faq-grid a:hover {
    text-decoration: none;
    background: var(--yak-color-primary);
    color: var(--yak-color-white);
} 


.pri-for-who-section.pri-private-yoga {
	background: transparent;
	padding: 0;
}

.pri-for-who-section.pri-private-yoga img {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.pri-for-who-section.pri-private-yoga .pri-private-yoga__inner {
	padding: var(--yak-padding-block);
    background: var(--yak-color-primary);
    color: var(--yak-color-white);
}

.pri-for-who-section.pri-private-yoga .pri-pricing-list span {
	display: inline;
	color: var(--yak-color-muted);
	opacity: 0.5;
}

.pri-for-who-section.pri-private-yoga .pri-pricing-list li {
	margin: 0;
}



.yak-archive-wrapper h2.yak-entry-title a {
    text-decoration: none;
}

.yak-archive-wrapper h2.yak-entry-title a:hover {
    text-decoration: underline;
}

.home .site-inner {
    padding-top: 0;
}

.home .clb-apt-homepage-hero a.wp-block-button__link {
    background: transparent;
    border: 2px solid var(--yak-color-white);
}

.home .clb-apt-homepage-hero a.wp-block-button__link:hover {
    background: var(--yak-color-white);
    color: var(--yak-color-primary);
}

.home .after-entry-widget-wrapper {
    display: none;
}

.yak-footer-widgets-outer-wrapper .button.full {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
    background: transparent;
    color: var(--yak-color-primary);
    border: 2px solid var(--yak-color-primary);
}

.yak-footer-widgets-outer-wrapper .button.full:hover {
    color: var(--yak-color-white);
    background: var(--yak-color-primary);
    border: 2px solid var(--yak-color-primary);
}

.footer-above-widget-area {
    background: var(--platinum);
}

.clb-apt-socials {
    display: flex;
    gap: 1rem;
}

.clb-apt-socials a:hover {
    color: var(--yak-color-black);
}

#text-19 {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    font-size: var(--yak-font-sm);
}

@media (min-width: 768px) {
	.pri-pricing-faq-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.pri-pricing-list {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0;
}

.pri-pricing-list li {
	margin-bottom: 1.5rem;
}

.pri-pricing-list strong {
	display: block;
	font-size: var(--yak-font-lg);
	color: var(--yak-color-primary);
}

.pri-pricing-list span {
	display: block;
	color: #666;
	font-size: var(--yak-font-md);
	margin-top: 0.25rem;
}

.pri-faq details {
	border-top: 1px solid #ddd;
	padding: 1rem 0;
}

.pri-faq details:last-child {
	border-bottom: 1px solid #ddd;
}

.pri-faq summary {
	font-weight: bold;
	cursor: pointer;
	font-size: var(--yak-font-md);
}

.pri-faq p {
	margin-top: 0.5rem;
	color: #555;
}

.pri-faq-item h3 {
    font-size: var(--yak-font-lg);
    margin-bottom: 0;
}


.pri-closing-section {
	padding-block: var(--yak-padding-block);
	display: grid;
	gap: 2rem;
    padding: var(--yak-padding-block);
    background: rgba(255,255,255,.8);
    border-radius: var(--yak-radius);
    backdrop-filter: blur(6px);
}

@media (min-width: 768px) {
	.pri-closing-section {
		grid-template-columns: 1fr 1fr;
		align-items: center;
	}
}

.pri-testimonial-block blockquote {
	font-style: italic;
	/* background: var(--yak-color-muted);
	border-left: 5px solid var(--yak-color-primary); */
	padding: 1rem 1.5rem;
	border-radius: var(--yak-radius);
	margin: 0;
	color: #333;
    text-align: left;
    background: var(--ecru);
    border-left: none;
}

.pri-testimonial-block footer {
	margin-top: 1rem;
	font-weight: 500;
	font-size: var(--yak-font-sm);
}

.pri-cta-block {
	text-align: left;
}

.pri-closing-heading {
	font-size: var(--yak-font-2xl);
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.pri-closing-text {
	font-size: var(--yak-font-md);
	margin-bottom: 1.5rem;
	color: #444;
}

.yak-button-xl {
	font-size: var(--yak-font-lg);
	padding: 1rem 2rem;
}


@media (min-width: 960px) {

    .yak-main-nav a:hover, .yak-main-nav a:focus {
        background-color: var(--platinum);
    }

    .yak-main-nav .sub-menu a {
        line-height: var(--yak-lh-xl);
        font-size: var(--yak-font-sm);
    }

    .yak-main-nav .sub-menu a:hover {
        background: transparent;
    }

    .yak-main-nav .menu-highlight a:hover {
        background: var(--yak-color-black);
    }

}




@media (max-width: 959px) {



}



