
.header {
    background:#fff; border-bottom:1px solid #e0e0e0; z-index:1030;
}
.header-logo { height:40px; }
nav a { font-weight:500; text-decoration:none; color:#333; transition:color .2s ease; }
nav a:hover { color:#0d6efd; }

.filter-form label { font-size:0.85rem; font-weight:500; color:#555; }
.filter-form .form-control,
.filter-form .form-select { height:38px; border-radius:.4rem; }
.filter-form .btn { height:40px; }

.offcanvas-start { width:310px; background:#fff; }
.offcanvas-body { display:flex; flex-direction:column; gap:.75rem; }

.mobile-search {
    background:#f8f9fa; border-radius:.6rem;
    padding:.9rem; box-shadow:0 2px 4px rgba(0,0,0,0.08);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (max-width:992px){
    .filter-form .row>[class*="col-"]{flex:0 0 100%;max-width:100%;}
    .filter-form .btn{width:100%;}
}

.litepicker {
    z-index: 1060 !important;
}

.litepicker {
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", sans-serif;
}

.litepicker .container__days .day-item.is-selected {
    background: #70c606;
    border-radius: 12px;
}

.litepicker .month-item-name {
    font-size: 1.1rem;
    font-weight: 600;
}
.litepicker .container__days .day-item.is-today {
    color: #ffffff;
    background-color: #71b671;
}
