
.in-store-appt-thank-you .page-heading {
    max-width: 100%;
    margin: 1em auto 40px;
}

.in-store-appt-thank-you > .container > div {
    margin-bottom: 40px;
}


.in-store-appt-thank-you h1 {
    color: #111623;
    font-family: 'gotham_bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0;
    text-align: left;
}

.in-store-appt-thank-you hr {
    border-top: 1px solid #A8BBD5;
    width: 100%;
}

.in-store-appt-thank-you p {
    color: #111623;
    font-family: 'latoregular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.in-store-appt-thank-you .second-section p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px!important;
}

.in-store-appt-thank-you .appt-summary {
    max-width: 892px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.in-store-appt-thank-you .appt-summary > div {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start !important;
}

.in-store-appt-thank-you .appt-summary > div.first-section {
    background-color: #E1F0DE;
}

.in-store-appt-thank-you .appt-summary > div.first-section .first-section-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

.in-store-appt-thank-you .appt-summary > div.first-section .appt-date {
    color: #001245;
    font-family: 'latoregular';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 24px;
}

.in-store-appt-thank-you a {
    cursor: pointer;
}

.in-store-appt-thank-you h4 {
    color: #111623;
    font-family: 'gotham_bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.32px;
    text-transform: capitalize;
}

.in-store-appt-thank-you .more-info-second h4 {
    width: 50%;
}


.in-store-appt-thank-you .more-info-first h4 {
    text-align: center;
}

.in-store-appt-thank-you .more-info-first a:first-child {
    display: block;
    margin-bottom: 20px;
}

.in-store-appt-thank-you .first-section-title p {
    color: #001245;
    font-family: 'gotham_bold';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 8px;
}



.in-store-appt-thank-you .btn-blue {
    display: flex;
    padding: 10px 12px 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    background: #001245;

    color: #FFF !important;
    /* Gotham/Uppercase/bold-uppercase */
    font-family: 'gotham_bold';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0;
    text-transform: uppercase;

    margin-bottom: 16px;
}

.in-store-appt-thank-you .btn-blue:hover {
    background-color: #FFF;
    color: #001245 !important;
    border: 1px solid #001245;
}

.in-store-appt-thank-you .btn-blue:hover svg path {
    fill: #001245;
}

.in-store-appt-thank-you .btn-white-bordered {
    border: 1px solid #001245;
}

.in-store-appt-thank-you .btn-white {
    display: flex;
    padding: 10px 12px 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    background: #FFF;

    color: #001245 !important;
    font-family: 'gotham_bold';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;

    margin-bottom: 16px;
}

.in-store-appt-thank-you .btn-white:hover {
    background-color: #001245;
    color: #FFF !important;
}

.in-store-appt-thank-you .btn-white:hover svg path {
    fill: #FFF;
}

.in-store-appt-thank-you .btn-white svg {
    width: 20px;
    height: 20px;
}


.in-store-appt-thank-you .appt-summary > div.second-section {
    border: 1px solid #E4E8F2;
    background: #FFF;
}

.in-store-appt-thank-you h2 {
    color: #111623;
    font-family: 'gotham_bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;
    letter-spacing: -0.4px;
}


.in-store-appt-thank-you .content-section {
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: stretch;
    flex-direction: column-reverse;
}

.in-store-appt-thank-you .content-section > div {
    width: 100%;
}


.in-store-appt-thank-you .content-section.reversed .text-container {
    border: 1px solid #E4E8F2;
    padding: 20px;
    align-items: center;
    margin-top: -6px;
}

.in-store-appt-thank-you .content-section .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
    flex-shrink: 0;
    padding: 0;
}

.in-store-appt-thank-you .content-section .text-container ul li {
    color: #585D69;
    font-family: 'latoregular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
}

.in-store-appt-thank-you .content-section .text-container > div:first-child {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
}


.in-store-appt-thank-you .content-section .text-container p.address {
    color: #001245;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    text-decoration: underline;
    padding-left: 0;
    cursor: pointer;
}

.in-store-appt-thank-you .more-info-section {
    display: flex;
    justify-content: space-between;
    max-width: 1420px;
    flex-direction: column;
    align-items: center;
}


.in-store-appt-thank-you .more-info-section .more-info-first {
    background-color: #E2EDFA;
    width: 100%;
    padding: 20px;
}

.in-store-appt-thank-you .more-info-section .more-info-first .social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.in-store-appt-thank-you .more-info-section .more-info-first .social-links div {
    text-align: center;
    background-color: white;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 14px;
    align-items: center;
}

.in-store-appt-thank-you .more-info-section a.underlined-link {
    color: #001245;
    font-size: 14px;
    font-family: 'latoregular';
    text-decoration-line: underline;
    text-decoration-style: solid;
    min-width: 120px;
    line-height: 20px;
    text-align: left;
}

.in-store-appt-thank-you .more-info-section a.underlined-link:hover {
    color: #001245;
    font-weight: bold;
    text-decoration-line: underline;
    cursor: pointer;
}

.in-store-appt-thank-you .more-info-section .more-info-first .social-links div svg {
    width: 26px;
    height: 26px;
    background: #001245;
    padding: 4px;
    gap: 10px;
    margin-right: 8px;
    border-radius: 6px;
}

.in-store-appt-thank-you .more-info-section .more-info-first p a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
}

.in-store-appt-thank-you .more-info-section .more-info-second {
    border: 1px solid #E4E8F2;
    width: 100%;
    margin-top: 2em;
    padding: 20px;
}

.in-store-appt-thank-you .more-info-section p {
    color: #585D69;
    font-size: 14px;
    line-height: 20px;
}

.in-store-appt-thank-you .more-info-section .more-info-first p {
    text-align: center;
}

.in-store-appt-thank-you .more-info-section .more-info-first .social-links div:first-child {
    width: 48%;
}

.in-store-appt-thank-you .more-info-section .more-info-first .social-links div:nth-child(2) {
    width: 48%;
}

.in-store-appt-thank-you .more-info-section .more-info-first .social-links div:last-child {
    width: 100%;
}

.in-store-appt-thank-you .more-info-section a.book-virtual {
    font-size: 14px !important;
    text-align: center;
}

.in-store-appt-thank-you .more-info-section .more-info-second p {
    text-align: left;
    margin-bottom: 20px;
}

.in-store-appt-thank-you .more-info-section .more-info-second h3 {
    max-width: 50%;
}

.in-store-appt-thank-you .content-section:not(.reversed) > .image-container {
    width: 100%;
    display: none;
}

.in-store-appt-thank-you .content-section .text-container ul {
    list-style: disc;
    padding-left: 23px;
    margin-top: 12px;
}

.in-store-appt-thank-you .content-section.reversed .text-container p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #111623;
}

.in-store-appt-thank-you .content-section.reversed .text-container hr {
    display: none;
}

.in-store-appt-thank-you > .container > div {
    margin-bottom: 32px;
}


.in-store-appt-thank-you .container {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}

.in-store-appt-thank-you .content-section.reversed .text-container img {
    width: 24px;
    height: 24px;
}

.in-store-appt-thank-you {
    margin-top: 50px;
}



/**
Hidden logic
 */
@media only screen and (min-width: 768px) {
    .in-store-appt-thank-you .hidden-mobile {
        display: block;
    }

    .in-store-appt-thank-you .hidden-desktop {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .in-store-appt-thank-you .hidden-mobile {
        display: none;
    }

    .in-store-appt-thank-you .hidden-desktop {
        display: block;
    }

    /**
    Responsive logic for the popup
     */
    .in-store-appt-thank-you h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .in-store-appt-thank-you p {
        font-size: 14px;
        line-height: 23px;
    }

    .in-store-appt-thank-you .appt-summary > div.first-section .appt-date {
        font-size: 14px;
        line-height: 20px;
    }

    .in-store-appt-thank-you h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .in-store-appt-thank-you .first-section-title p {
        font-size: 14px;
        line-height: 20px;
    }

    .in-store-appt-thank-you h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .in-store-appt-thank-you .content-section .text-container ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .in-store-appt-thank-you .more-info-section a.underlined-link {
        text-align: center;
    }

    .in-store-appt-thank-you .more-info-section .more-info-first .social-links div:first-child {
        width: 100%;
    }

    .in-store-appt-thank-you .more-info-section .more-info-first .social-links div:nth-child(2) {
        width: 100%;
    }

    .in-store-appt-thank-you .container {
        padding-right: 20px;
        padding-left: 20px;
    }


}

.in-store-appt-thank-you .content-section.reversed > .image-container img:first-child{
    display: none;
}

.in-store-appt-thank-you .content-section.reversed > .image-container img:last-child{
    display: block;
}