/* Styling for hero title */
.hero__title h1 {
    font-size: 32px !important;
    padding: 0 !important;
    margin: 15px !important;
    letter-spacing: 1px !important;
    line-height: 40px !important; /* Adjust this value as needed */
}

/* Hide paragraphs in hero title */
.hero__title p {
    display: none !important;
}

/* Hero description margin adjustment */
.hero__description {
    margin-top: 0 !important;
}

/* Styling for hero description */
.hero__description h2 {
    font-size: 20px !important;
    line-height: 28px !important; /* Adjust this value as needed */
}

/* Background color for booking components */
.booking__wrapper__content, .booking-details, .booking-details-body {
    background-color: #FCFAF7 !important;
}

/* Styling for booking details mobile header */
.booking-details-mobile__header {
    background: #141414 !important;
    color: #FFFFFF !important;
}

/* Adjusting text overflow and white-space for booking card titles */
.booking-card__teaser .info .title {
    text-overflow: initial !important;
    white-space: pre-line !important;
}

/* Padding adjustment for booking cards */
.booking-card {
    padding: 13px 1rem !important;
}