/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

/* FILTER SIDEBAR */
.hac-filter-card {
    background: #fff;
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    position: sticky;
    top: 100px;
}

.hac-filter-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

/* FILTER GROUP */
.hac-filter-group {
    margin-bottom: 20px;
}

.hac-filter-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

/* INPUTS */
.hac-filter-group input[type="text"],
.hac-filter-group input[type="number"] {
    width: 100%;
    padding: 9px 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.hac-filter-group input:focus {
    border-color: #6c4ccf;
    outline: none;
}

/* PRICE RANGE */
.hac-price-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hac-price-inputs span {
    font-size: 13px;
    color: #666;
}

/* STAR CHECKBOXES */
.hac-filter-group input[type="checkbox"] {
    margin-right: 6px;
}

.hac-filter-group div {
    margin-bottom: 6px;
}

.hac-filter-group label {
    font-weight: 500;
    cursor: pointer;
}

/* APPLY BUTTON */
.hac-hotel-filters button {
    width: 100%;
    background: #4f6ef7;
    border: none;
    padding: 11px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    transition: background 0.3s;
}

.hac-hotel-filters button:hover {
    background: #3d5ce0;
}
