.sb-formule-box label {
    display: block;
    cursor: pointer;
}

.sb-formule-box.selected {
    border-color: #a8bba0;
    background: #eef3ed;
    box-shadow: 0 0 0 3px rgba(168, 187, 160, 0.15);
}

.sb-guidance-category {
    margin-top: 22px;
}

.sb-guidance-category h3 {
    margin-bottom: 10px;
}

.sb-guidance-meta {
    margin-top: 10px;
    padding-left: 30px;
    color: #6b5b52;
    font-size: 0.95rem;
    line-height: 1.45;
}

.sb-step-1 .sb-step-nav {
    justify-content: flex-start;
}

.sb-step-1 .sb-step-nav button {
    max-width: 180px;
}

#sb-booking-form textarea[required] {
    min-height: 140px;
}

@media (max-width: 600px) {
    .sb-guidance-meta {
        padding-left: 0;
    }
}
