.thankyou-page {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    height: 100vh;
}

.thankyou-box {
    background: #fff;
    padding: 32px;
    width: 100%;
    max-width: 520px;
    border-radius: 4px;
    text-align: center;
}

/* ÍCONE */
.thankyou-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 50%;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thankyou-icon.success {
    background: #e6f4ea;
    color: #1e8e3e;
}

/* TEXTO */
.thankyou-title {
    font-size: 26px;
    margin-bottom: 8px;
}

.thankyou-message {
    font-size: 14px;
    color: #555;
    margin-bottom: 24px;
}

/* INFO */
.thankyou-info {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 16px 0;
    margin-bottom: 24px;
}

.thankyou-info-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 8px;
}

.thankyou-status.approved {
    color: #1e8e3e;
}

/* RESUMO */
.thankyou-summary {
    text-align: left;
    margin-bottom: 24px;
}

.thankyou-summary-title {
    font-size: 18px;
    margin-bottom: 12px;
}

.thankyou-item {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 8px;
}

.thankyou-total {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    margin-top: 12px;
}

/* AÇÕES */
.thankyou-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.thankyou-btn {
    padding: 12px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
}

.thankyou-btn.primary {
    background: #3483FA;
    color: #fff;
    font-weight: bold;
}

.thankyou-btn.secondary {
    border: 1px solid #ddd;
    color: #333;
}
