.booking-top-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    margin: 0 auto 1.5rem;
}

.booking-top-actions-single {
    justify-content: flex-end;
}

.booking-top-action {
    min-width: 120px;
    min-height: 44px;
}

.booking-service-description {
    max-height: none;
    overflow: visible;
    overflow-wrap: anywhere;
}

@media (max-width: 575.98px) {
    .booking-top-actions {
        margin-bottom: 1rem;
    }

    .booking-top-actions:not(.booking-top-actions-single) .booking-top-action {
        flex: 1 1 0;
        min-width: 0;
    }

    .booking-top-actions-single .booking-top-action {
        width: 100%;
    }
}
