#price-range1.ui-slider {
    min-height: 8px;
    margin: 12px 4px 4px;
    background: #e2e8f0;
    border-radius: 4px;
}

#price-range1 .ui-slider-range {
    background: #3361AC;
}

#price-range1 .ui-slider-handle {
    background: #162F65;
    border-color: #162F65;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    top: -4px;
}

.flight-filter-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
}

.flight-filter-actions .theme-btn,
.flight-filter-actions .btn-clear-filters {
    width: 100%;
    text-align: center;
    padding: 10px 16px;
    font-size: 14px;
}

.btn-clear-filters {
    display: block;
    background: transparent;
    border: 1px solid #3361AC;
    color: #162F65;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
}

.btn-clear-filters:hover {
    background: #f1f5f9;
    color: #162F65;
}

.flight-airline-initial {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #162F65;
    border-radius: 6px;
    min-width: 48px;
    min-height: 48px;
}

.flight-airline-initial span {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.flight-booking-detail-info .flight-airline-initial {
    min-width: 40px;
    min-height: 40px;
}

.flight-booking-detail-info .flight-airline-initial span {
    font-size: 12px;
}

.flight-airline-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
}
