/* Leave the @layer declarations to prevent conflicts with editor defined styles */
@layer theme, base, components, utilities;
@layer components {
    :root {
        --theme-color-black: #000000;
        --theme-color-white: #ffffff;
        --theme-color-gray-dark: #3B3B3B;
        --theme-color-gray-medium: #CCCCCC;
        --theme-color-gray-accent: #808080;
        --theme-color-off-white: #F5F5F5;
        --theme-color-component-bg: #D9D9D9;

        --theme-heading-font-family: Playfair Display, sans-serif;
        --theme-default-font-size: 16px;
        --theme-h1-font-size: 80px;
        --theme-h1-line-height: 96px;
        --theme-h2-font-size: 56px;
        --theme-h2-line-height: 76px;
        --theme-h3-font-size: 28px;
        --theme-h3-line-height: 44px;
        --theme-h3-letter-spacing: 0;
        --theme-h3-font-weight: 400;

        --page-bg: var(--theme-color-white);
        --page-bg-dark: var(--theme-color-black);
        --theme-text-color: #272727;
        --theme-text-color-dark: var(--theme-color-off-white);
        --theme-heading-color: #272727;
        --theme-heading-color-dark: var(--theme-color-off-white);

        --theme-small-border-radius: 4px;
        --theme-md-border-radius: 8px;
        --theme-lg-border-radius: 12px;

        --theme-transition-timing-funtion: cubic-bezier(0.4, 0, 0.2, 1);
        --theme-tranisition-duration: 300ms;

        --theme-button-padding-small-desktop: 5px 20px;
        --theme-button-font-size-small-desktop: var(--theme-default-font-size);
        --theme-button-padding-small-tablet: 8px 24px;
        --theme-button-font-size-small-tablet: 15px;
        --theme-button-padding-small-mobile: 12px 24px;
        --theme-button-font-size-small-mobile: 14px;
        --theme-button-padding-medium-desktop: 10px 28px;
        --theme-button-font-size-medium-desktop: var(--theme-default-font-size);
        --theme-button-padding-medium-tablet: 12px 32px;
        --theme-button-font-size-medium-tablet: var(--theme-default-font-size);
        --theme-button-padding-medium-mobile: 14px 32px;
        --theme-button-font-size-medium-mobile: var(--theme-default-font-size);
        --theme-button-padding-large-desktop: 15px 41px;
        --theme-button-font-size-large-desktop: var(--theme-default-font-size);
        --theme-button-padding-large-tablet: 18px 46px;
        --theme-button-font-size-large-tablet: var(--theme-default-font-size);
        --theme-button-padding-large-mobile: 18px 44px;
        --theme-button-font-size-large-mobile: var(--theme-default-font-size);
        --theme-button-padding-xl-desktop: 25px 52px;
        --theme-button-font-size-xl-desktop: var(--theme-default-font-size);
        --theme-button-padding-xl-tablet: 28px 58px;
        --theme-button-font-size-xl-tablet: 17px;
        --theme-button-padding-xl-mobile: 28px 56px;
        --theme-button-font-size-xl-mobile: 18px;
        --theme-button-padding-2xl-desktop: 33px 66px;
        --theme-button-font-size-2xl-desktop: var(--theme-default-font-size);
        --theme-button-padding-2xl-tablet: 36px 72px;
        --theme-button-font-size-2xl-tablet: 18px;
        --theme-button-padding-2xl-mobile: 36px 70px;
        --theme-button-font-size-2xl-mobile: 18px;

        --theme-nav-color: var(--theme-color-gray-accent);
        --theme-nav-color-dark: #e5e7eb;
    }

    body {
        text-underline-offset: 8px;
        color: var(--theme-text-color);
    }

    body, .outer-container {
        background-color: var(--site-bg-color, var(--page-bg));
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    body.dark, .dark .outer-container {
        background-color: var(--page-bg-dark);
    }

    .inner-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .footer-inner {
        display: flex;
        flex-direction: column;
    }

    /* Start text styles. These correspond to the Site Design: Text Styles options in the editor  */
    html, html.dark .contrast, .text-light-bg {
        color: var(--theme-text-color);
    }

    .text-option, .art-text {
        font-size: var(--theme-default-font-size);
        line-height: 24px;
        letter-spacing: 0;
        font-weight: 400;
        text-transform: none;
    }

    .text-option a, .art-text a, .link-container a {
        color: var(--color-primary-main);
        text-decoration: none;
    }

    .text-option a:hover, .text-option a.active, .art-text a:hover, .art-text a.active, .link-container a:hover {
        color: var(--color-primary-light);
        text-decoration: none;
    }

    .heading-light-bg, h1:not(.custom-text-color), h2:not(.custom-text-color), h3:not(.custom-text-color), h4:not(.custom-text-color), h5:not(.custom-text-color), h6:not(.custom-text-color) {
        color: var(--theme-heading-color);
    }

    h1 .text-option , h1 {
        font-size: var(--theme-h1-font-size);
        font-weight: 400;
        line-height: var(--theme-h1-line-height);
        letter-spacing: 0;
        text-transform: none;
    }

    h2 .text-option, h2 {
        font-size: var(--theme-h2-font-size);
        line-height: var(--theme-h2-line-height);
        letter-spacing: 0;
        font-weight: 400;
        text-transform: none;
    }

    h3 .text-option, h3 {
        font-size: var(--theme-h3-font-size);
        line-height: var(--theme-h3-line-height);
        letter-spacing: var(--theme-h3-letter-spacing);
        font-weight: var(--theme-h3-font-weight);
        text-transform: none;
    }

    .art-button {
        font-family: var(--font-button);
        font-size: var(--theme-default-font-size);
        letter-spacing: 0;
        font-weight: 400;
        text-transform: none;
    }

    blockquote {
        font-family: var(--font-quote);
        color: var(--theme-text-color);
        font-size: var(--theme-default-font-size);
        line-height: 24px;
        letter-spacing: 0;
        font-weight: 400;
        text-transform: none;
        font-style: italic;
    }

    /* End text styles */

    /* Button Styles */
    .art-button.button-standard {
        color: var(--theme-color-black);
        background-color: var(--theme-color-white);
        border: 1px solid var(--color-primary-main);
        border-radius: var(--shape);
        transition-property: all;
        transition-timing-function: var(--theme-transition-timing-funtion);
        transition-duration: 150ms;

        &:hover {
            color: var(--theme-color-white);
            background-color: var(--color-primary-main);
        }
    }

    .art-button.button-highlight {
        color: var(--theme-color-white);
        background-color: var(--color-secondary-main);
        border-radius: var(--shape);
        transition-property: all;
        transition-timing-function: var(--theme-transition-timing-funtion);
        transition-duration: 150ms;

        &:hover {
            background-color: var(--color-secondary-light);
        }
    }

    .art-button.button-small {
        padding: var(--theme-button-padding-small-mobile);
        font-size: var(--theme-button-font-size-small-mobile);
    }

    .art-button.button-medium {
        padding: var(--theme-button-padding-medium-mobile);
        font-size: var(--theme-button-font-size-medium-mobile);
    }

    .art-button.button-large {
        padding: var(--theme-button-padding-large-mobile);
        font-size: var(--theme-button-font-size-large-mobile);
    }

    .art-button.button-xl {
        padding: var(--theme-button-padding-xl-mobile);
        font-size: var(--theme-button-font-size-xl-mobile);
    }

    .art-button.button-2xl {
        padding: var(--theme-button-padding-2xl-mobile);
        font-size: var(--theme-button-font-size-2xl-mobile);
    }

    .art-button.md\:button-small {
        @media (width >=768px) {
            padding: var(--theme-button-padding-small-tablet);
            font-size: var(--theme-button-font-size-small-tablet);
        }
    }

    .art-button.md\:button-medium {
        @media (width >=768px) {
            padding: var(--theme-button-padding-medium-tablet);
            font-size: var(--theme-button-font-size-medium-tablet);
        }
    }

    .art-button.md\:button-large {
        @media (width >=768px) {
            padding: var(--theme-button-padding-large-tablet);
            font-size: var(--theme-button-font-size-large-tablet);
        }
    }

    .art-button.md\:button-xl {
        @media (width >=768px) {
            padding: var(--theme-button-padding-xl-tablet);
            font-size: var(--theme-button-font-size-xl-tablet);
        }
    }

    .art-button.md\:button-2xl {
        @media (width >=768px) {
            padding: var(--theme-button-padding-2xl-tablet);
            font-size: var(--theme-button-font-size-2xl-tablet);
        }
    }

    .art-button.lg\:button-small {
        @media (width >=1024px) {
            padding: var(--theme-button-padding-small-desktop);
            font-size: var(--theme-button-font-size-small-desktop);
        }
    }

    .art-button.lg\:button-medium {
        @media (width >=1024px) {
            padding: var(--theme-button-padding-medium-desktop);
            font-size: var(--theme-button-font-size-medium-desktop);
        }
    }

    .art-button.lg\:button-large {
        @media (width >=1024px) {
            padding: var(--theme-button-padding-large-desktop);
            font-size: var(--theme-button-font-size-large-desktop);
        }
    }

    .art-button.lg\:button-xl {
        @media (width >=1024px) {
            padding: var(--theme-button-padding-xl-desktop);
            font-size: var(--theme-button-font-size-xl-desktop);
        }
    }

    .art-button.lg\:button-2xl {
        @media (width >=1024px) {
            padding: var(--theme-button-padding-2xl-desktop);
            font-size: var(--theme-button-font-size-2xl-desktop);
        }
    }

    /* End Button Styles */

    /* Base component styles */

    .component-tabbed-box.style-theme {
        border: 1px solid var(--theme-color-off-white);
        padding: 8px;
    }

    .component-tabbed-box.style-theme .tabbed-box-inner {
        background: transparent;
        border: none;
        overflow: hidden;
    }

    .component-tabbed-box.style-theme ul.labels {
        padding: 40px 4px 20px;
        border-bottom: 1px solid var(--theme-color-black);
        gap: 23px;
    }

    .component-tabbed-box.style-theme li.tab {
        width: auto !important;
        padding: 0 13px 4px !important;
        background: none;
        border-inline-end-width: 0 !important;
        border-bottom: none !important;
        line-height: 35px !important;
    }

    .component-tabbed-box.style-theme li.active-tab {
        background: var(--theme-color-white);
        color: var(--theme-color-black);
        outline: 1px solid var(--theme-color-black);
        border-radius: var(--shape);
    }

    .component-table.style-theme td {
        background: transparent;
        border: none;
        padding: 32px 16px !important;
    }

    .component-table.style-theme td.heading-cell {
        background: transparent;
    }

    .component-table.style-theme tr {
        border-bottom: 1px solid var(--theme-color-gray-medium);

        &:first-child {
            border-top: 1px solid var(--theme-color-gray-medium);
        }
    }

    .social-icon-inner, .social-icon-outer {
        transition-property: all;
        transition-timing-function: var(--theme-transition-timing-funtion);
        transition-duration: var(--theme-tranisition-duration);
    }

    .social-icon-outer {
        fill: var(--theme-color-gray-medium);
    }

    div.custom-text-color .social-icon-outer {
        fill: var(--text-color);
    }

    .social-icon-inner {
        fill: var(--theme-color-black);
    }

    .social-icon-inner-stroke {
        stroke: var(--theme-color-black);
    }

    svg:hover .social-icon-outer {
        fill: var(--hover-text-color, var(--theme-color-black));
    }

    svg:hover .social-icon-inner {
        fill: var(--theme-color-white);
    }

    svg:hover .social-icon-inner-stroke {
        stroke: var(--theme-color-white);
    }

    /* End Base component styles */

    .main-header {
        position: relative;
        height: 72px;
        display: flex;
        align-items: center;
        padding: 0 60px;
        border-bottom: 1px solid var(--theme-color-gray-medium);
    }

    .main-header.mobile-nav {
        height: 60px;
        padding: 0 12px;
    }

    .main-header .light-bg-logo {
        &:where(.dark, .dark *) {
            display: none;
        }
    }

    .main-header .dark-bg-logo {
        display: none;

        &:where(.dark, .dark *) {
            display: block;
        }
    }

    .main-header .logo-container {
        display: flex;
        align-items: center;
    }

    .main-header .logo-container img {
        max-width: 120px;
        max-height: 28px;

        @media (width >= 768px) {
            max-width: 160px;
            max-height: 32px;
        }

        @media (width >= 1024px) {
            max-width: 200px;
            max-height: 35px;
        }
    }

    .main-header .text-logo {
        color: var(--color-primary-main);
        font-size: 18px;
        font-weight: 400;
        line-height: 1.2em;
        text-wrap: nowrap;

        @media (width >= 768px) {
            font-size: 38px;
        }

        @media (width >= 1024px) {
            font-size: 48px;
        }

        &:where(.dark, .dark *) {
            color: var(--theme-color-white);
        }
    }

    .main-header .desktop-nav-links {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        display: flex;
        gap: 30px;
        justify-content: center;
        letter-spacing: -0.36px;

        &:where(.mobile-nav *) {
            display: none;
        }
    }

    .main-header .desktop-nav-links .nav-link {
        font-size: 18px;
        font-weight: 700;
        color: var(--theme-nav-color);
        position: relative;
        text-wrap: nowrap;

        &:where(.dark, .dark *) {
            color: var(--theme-nav-color-dark) !important;
        }
    }

    .main-header .desktop-nav-links .nav-link:hover, .main-header .desktop-nav-links .nav-link.active {
        color: var(--theme-color-black);
        text-decoration: underline;
        text-decoration-thickness: 1px;
    }

    .main-header .desktop-nav-links .subnav {
        position: absolute;
        top: 60px;
        z-index: 20;
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 28px 36px;
        background: var(--theme-color-white);
        border: 1px solid var(--theme-color-off-white);
    }

    .main-header .desktop-nav-buttons {
        flex-grow: 1;
        display: inline-flex;
        justify-content: end;
        gap: 8px;
        text-wrap: nowrap;

        &:where(.mobile-nav *) {
            display: none;
        }
    }

    .main-header .desktop-nav-buttons a, .main-header .mobile-nav-buttons a, .main-header .mobile-nav-buttons button {
        color: var(--theme-color-black);
        text-wrap: nowrap;
        font-size: 18px;
        font-weight: 700;
    }

    .main-header a.arrow-icon {
        &:after {
            content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.3332 3.33333V9C13.3332 9.18409 13.184 9.33333 12.9999 9.33333H12.3332C12.1491 9.33333 11.9999 9.18409 11.9999 9V4.94666L3.70657 13.2333C3.64398 13.2964 3.55878 13.3319 3.4699 13.3319C3.38102 13.3319 3.29582 13.2964 3.23323 13.2333L2.76657 12.7667C2.70346 12.7041 2.66797 12.6189 2.66797 12.53C2.66797 12.4411 2.70346 12.3559 2.76657 12.2933L11.0599 4H6.9999C6.81581 4 6.66657 3.85076 6.66657 3.66666V3C6.66657 2.8159 6.81581 2.66666 6.9999 2.66666H12.6666C12.7991 2.66678 12.9262 2.71954 13.0199 2.81333L13.1999 2.99333C13.2856 3.0858 13.3333 3.20724 13.3332 3.33333Z' fill='%233B3B3B' stroke='%233B3B3B' stroke-width='0.5'/%3E%3C/svg%3E");
            margin-left: 4px;
        }

        border-bottom: 1px solid var(--theme-color-black);
    }

    .main-header .mobile-nav-buttons a.arrow-icon:after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M9.99993 2.5V6.75C9.99993 6.88807 9.888 7 9.74993 7H9.24993C9.11186 7 8.99993 6.88807 8.99993 6.75V3.71L2.77993 9.925C2.73298 9.97233 2.66909 9.99895 2.60243 9.99895C2.53577 9.99895 2.47187 9.97233 2.42493 9.925L2.07493 9.575C2.0276 9.52806 2.00098 9.46416 2.00098 9.3975C2.00098 9.33084 2.0276 9.26694 2.07493 9.22L8.29493 3H5.24993C5.11185 3 4.99993 2.88807 4.99993 2.75V2.25C4.99993 2.11193 5.11185 2 5.24993 2H9.49993C9.59935 2.00009 9.69467 2.03965 9.76493 2.11L9.89993 2.245C9.96422 2.31435 9.99994 2.40543 9.99993 2.5Z' fill='%233B3B3B' stroke='%233B3B3B' stroke-width='0.5'/%3E%3C/svg%3E");
        position: relative;
        top: 2px;
    }

    .main-header a.auth-link {
        color: var(--theme-color-gray-accent);
    }

    .main-header .desktop-nav-buttons .avatar {
        border-radius: calc(infinity * 1px);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 6px;
    }

    .main-header .desktop-nav-buttons .avatar span {
        color: var(--color-primary-main);
    }

    .main-header .desktop-nav-buttons .avatar span svg {
        width: 24px;
    }

    .main-header .desktop-nav-buttons .avatar img {
        border-radius: calc(infinity * 1px);
        width: 32px;
        height: 32px;
    }

    .main-header .mobile-nav-buttons {
        flex-grow: 1;
        display: inline-flex;
        justify-content: end;
        align-items: center;
        gap: 8px;

        &:where(.desktop-nav *) {
            display: none;
        }
    }

    .main-header .mobile-nav-buttons a {
        font-size: 12px;
    }

    .main-header .mobile-nav-buttons button {
        padding: 4px;
        cursor: pointer;
    }

    .main-header .mobile-nav-buttons button svg {
        width: 24px;
        height: 24px;
    }

    .mobile-cart-alert {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 4px;
        right: 0;
        height: 20px;
        width: 20px;
        margin: 4px;
        background-color: var(--color-primary-main);
        border-radius: calc(infinity * 1px);
        font-size: 10px;
        font-weight: 700;
    }

    .mobile-cart-alert span {
        color: #ffffff;
    }

    .main-header .mobile-nav-overlay {
        position: absolute;
        background: var(--theme-color-white);
        height: calc(100vh - 60px);
        width: 100%;
        top: 60px;
        left: 0;
        z-index: 30;
        display: flex;
        flex-direction: column;
        padding: 12px;
        gap: 12px;

        &:where(.dark, .dark *) {
            background: var(--theme-color-black);
        }
    }

    .main-header .mobile-nav-overlay .mobile-nav-links {
        max-height: min(100vh - 200px, 600px);
        overflow-y: auto;
    }

    .main-header .mobile-nav-overlay .mobile-nav-links, .main-header .mobile-nav-overlay .subnav {
        display: flex;
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .main-header .mobile-nav-overlay .subnav {
        margin-top: 8px;
    }

    .main-header .mobile-nav-overlay .mobile-nav-link {
        font-size: 24px;
        line-height: 1.4em;
        color: var(--theme-color-black);

        &:where(.dark, .dark *) {
            color: var(--theme-nav-color-dark);
        }
    }

    .main-header .mobile-nav-overlay-buttons {
        position: absolute;
        z-index: 40;
        bottom: 10%;
        inset-inline: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
        justify-content: center;
        padding: 12px;
    }

    .main-header .mobile-nav-overlay-buttons a {
        display: flex;
        justify-content: center;
        color: var(--theme-color-black);
        font-size: 12px;
        font-weight: 700;
        transition-property: all;
        transition-timing-function: var(--theme-transition-timing-funtion);
        transition-duration: var(--theme-tranisition-duration);

        &:after {
            content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M1 6.25005V5.75005C1 5.61198 1.11193 5.50005 1.25 5.50005H9.335L7.11 3.28005C7.06267 3.23311 7.03605 3.16921 7.03605 3.10255C7.03605 3.03589 7.06267 2.97199 7.11 2.92505L7.465 2.57505C7.51194 2.52772 7.57584 2.5011 7.6425 2.5011C7.70916 2.5011 7.77306 2.52772 7.82 2.57505L10.89 5.64005C10.9603 5.71031 10.9999 5.80563 11 5.90505V6.09505C10.9988 6.19426 10.9594 6.28919 10.89 6.36005L7.82 9.42505C7.77306 9.47238 7.70916 9.499 7.6425 9.499C7.57584 9.499 7.51194 9.47238 7.465 9.42505L7.11 9.07005C7.06297 9.02397 7.03646 8.96089 7.03646 8.89505C7.03646 8.8292 7.06297 8.76613 7.11 8.72005L9.335 6.50005H1.25C1.11193 6.50005 1 6.38812 1 6.25005Z' fill='black' stroke='%233B3B3B' stroke-width='0.5'/%3E%3C/svg%3E");
            position: relative;
            top: 2px;
        }

        &:hover {
            background-color: var(--color-accent-main);
        }

        &:where(.dark, .dark *) {
            background-color: var(--theme-color-gray-dark);
            border: none;
            color: var(--theme-color-white);

            &:hover {
                background-color: var(--theme-color-white);
                color: var(--theme-color-black);
            }
        }
    }

    .post-list {
        margin: 80px auto 40px;
        max-width: 1200px;
    }

    .post-list .post-list-container {
        padding: 0 20px;
        display: grid;
        gap: 20px;

        @media (width >= 768px) {
            grid-template-columns: repeat(2, minmax(0, 1fr))
        }

        @media (width >= 1024px) {
            grid-template-columns: repeat(3, minmax(0, 1fr))
        }
    }

    .post-item .post-list-container li {
        height: 100%;
    }

    .post-item article {
        height: 100%;
        display: flex;
        flex-direction: column;
        border: 1px solid var(--theme-color-gray-medium);
        border-radius: var(--theme-md-border-radius);
        overflow: hidden;
    }

    .post-item article .cover-image-link {
        display: block;
        width: 100%;
        height: 350px;
    }

    .post-item article .cover-image-link img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .post-item article .post-details {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        padding: 30px;
    }

    .post-item article .post-avatar, article.post .post-avatar {
        height: 20px;
        width: 20px;
        border-radius: calc(infinity * 1px);
    }

    .post-item article .post-topbar, article.post .post-topbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: var(--font-text);
    }

    .post-item article .post-topbar .post-date, article.post .post-topbar .post-date {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 6px 8px;
        border-radius: var(--shape);
        background: var(--theme-color-off-white);
        font-size: 12px;
        color: var(--theme-color-gray-accent);
    }

    .post-item article .post-topbar .post-author, article.post .post-topbar .post-author {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 16px;
        font-weight: 700;
    }

    .post-item .post-title {
        margin: 32px 0 16px;
        font-size: var(--theme-h3-font-size);
        font-weight: 400;
    }

    .post-item .post-content {
        flex-grow: 1;
    }

    .post-item .post-tags, .post-container .post-tags {
        margin: 32px 0 0;
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
    }

    .post-item .post-tags a, article.post .post-tags a {
        padding: 4px 12px;
        border-radius: calc(infinity * 1px);
        border: 1px solid var(--theme-color-gray-medium);
        font-size: 12px;
        font-family: var(--font-text);
        color: var(--theme-color-gray-accent);
        transition-property: all;
        transition-timing-function: var(--theme-transition-timing-funtion);
        transition-duration: var(--theme-tranisition-duration);

        &:hover {
            background: var(--theme-color-black);
            border-color: var(--theme-color-black);
            color: var(--theme-color-white);
        }
    }

    .post-container {
        padding: 0 20px;
        margin: 80px auto 40px;
        max-width: 700px;
    }

    article.post .post-topbar {
        justify-content: start;
        gap: 20px;
    }

    article.post .post-title {
        margin: 16px 0 16px;
        font-size: var(--theme-h2-font-size);
        font-weight: 400;
        line-height: var(--theme-h1-font-size);
    }

    article.post .subtitle {
        font-size: var(--theme-h3-font-size);
        color: var(--theme-color-gray-accent) !important;
    }

    article.post .cover-image {
        width: 100%;
        height: 400px;
        margin: 32px 0;
        border-radius: var(--theme-small-border-radius);
        object-fit: cover;
        object-position: center;
    }

    article.post .post-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 32px;
    }

    article.post .post-social {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    article.post .post-social svg {
        width: 40px;
        height: 40px;
        fill: var(--theme-color-black);
        transition-property: all;
        transition-timing-function: var(--theme-transition-timing-funtion);
        transition-duration: var(--theme-tranisition-duration);

        &:hover {
            scale: 1.2;
        }
    }

    .comments-container {
        margin: 40px 0;
    }

    .total-comments {
        margin-bottom: 12px;
        font-size: var(--theme-default-font-size);
        color: var(--theme-color-gray-dark);
    }
}

section.page-section {
    padding-left: 20px;
    padding-right: 20px;
}

.main-header .desktop-nav-links .subnav .nav-link {
    background: none;
    color: var(--theme-color-gray-accent);
    font-size: 18px;
    line-height: 30px;

    &:hover {
        color: var(--theme-color-black);
    }
}

.comments-container input, .comments-container textarea {
    border: none;
}

.comments-container .comment-form button {
    padding: 12px 44px;
}

.comments-container input, .comments-container textarea, .component input, .component textarea, .component select {
    outline: none;
    box-shadow: none;

    &:not(input[type="radio"], input[type="checkbox"]) {
        border-bottom: 1px solid var(--theme-color-gray-medium);
        border-radius: 0;

        &:active, &:focus {
            border-color: var(--theme-color-black);
        }
    }

    &:active, &:focus {
        outline: none;
        box-shadow: none;
    }
}

.comment-container.indented {
    border-color: var(--theme-color-off-white);
}

.comment-container .comment-author-avatar {
    background: transparent;
}

.comment-container .reply-button {
    color: var(--theme-color-gray-accent);
}

.component .input-outer {
    box-shadow: none;
}

.component textarea {
    min-height: 166px;
}

/* Component Styles */

.component label {
    font-size: var(--theme-default-font-size);
}

.component .field-label {
    margin-bottom: 2px;
}

.component input::placeholder {
    color: var(--theme-color-gray-medium);
}

.comments-container input, .component input[type="text"], .component input[type="email"], .component input[type="url"], .component input[type="tel"], .component input[type="number"], .component input[type="password"], .component input[type="file"], .component select {
    padding: 14px 0;
    font-size: var(--theme-default-font-size);
    color: var(--theme-color-gray-dark);
}

.component textarea, .comments-container textarea {
    padding: 14px 0;
    font-size: var(--theme-default-font-size);
    color: var(--theme-color-gray-dark);
}

.component input[type="file"] {
    border: none;
}

.component input[type="file"]::file-selector-button {
    padding: 0;
    background: var(--theme-color-white);
    border-bottom: 1px solid var(--theme-color-black);
    font-size: var(--theme-default-font-size);
    color: var(--theme-color-black);
    margin: 0 36px;
}

.component input[type="checkbox"] {
    border-radius: 2px;
}

.component input[type="checkbox"], .component input[type="radio"] {
    background-color: var(--theme-color-white);

    &:checked {
        background-color: var(--color-secondary-main);
        border-color: var(--color-secondary-main);
    }

    &:hover {
        color: black;
    }
}

.component-radio-input .md\:layout-inline, .component-radio-input .lg\:layout-inline, .component-checkbox-input .md\:layout-inline, .component-checkbox-input .lg\:layout-inline {
    margin-bottom: 4px;
}

.component-radio-input .md\:layout-inline div, .component-radio-input .lg\:layout-inline div, .component-checkbox-input .md\:layout-inline div, .component-checkbox-input-input .lg\:layout-inline div {
    @media (width >= 768px) {
        margin: 12px 0;
        padding: 14px 34px;
        border-radius: var(--shape);
        border: 2px solid var(--theme-color-gray-medium);
    }
}

.component .radio-option, .component .checkbox-option {
    color: var(--theme-color-gray-dark);
}

.component-radio-input .md\:layout-inline .radio-option, .component-radio-input .lg\:layout-inline .radio-option, .component-checkbox-input .md\:layout-inline .checkbox-option, .component-checkbox-input .lg\:layout-inline .checkbox-option {
    @media (width >= 768px) {
        margin-right: 32px;
    }
}

.component-radio-input .md\:layout-inline .radio-option label, .component-radio-input .lg\:layout-inline .radio-option label {
    @media (width >= 768px) {
        margin-left: 8px;
        font-size: var(--theme-default-font-size);
    }
}

.component-radio-input .md\:layout-inline input, .component-radio-input .lg\:layout-inline input, .component-checkbox-input .md\:layout-inline input, .component-checkbox-input .lg\:layout-inline input {
    @media (width >= 768px) {
        width: 24px;
        height: 24px;
        border-width: 2px;
        border-color: var(--theme-color-gray-medium);
    }
}

.component-newsletter-form {
    border: 1px solid var(--theme-color-gray-medium);
    overflow: hidden;

    &:has(input:active), &:has(input:focus) {
        border-color: var(--theme-color-black);
    }
}

.component-newsletter-form input {
    border-bottom: none !important;
    padding: 0 20px !important;
}

.component-newsletter-form button {
    margin: 5px;
    padding: 10px 40px;
}

.component-text-with-image {
    border: 1px solid var(--color-primary-main);
    border-radius: var(--theme-md-border-radius);
    padding: 6px;
}

.component-text-with-image .text-with-image-inner {
    padding: 36px;
    background: var(--theme-color-off-white);
    border-radius: var(--theme-small-border-radius);
}

.component-text-with-image img {
    border-radius: var(--theme-lg-border-radius);
}

.component-text-with-image h2 .text-option {
    font-size: 40px;
    line-height: 54px;
    letter-spacing: var(--theme-h3-letter-spacing);
    font-weight: var(--theme-h3-font-weight);
}

.component-text-with-image .art-button {
    margin-top: 64px;
    padding: var(--theme-button-padding-large-mobile);
    border-radius: var(--shape);

    @media (width >= 768px) {
        padding: var(--theme-button-padding-large-tablet);
    }

    @media (width >= 1024px) {
        padding: var(--theme-button-padding-large-desktop);
    }
}

.component-team.layout-full .team-item {
    border-width: 1px;
    border-radius: var(--theme-small-border-radius);
    border-color: var(--theme-color-gray-medium);
}

.component-team.layout-full .team-item .team-title {
    margin-top: 0;
    font-size: var(--theme-default-font-size);
    line-height: 24px;
    font-weight: 400;
    color: var(--color-accent-main);
}

.component-team.layout-full .team-item .team-bio {
    margin-top: 12px;
    font-size: 16px;
}

.component-team.layout-full .team-item .image-container {
    padding: 16px 16px 0;
    background: var(--theme-color-white);
    overflow: hidden;
}

.component-team.layout-full .team-item .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: var(--theme-small-border-radius);
}

.component-team.layout-full .team-item .team-item-social {
    margin-top: 64px;
    gap: 12px;
}

.component-team.layout-full .team-item .team-item-social a, .component-team.layout-full .team-item .team-item-social svg {
    width: 40px;
    height: 40px;
}

.component-tabbed-box.style-theme li.tab-label {
    text-shadow: none;
    font-family: var(--font-heading);
    font-size: var(--theme-h3-font-size);
    font-weight: var(--theme-h3-font-weight);
    letter-spacing: var(--theme-h3-letter-spacing);
    border-bottom-width: 2px;
}

.component-tabbed-box.style-theme .tabbed-box-inner ul {
    :where(& > :not(:last-child)) {
        border-inline-end-width: 2px;
    }
}

.component-accordion {
    padding: 0;
    border-top: 1px solid var(--theme-color-gray-medium);
    border-bottom: 1px solid var(--theme-color-gray-medium);
    border-radius: 0;
}

.component-accordion .accordion-item {
    border-color: var(--theme-color-gray-medium);
}

.component-accordion .accordion-item-body {
    padding-inline: 0;
}

.component-table.style-theme td.heading-cell .text-option {
    color: var(--theme-color-gray-accent);
}

.component-accordion .accordion-item-title .text-option {
    font-size: 20px;
    line-height: 44px;
    color: var(--theme-color-black);
}

.component-accordion .accordion-plus-icon svg, .component-accordion .accordion-minus-icon svg {
    width: 40px;
    height: 40px;
}

.component-faq.layout-collapsible .faq-item-title .text-option, .component-faq.layout-expanded .faq-item-title .text-option {
    font-family: var(--font-text);
    font-size: 20px;
    color: var(--theme-color-black);
}

.component-faq.layout-collapsible .faq-item-body .text-option, .component-faq.layout-expanded .faq-item-body .text-option {
    font-size: 16px;
    color: var(--theme-color-gray-accent);
}

.component-faq.layout-expanded .faq-item-icon {
    display: none;
}

.component-faq.layout-expanded .faq-item {
    background: var(--theme-color-off-white);
    border-radius: var(--theme-small-border-radius);
    padding: 24px;
}

.component-faq.layout-expanded .faq-item-details {
    width: 100%;
}

.component-faq.layout-expanded .faq-item-title {
    border-bottom: 1px solid var(--theme-color-gray-medium);
    padding-bottom: 24px;
}

.component-faq.layout-expanded .faq-item-body {
    margin-top: 24px;
}

.component-faq.layout-expanded .faq-item-body .text-option {
    font-size: 18px;
}

.component-faq.layout-grid .faq-outer {
    box-shadow: none;
}

.component-faq.layout-grid .faq-item {
    background: var(--theme-color-off-white);
}

.component .component-search input {
    padding: 13px 10px 13px 58px;
    font-size: var(--theme-default-font-size);
}

.component-search svg {
    width: 28px;
    height: 28px;
    color: var(--theme-color-gray-medium);
}

.component-testimonials.layout-column .testimonial-list {
    max-width: inherit;
}

.component-testimonials.layout-column .testimonial-item {
    display: flex;
    gap: 4px;
}

.component-testimonials.layout-column .testimonial-author {
    min-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 36px;
    background: var(--color-accent-main);
    border-radius: var(--theme-small-border-radius);
    color: var(--theme-color-white);
}

.component-testimonials.layout-column .testimonial-author img {
    width: 108px;
    height: 108px;
    border-radius: calc(infinity * 1px);
}

.component-testimonials.layout-column .testimonial-author-details {
    margin: 24px 0 0;
    text-align: center;
}

.component-testimonials.layout-column .testimonial-author-details p {
    font-size: 16px;
    opacity: 100%;
}

.component-testimonials.layout-column .testimonial-quote {
    flex-grow: 1;
    padding: 36px;
    background: var(--theme-color-off-white);
    border-radius: var(--theme-small-border-radius);
}

.component-testimonials.layout-column .testimonial-quote-inner, .component-testimonials.layout-card .testimonial-quote-inner {
    font-size: 16px;
}

.component-testimonials.layout-card .testimonial-item {
    display: flex;
    flex-direction: column;
    background: var(--theme-color-off-white);
    border-radius: var(--theme-small-border-radius);
}

.component-testimonials.layout-card .testimonial-item .testimonial-quote {
    flex-grow: 1;
}

.component-testimonials.layout-card .testimonial-item .testimonial-author {
    border-top: 1px solid var(--theme-color-gray-medium);
    padding-top: 36px;
}

.component-testimonials.layout-card .testimonial-item .testimonial-author-details span {
    color: var(--theme-color-gray-accent) !important;
}

.component-testimonials.layout-column .testimonial-quote:before, .component-testimonials.layout-card .testimonial-item:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='55' viewBox='0 0 75 55' fill='none'%3E%3Cpath d='M28.125 0H0V55L28.125 27.6279V0Z' fill='%23CCCCCC'/%3E%3Cpath d='M75 0H46.875V55L75 27.6279V0Z' fill='%23CCCCCC'/%3E%3C/svg%3E");
    display: block;
    width: 75px;
    height: 55px;
    margin-bottom: 64px;
}

.component-footer .footer-social-link svg {
    width: 40px;
    height: 40px;
}
/* End Component Styles */



