.travel-essentials-booking-wrapper {
    padding: 32px 0 64px;
}

.teb-page-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #212529;
    margin: 0 0 24px;
}

/* Success step */
.teb-success-card {
    max-width: 640px;
    margin: 0 auto;
    padding: 40px 32px;
    background: #ffffff;
    border-radius: 12px;
    border-top: 4px solid #22c55e;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.teb-success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 9999px;
    background: rgba(34, 197, 94, .12);
    margin-bottom: 16px;
}

.teb-success-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #212529;
    margin: 0 0 12px;
}

.teb-success-desc {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #495057;
    margin: 0 0 24px;
}

.teb-success-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.teb-success-btns .button {
    padding: 12px 22px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
}

.teb-btn-whatsapp {
    background: #22c55e;
    color: #ffffff;
}

.teb-btn-whatsapp:hover {
    opacity: .85;
    color: #ffffff;
}

.teb-btn-home {
    background: var(--Theme-Primary, #DDAB40);
    color: #ffffff;
}

.teb-btn-home:hover {
    opacity: .85;
    color: #ffffff;
}

@media (max-width: 600px) {
    .teb-success-card {
        padding: 32px 20px;
    }
}
