.thankyou-card {
    padding: 15px;
    margin: 0 auto;
    max-width: 375px;
    box-sizing: border-box;
}

.thankyouHeading {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    padding: 0 40px;
    text-align: center;
    margin-bottom: 20px;
}

.thankyou-banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    flex-direction: column;
}

.thankyou-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 242px;
    height: auto;
    background-image: url('/assets/img/yellow.png'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    padding: 10px;
    aspect-ratio: 242 / 360; 
}

.thankyou-banner-content {
    display: grid;
    grid-template-rows: auto 1fr;
    justify-items: center;
    width: 100%;
    margin-top: 16px;
}

.thankyou-banner-bn-img2 { 
    width: 207px; 
    height: 204px;
    object-fit: contain; 
}

.voucher-till-date-text {
    width: 100%;
    text-align: center;
}

.voucher-till-date-text p,
.voucher-salon-detail p {
    margin: 0;
}

.continue-redeem-form {
    margin-top: 20px;
}
.text-send-to-sms {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    line-height: 32.6px;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.voucher-text {
    font-size: 12px;
    font-weight: 400;
    color: #464646;
    line-height: 16.8px;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.voucher-till-date {
    font-size: 12px;
    font-weight: bold;
    color: #464646;
    line-height: 16.8px;
}

.voucher-till-text-details {
    font-size: 12px;
    font-weight: 400;
    color: #464646;
    text-align: center;
}
.voucher-salon-detail{
    margin: 40px auto;
    line-height: 30px;
}
.salon-voucher-till-date.salon-locatorname,
.salon-address {
    font-size: 14px;
    font-weight: bold;
    color: #0F0F0F;
    text-align: center;
    line-height: 16px;
}
.salon-contact {
    font-size: 14px;
    font-weight: bold;
    color: #0F0F0F;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .voucher-salon-detail {
        margin: 15px auto;
        line-height: 30px;
    }
}