/* HCC mobile booking row — shared with homepage-revamp (home-copy) */
.hcc-booking-row {
    margin: 0 12px 0;
    background: #fff;
    border-radius: 0 0 16px 16px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 6px 8px 12px;
    column-gap: 8px;
    box-sizing: border-box;
}

.hcc-booking-row.hcc-booking-row-in-floating {
    width: 100%;
    max-width: none;
    height: 77px;
    margin: 0 !important;
    padding: 0 8px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
    box-shadow: none;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    column-gap: 0;
}

.hcc-booking-side {
    flex: 1 1 0;
    text-align: center;
    color: #666d80;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 8px;
    min-width: 0;
    font-family: var(--hcc-font, Montserrat, Arial, sans-serif);
    border: 0 !important;
    box-sizing: border-box;
}

.hcc-booking-side .icon {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
    object-fit: contain;
}

.hcc-booking-center {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.hcc-booking-center a {
    background: #f58220;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    min-width: 124px;
    height: 48px;
    padding: 8px 16px;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 700;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 16px rgba(245, 130, 32, 0.24), 0 4px 6px rgba(245, 130, 32, 0.03);
    font-family: var(--hcc-font, Montserrat, Arial, sans-serif);
    border: 0 !important;
    box-sizing: border-box;
}

/* Floating bar mount — same as body.homepage-revamp-code .floating-buttons */
body.homepage-revamp-code .floating-buttons,
body.hcc-site-chrome .floating-buttons.hcc-floating-booking {
    position: fixed;
    left: 0;
    right: 0;
    transform: none;
    bottom: 0;
    width: 100%;
    max-width: none;
    height: 77px;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 39;
    pointer-events: none;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: initial !important;
    vertical-align: initial !important;
}

body.homepage-revamp-code .floating-buttons > :not(.hcc-booking-row-in-floating),
body.hcc-site-chrome .floating-buttons.hcc-floating-booking > :not(.hcc-booking-row-in-floating) {
    display: none !important;
}

body.homepage-revamp-code .floating-buttons .hcc-booking-row-in-floating,
body.hcc-site-chrome .floating-buttons.hcc-floating-booking .hcc-booking-row-in-floating {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    justify-content: unset !important;
    pointer-events: auto;
    width: 100% !important;
    max-width: none !important;
    height: 77px !important;
    margin: 0 !important;
    padding: 0 8px !important;
    column-gap: 0 !important;
    box-sizing: border-box !important;
}

body.homepage-revamp-code .floating-buttons .hcc-booking-row-in-floating .hcc-booking-side,
body.hcc-site-chrome .floating-buttons.hcc-floating-booking .hcc-booking-row-in-floating .hcc-booking-side {
    flex: none !important;
    justify-self: center !important;
    align-self: center !important;
}

body.homepage-revamp-code .floating-buttons .hcc-booking-row-in-floating .hcc-booking-center,
body.hcc-site-chrome .floating-buttons.hcc-floating-booking .hcc-booking-row-in-floating .hcc-booking-center {
    flex: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-self: center !important;
    align-self: center !important;
}

body.homepage-revamp-code .floating-buttons .hcc-booking-row-in-floating .hcc-booking-side,
body.hcc-site-chrome .floating-buttons.hcc-floating-booking .hcc-booking-row-in-floating .hcc-booking-side {
    color: #666d80 !important;
    font-size: 10px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    font-weight: 500 !important;
    padding: 0 8px !important;
    border-bottom: none !important;
    width: auto !important;
    max-width: none !important;
}

body.homepage-revamp-code .floating-buttons .hcc-booking-row-in-floating .hcc-booking-side .icon,
body.hcc-site-chrome .floating-buttons.hcc-floating-booking .hcc-booking-row-in-floating .hcc-booking-side .icon {
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
}

body.homepage-revamp-code .floating-buttons .hcc-booking-row-in-floating .hcc-booking-center a,
body.hcc-site-chrome .floating-buttons.hcc-floating-booking .hcc-booking-row-in-floating .hcc-booking-center a {
    background: #f58220 !important;
    color: #fff !important;
    border-radius: 999px !important;
    min-width: 124px !important;
    height: 48px !important;
    padding: 8px 16px !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 12px 16px rgba(245, 130, 32, 0.24), 0 4px 6px rgba(245, 130, 32, 0.03) !important;
    font-family: var(--hcc-font, Montserrat, Arial, sans-serif) !important;
    text-decoration: none !important;
    border: 0 !important;
    width: auto !important;
}

@media (max-width: 1023.98px) {
    body.homepage-revamp-code .floating-buttons,
    body.hcc-site-chrome .floating-buttons.hcc-floating-booking {
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
        width: 100% !important;
        max-width: none !important;
    }

    body.homepage-revamp-code .floating-buttons .hcc-booking-row-in-floating,
    body.hcc-site-chrome .floating-buttons.hcc-floating-booking .hcc-booking-row-in-floating {
        width: 100% !important;
        max-width: none !important;
        border-top-left-radius: 15px !important;
        border-top-right-radius: 15px !important;
    }

    /* common.css legacy .floating-buttons a padding/border */
    body.hcc-site-chrome .floating-buttons.hcc-floating-booking a.hcc-booking-side {
        display: flex !important;
        flex-direction: column !important;
        width: auto !important;
        max-width: none !important;
        border-bottom: none !important;
        font-weight: 500 !important;
    }
}

@media (min-width: 1024px) {
    body.hcc-site-chrome .floating-buttons.hcc-floating-booking {
        display: none !important;
    }
}
