.page-layout-snowdogcustomlayout {
    /* Common styles */
    .getting-started,
    .cms-general {
        .text-wrapper {
            text-align: center;
        }

        h1 {
            font-family: 'Raleway', sans-serif;
            font-weight: 300;
            color: #E4803A;
            font-size: 36px;
            margin-top: 2rem;
        }

        @media (min-width: 1280px) {
            h1 {
                font-size: 50px;
            }
        }

        p {
            font-size: 16px;
        }

        @media (min-width: 1280px) {
            p {
                font-size: 18px;
            }
        }
    }

    .cms-general {
        h2, h3 {
            font-family: 'BrandonGrotesque', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        h2 {
            color: #E4803A;
            font-size: 22px;
            text-align: center;
        }

        h3 {
            color: #545454;
            font-size: 16px;
        }

        span {
            font-size: 16px;
            color: #545454;
            font-weight: 300;
        }

        @media (min-width: 1280px) {
            span {
                font-size: 18px;
            }
        }

        ul {
            padding-left: 1.25rem;
        }

        ul > li {
            font-size: 16px;
            color: #545454;
            font-weight: 300;
        }

        p > a,
        ul > li > a {
            color: #E4803A;
            font-weight: 400;
        }

        p strong {
            color: #545454;
        }

        .btns-wrapper {
            display: flex;
            justify-content: center;
            gap: 2.5rem;
            margin: 1.25rem 0;
        }

        .btn {
            background-color: #E4803A;
            color: white;
            font-family: 'BrandonGrotesque', sans-serif;
            font-weight: 900;
            font-size: 16px;
            text-transform: uppercase;
            padding: 0.625rem 1rem;
            border-radius: 0.375rem;
            display: flex;
            justify-content: center;
            letter-spacing: 0.05em;
        }

        @media (min-width: 1280px) {
            .btn {
                font-size: 18px;
                padding: 0.875rem 1.25rem;
            }
        }

        .text-warning {
            padding: 0.5rem 0;
            background-color: #fcf4f4;
            text-align: center;
        }

        .mobile-num {
            display: inline-block;
            color: #545454;
        }

        .desktop-num {
            display: none;
        }

        @media (min-width: 1024px) {
            .desktop-num {
                display: inline-block;
            }
        }

        .faq-container {
            max-width: 940px;
            margin: 5rem 0;
        }

        .faq-item {
            padding: 1.5rem 0;
            border-bottom: 1px solid #C9C9C9;

        }

        .faq-item:last-child {
            border-bottom: none;
        }

        [data-role='title'] {
            cursor: pointer;
        }

        [data-role='title'] > p {
            color: #E4803A;
            font-weight: 700;
            margin: 0;
        }
    }

    /* .container-list styles */
    .container-list {
        display: flex;
        flex-direction: column;
    }

    .container-list-item {
        display: flex;
        align-items: center;
        gap: 2.5rem;
    }

    .container-list-img-wrapper {
        max-width: 250px;
    }

    /* .container-columns styles */
    .container-columns {
        display: flex;
        gap: 2.5rem;
    }

    @media (min-width: 640px) {
        .container-columns {
            flex-direction: column;
            gap: 0;
        }
    }

    .section-container {
        margin-bottom: 2.5rem;
    }

    @media (min-width: 1024px) {
        .section-container {
            margin-bottom: 60px;
        }
    }

    .page-main .getting-started .text-wrapper h1,
    .page-main .cms-general .text-wrapper h1 {
        font-size: 24px;
    }

    .page-main .getting-started .text-wrapper p,
    .page-main .cms-general .text-wrapper p {
        font-size: 14px;
    }

    .page-main .getting-started .text-wrapper h2,
    .page-main .cms-general .text-wrapper h2 {
        font-size: 24px;
    }

    .page-main .container-columns {
        flex-direction: column;
        gap: 0;
    }

    @media (min-width: 640px) {
        .page-main .container-columns {
            flex-direction: column;
            gap: 0;
        }
    }

    .getting-started,
    .cms-general {
        .text-wrapper {
            margin: 2.5rem auto;
            max-width: 70%;
        }
    }

    .getting-started .text-wrapper {
        max-width: 100%;
    }

    .text-wrapper {
        margin: 0 auto;
        max-width: 70%;
        text-align: center;
    }

    .text-wrapper h1 {
        color: #E4803A;
        margin-bottom: 4rem;
    }

    .text-wrapper .subtext {
        font-family: 'BrandonGrotesque', sans-serif;
        font-weight: 400;
        font-size: 16px;
        margin-top: 1.25rem;
    }

    .text-wrapper p > a {
        color: #E4803A;
        font-weight: 500;
        text-decoration: underline;
        font-family: 'BrandonGrotesque', sans-serif;
    }

    .categories-wrapper {
        width: 80%;
        margin: 0 auto;
        display: grid;
        gap: 60px;
    }

    .category-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        text-align: center;
    }

    .category-card .category-img img {
        max-width: 60%;
    }

    /* Category link styles */
    .category-link {
        padding-top: 1.25rem;
    }

    .category-link a {
        font-weight: 700;
        color: #545454;
        font-size: 16px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-family: 'BrandonGrotesque', sans-serif;
    }

    .team-page.cms-general h1 {
        font-family: 'BrandonGrotesque', sans-serif;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        font-size: 24px;
    }

    @media (min-width: 1024px) {
        .team-page.cms-general h1 {
            font-size: 36px;
        }
    }

    .team-page.cms-general h2 {
        font-family: 'BrandonGrotesque', sans-serif;
        color: #13B5EA;
        margin: 3.5rem 0;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 700;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    /* about-us */
    .team-page .text-wrapper .img-wrapper {
        display: flex;
        justify-content: center;
    }

    .team-page .text-wrapper p:not(.text-orange) {
        text-align: left;
    }

    .team-page p {
        margin-bottom: 2.5rem;
        color: #666;
    }

    .team-page p.text-orange {
        color: #E4803A;
        font-family: 'Raleway', sans-serif;
        font-size: 20px;
    }

    .team-page .team-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    @media (min-width: 768px) {
        .team-page .team-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media (min-width: 1024px) {
        .team-page .team-grid {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    .team-page .team-member-image {
        max-width: 370px;
        display: block;
        max-height: 370px;
        overflow: hidden;
    }

    .team-page .team-member-image img {
        border-radius: 50%;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: 50% 20%;
        aspect-ratio: 1 / 1;
    }

    .team-page .team-member-text {
        padding-top: 1.25rem;
        text-align: center;
        font-size: 18px;
    }

    .team-page .team-member-name {
        font-weight: 700;
        color: #333333;
    }

    .team-page .team-member-position {
        font-weight: 400;
        color: #545454;
        font-size: 16px;
    }

    /* hello-from-dr-amy-yasko */
    .hello-from-page {
        margin-top: 2.5rem;
    }

    .hello-from-page.cms-general .text-wrapper {
        max-width: 100%;
    }

    .hello-from-page.cms-general p {
        text-align: left;
        margin-bottom: 1.25rem;
        color: #545454;
    }

    .hello-from-page .img-wrapper {
        display: flex;
        justify-content: center;
        margin-bottom: 2.5rem;
    }

    .hello-from-page .img-wrap-block {
        display: flex;
        align-items: center;
        margin-bottom: 2.5rem;
    }

    .hello-from-page .img-wrap-block .team-member-image {
        float: left;
        margin-right: 2.5rem;
        max-width: 300px;
        display: block;
        overflow: hidden;
    }

    .hello-from-page .img-wrap-block .team-member-image img {
        border-radius: 50%;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: 50% 20%;
    }

    .hello-from-page p > strong {
        color: #E4803A;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        font-size: 18px;
    }

    .hello-from-page p > strong > a {
        color: #E4803A;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        text-decoration: underline;
    }

    .hello-from-page .img-left {
        display: flex;
        justify-content: flex-start;
    }

    /* shipping-details */
    .shipping-details-page .text-warning {
        margin: 2.5rem 0;
    }

    .shipping-details-page .anchor-links li::marker {
        color: #E4803A;
    }

    .shipping-details-page .anchor-links ul > li > a {
        font-weight: 700;
    }

    .shipping-details-page .section-container {
        margin-bottom: 2.5rem;
    }

    .shipping-details-page .section-container h2 {
        text-transform: capitalize;
    }

    .shipping-details-page .section-container p {
        margin-bottom: 0.625rem;
    }

    .shipping-details-page .section-container .img-wrapper {
        display: flex;
        justify-content: center;
    }

    .shipping-details-page.cms-general ul {
        padding-left: 1.25rem;
    }

    .shipping-details-page.cms-general h1 {
        text-align: center;
    }

    .shipping-details-page.cms-general h3 {
        font-size: 20px;
    }

    .shipping-details-page.cms-general .faq-container {
        margin: 2.5rem 0;
        max-width: 100%;
    }

    .shipping-details-page.cms-general .faq-item p:first-child {
        margin-top: 0.625rem;
    }

    #shipping-perishable {
        color: #bbeafc;
    }

    #shipping-perishable .perishable-icon {
        margin-right: 0.625rem;
        height: 1.5rem;
    }

    .international-test-shipping .section-container.steps {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1.25rem;
        padding: 2.5rem 0;
        text-align: center;
    }

    .international-test-shipping .section-container.ship {
        margin-bottom: 1.25rem;
    }

    .international-test-shipping .big-thin {
        font-size: 24px;
        font-family: sans-serif;
        font-weight: 300;
        padding-bottom: 1.25rem;
    }

    .international-test-shipping .big-thin strong {
        font-family: 'BrandonGrotesque', sans-serif;
        font-weight: 900;
        color: #E4803A;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .international-test-shipping.cms-general .faq-container {
        margin-bottom: 2.5rem;
    }

    .international-test-shipping.cms-general ul > li,
    .international-test-shipping.cms-general p:not(.big-thin) {
        font-weight: 400;
    }

    .international-test-shipping.cms-general .text-warning p {
        font-weight: 300;
    }

    .shipping-details-page.cms-general h1,
    .shipping-details-page.cms-general h2 {
        font-size: 36px;
    }

    .shipping-details-page.cms-general .section-container {
        margin-bottom: 5rem;
    }

    .returns-page.cms-general .section-container {
        margin: 60px 0;
    }

    .shipping-details-page.cms-general h2 {
        margin-top: 4rem;
    }

    .shipping-details-page.cms-general p,
    .shipping-details-page.cms-general ul li {
        font-size: 16px;
    }

    .shipping-details-page.cms-general h3 {
        font-size: 24px;
    }

    #shipping-perishable .perishable-icon {
        height: 2rem;
    }

    .shipping-details-page.cms-general h1,
    .shipping-details-page.cms-general h2 {
        font-size: 40px;
    }

    #shipping-perishable .perishable-icon {
        height: 2.75rem;
    }

    /* returns */
   .returns-page .section-container {
        text-align: left;
        margin: 2.5rem 0;
    }

    .returns-page .section-container h2 {
        text-align: left;
    }

    .returns-page .section-container ul {
        padding-left: 1.25rem;
    }

    .returns-page.cms-general .text-wrapper ul > li {
        font-size: 18px;
    }

    /* getting-started-dr-amy-yasko */
    .category-description {
        max-width: none;
    }

    .getting-started {
        text-align: center;

       .protocol-button,
        .protocol-header {
            text-align: center;
            margin: 1.5rem 0;
        }

        .text-wrapper p {
            font-size: 16px;
        }

        h1, h2 {
            font-size: 32px;
            margin-top: 2rem;
        }

        h2 {
            color: #4B5563;
            font-size: 40px;
        }

        .protocol-grid {
            display: grid;
            gap: 3rem;
        }

        @media (min-width: 768px) {
            .protocol-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (min-width: 1024px) {
            .protocol-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        .protocol-grid-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.625rem;
        }

        @media (min-width: 768px) {
            .protocol-grid-item {
                gap: 1.25rem;
            }
        }

        .protocol-img {
            display: flex;
            justify-content: center;
        }

        .protocol-img img {
            max-width: 65%;
            max-width: 225px;
        }

        .protocol-title {
            font-weight: 700;
            text-transform: uppercase;
            width: 100%;
            height: 2.75rem;
            letter-spacing: 0.05em;
            color: #4B5563;
            font-size: 16px;
        }

        @media (min-width: 640px) {
            .protocol-title {
                font-size: 14px;
            }
        }

        .protocol-text {
            color: #4B5563;
            font-size: 16px;
        }

        @media (min-width: 640px) {
            .protocol-text {
                font-size: 14px;
            }
        }

        @media (min-width: 768px) {
            .protocol-text {
                height: 6rem;
            }
        }

        @media (min-width: 1024px) {
            .protocol-text {
                height: 9rem;
            }
        }

        .protocol-text a {
            color: #E4803A;
            font-weight: 400;
            text-decoration: underline;
        }

        .protocol-button {
            background-color: #E4803A;
            color: white;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
            width: 11rem;
            text-transform: uppercase;
            padding: 0.375rem 0;
            height: 3rem;
            border-radius: 0.5rem;
            font-size: 14px;
        }

        .protocol-list {
            margin-top: 5rem;
            display: flex;
            flex-direction: column;
            gap: 2.5rem;
        }

        .protocol-list-item {
            display: flex;
            align-items: center;
            gap: 2.5rem;
            flex-direction: column;
        }

        .protocol-list-text-wrapper {
            display: flex;
            flex-direction: column;
            gap: 1.25rem;
            align-items: center;
        }

        .protocol-list-item .protocol-text,
        .protocol-list-item .protocol-title {
            height: auto;
        }

        .protocol-list-item .protocol-img {
            display: flex;
            justify-content: center;
        }

        .protocol-list-item .protocol-img img {
            max-width: 225px;
        }
    }

    .quiz-block {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 2.5rem auto;
        gap: 1.25rem;
        max-width: 70%;
    }

    .quiz-image-link {
        text-align: center;
    }

    .quiz-image-link > img {
        max-height: 250px;
    }

    .quiz-image-link,
    .quiz-text-wrapper {
        width: 50%;
    }

    .quiz-text-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.875rem;
    }

    .quiz-title {
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-size: 1.125rem;
    }

    .quiz-init-button {
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-size: 1.125rem;
        color: white;
        background-color: #38A169;
        margin-top: 1.25rem;
        padding: 0.875rem;
        border-radius: 0.5rem;
    }

    .client-portal-page {
        font-size: 1.125rem;

        .container-list {
            margin: 2.5rem 0;
        }

        h2 {
            margin-bottom: 4rem;
        }

        .btn {
            width: 120px;
        }

        .container-list,
        .container-columns {
            ul {
                padding-left: 1rem;
            }
        }

        .container-list-item {
            display: block;
        }

        .container-list-img-wrapper {
            float: left;
            max-width: 100px;
            padding-top: 1.25rem;
            padding-right: 1.25rem;
        }

        .container-list-text-wrapper ul {
            padding-left: 0;
        }

        .container-list-text-wrapper ul > li {
            margin-bottom: 1.25rem;
        }

        .container-list-text-wrapper ul > li::marker {
            content: none;
        }

        p,
        ul > li {
            font-size: 1.125rem;
        }
    }
}

/* Specific Page targeting */

.page-layout-snowdogcustomlayout.category-getting-started-dr-amy-yasko,
.page-layout-snowdogcustomlayout.category-privacy-policy {
    .container:has(h1) {
        display: none;
    }

    .category-description {
        max-width: none;
        width: 100%;
    }
}
