.thankyou-page {
    padding: 4rem 1rem;
}

.thankyou-inner {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 1.25rem;
}

.thankyou-icon {
    width: 100px;
    height: 100px;
    position: relative;
}

.thankyou-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.thankyou-title {
    font-weight: 700;
    font-size: 1.25rem;
    color: #3d3d3d;
    margin: 0;
    text-align: center;
}

.thankyou-subtitle {
    color: #585858;
    font-size: 1.125rem;
    text-align: center;
    margin: -0.25rem 0 1.25rem;
}

.thankyou-body {
    color: #585858;
    font-size: 1rem;
    line-height: 1.75;
    text-align: center;
    margin: -0.25rem 0 0.5rem;
}

.thankyou-email-note {
    color: #585858;
    font-size: 1rem;
    text-align: center;
    margin: -0.25rem 0 1rem;
}

.thankyou-email-note strong {
    font-weight: 600;
}

@media (min-width: 768px) {
    .thankyou-inner {
        gap: 1.25rem;
        padding: 2.5rem;
    }

    .thankyou-icon {
        width: 140px;
        height: 140px;
    }

    .thankyou-title {
        font-size: 2.25rem;
    }

    .thankyou-subtitle {
        font-size: 20px;
    }

    .thankyou-body,
    .thankyou-email-note {
        font-size: 1.125rem;
    }
}
