:root {
    --brand: #156184;
}

#mobile-search-root {
    max-width: 300px;
    margin: 12px auto;
}

#mobile-search-root .ms-trigger {
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
    border: 1px solid rgba(0, 0, 0, .06);
}

#mobile-search-root .xsmall {
    font-size: .78rem
}

/* داخل اللوح */
.ms-sheet {
    background: #f6f7f8;
}

.ms-row {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 12px;
    padding: 12px 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .04);
}

.ms-pane {
    display: none;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .08);
}

.ms-pane .card-body {
    background: #fff;
}

/* قائمة المدن */
#ms-location-list .list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#ms-location-list .list-group-item .pick {
    opacity: .6
}

/* الضيوف */
.ms-guest .xsmall {
    font-size: .78rem
}

.ms-guest .btn {
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 999px
}

/* حاوية التقويم (نرسم مساحة لملف الـ plugin) */
#ms-date-holder {
    min-height: 340px;
    display: flex;
    /* ⬅ تمركز */
    justify-content: center;
    align-items: flex-start;
}

.daterangepicker.ms-inline {
    position: static !important;
    display: block !important;
    inset: auto !important;
    margin: 0;
    box-shadow: none;
    border: 0;
    background: transparent;
}

.daterangepicker.ms-inline .drp-buttons {
    display: none;
}

.daterangepicker.ms-inline .calendar {
    margin: 0 6px 6px;
}

td.today.active.start-date.available,
td.active.start-date.available,
td.active.end-date.in-range.available {
    border-radius: 50%;
}

/* إخفاء المكوّن على الديسكتوب */
@media (min-width: 767px) {
    #mobile-search-root {
        display: none
    }

}

/* الناف السفلي */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 -6px 20px rgba(0, 0, 0, .06);
    z-index: 1030;
}

.mbn-list {
    margin: 0;
    padding: 8px 10px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.mbn-item {
    text-align: center;
}

.mbn-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    color: #333;
    padding: 6px 4px;
    border-radius: 12px;
}

.mbn-link i {
    font-size: 18px;
    line-height: 1;
}

.mbn-link span {
    font-size: 12px;
}

.mbn-item.is-active .mbn-link,
.mbn-link:hover {
    color: var(--brand);
    background: rgba(21, 97, 132, .09);
}

/* يخفي الشريط على الشاشات >= 767px */
@media (min-width: 767px) {
    .mobile-bottom-nav {
        display: none;
    }

}

@media (max-width: 767px) {
    footer {
        display: none;
    }
}
