.timeline-badge:hover {
    background-color: #feea93;
    color: black;
    cursor: pointer;
    border: none;
}

.timeline-badge {
    cursor: pointer;
}

.hotel-content>p>span {
    font-weight: 300 !important;
}

.our-guide-description a {
    color: rgb(254, 234, 147);
}

.ultimate-guide strong a {
    color: rgb(254, 234, 147) !important;
}

.ultimate-guide a strong {
    color: rgb(254, 234, 147) !important;
}

.signature_detail img {
    height: auto !important;
    max-width: 100%;
}

.featured strong font {
    color: rgba(254, 234, 147, 1) !important;
}

.featured strong {
    color: rgba(254, 234, 147, 1) !important;
}

.featured font,
.things_to_do a {
    color: rgba(254, 234, 147, 1) !important;
}

.expert {
    max-width: 100% !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    padding-right: 45px !important;
}

@media screen and (min-width: 992px) {
    .bottom-cta-bar {
        padding-left: var(--sidebar-width);
    }
    
    .sidebar:not(.open) .sidebar-nav {
        align-self: stretch;
        flex-grow: 1;
        gap: 0.66em;
        justify-content: flex-start;
    }

    #sidebar form {
        display: none;
    }
    .header-menu{
        display: none;
    }
}

.w-239 {
    width: 239px !important;
}

.post-body img {
    height: auto !important;
    margin-left: calc(var(--post-body-padding-x)*-1);
    margin-right: calc(var(--post-body-padding-x)*-1);
    width: calc(100% + var(--post-body-padding-x)*2) !important;
}

@media (max-width:575.98px) {
    .post-body img {
        margin-left: calc(var(--bs-gutter-x)*-1);
        margin-right: calc(var(--bs-gutter-x)*-1);
        width: calc(100% + var(--bs-gutter-x)*2) !important
    }
}

.timeline-badge-active {
    background-color: #feea93 !important;
    color: black !important;
    cursor: pointer !important;
    border: none !important;
}
.timeline-badge-active:hover {
    background-color: #101010 !important;
    color: #fff !important;
    cursor: pointer !important;
    border: 2px solid #fff !important;
}

/* STICKY BOTTOM BAR */
.bottom-cta-bar {
    display:none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66px;
    background: #ffef9a;
    z-index: 9999;
    font-size: 14px;
}
.nav-link {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}
@media (min-width: 993px) {
    padding-left: var(--sidebar-width);
}

/* LEFT */
.bottom-cta-bar  .bottom-left {
    color: #000;
}

.bottom-cta-bar .cta-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-transform: uppercase;
}

/* LINE DỌC */
.bottom-cta-bar .cta-divider {
    width: 1px;
    height: 36px;
    background: #000;
    margin: 0 18px;
    opacity: 0.5;
}

/* PHONE */
.bottom-cta-bar .cta-phone {
    line-height: 1.2;
    font-size: 13px;
    color: #000;
}

/* RIGHT BLOCK */
.bottom-cta-bar .bottom-right {
    white-space: nowrap;
}

.bottom-cta-bar .bottom-text {
    font-weight: 500;
    color: #000;
    margin-right: 20px; /* 👈 khoảng cách đúng ảnh */
}

/* BUTTON */
.bottom-cta-bar .cta-btn {
    height: 40px;
    padding: 0 18px;
    background: #000;
    color: #FEEA93;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.bottom-cta-bar .cta-btn svg {
    width: 30px;
    height: 30px;
    
}
.bottom-cta-bar .cta-btn:hover {
    opacity: 0.9;
}

@media (max-width: 589.98px) {
    .bottom-cta-bar {
        height: 84px;
    }
    .bottom-cta-bar .row {
        justify-content: center;
    }

    .bottom-left,
    .bottom-right {
        justify-content: center !important;
        text-align: center;
        width: 100%;
    }

    .bottom-left {
        margin-bottom: 6px;
    }
}