/* Caja general del buscador */
.osproperty-search-custom {
    background: #ffffff;
    border: 2px solid #00A3DA;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
}

/* Lista principal */
.osproperty-search-custom .ospsearch_ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Títulos de secciones: Basic information, Address, Details */
.osproperty-search-custom .ospsearch_ul > li {
    border-bottom: 2px solid #e1e1e1;
    background: #ffffff;
    padding: 0;
}

/* Links de los encabezados */
.osproperty-search-custom .ospsearch_ul > li > a {
    display: block;
    padding: 12px 14px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    background: #00A3DA !important;
  
}

/* Contenido de cada sección */
.osproperty-search-custom .ospsearch_div {
    padding: 12px 14px;
    border-bottom: 2px solid #e1e1e1;
    background: #ffffff;
}

/* Labels: Category, Property type, Price, State, City, Bedrooms */
.osproperty-search-custom label,
.osproperty-search-custom .elementlabel {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
}

/* Inputs y selects */
.osproperty-search-custom input[type="text"],
.osproperty-search-custom select,
.osproperty-search-custom .form-select,
.osproperty-search-custom .form-control {
    border: 1px solid #d4dbe3;
    border-radius: 6px;
    background: #ffffff;
    color: #555555;
    height: 40px;
    padding: 8px 12px;
    box-shadow: none;
    width: 100%;
    margin-left: 0px;
}

/* Inputs y selects al hacer foco */
.osproperty-search-custom input[type="text"]:focus,
.osproperty-search-custom select:focus,
.osproperty-search-custom .form-select:focus,
.osproperty-search-custom .form-control:focus {
    border-color: #00a6d6;
    box-shadow: 0 0 0 2px rgba(0,166,214,0.15);
    outline: none;
}

/* Botón Search */
.osproperty-search-custom .ospsearch_submit {
    padding: 16px 14px;
    border-top: 0;
    background: #ffffff;
}

.osproperty-search-custom .btn.btn-primary {
    background: #00a6d6;
    border: 2px solid #00a6d6;
    color: #ffffff;
    border-radius: 6px;
    padding: 9px 16px;
    font-size: 15px;
    font-weight: 600;
}

.osproperty-search-custom .btn.btn-primary:hover {
    background: #008fba;
    border-color: #008fba;
}

/* Slider de precio */
.osproperty-search-custom .ui-slider {
    height: 8px;
    background: #c8c8c8;
    border: none;
    border-radius: 10px;
}

.osproperty-search-custom .ui-slider-range {
    background: #00a6d6;
}

.osproperty-search-custom .ui-slider-handle {
    width: 18px;
    height: 18px;
    top: -5px;
    background: #d1d1d1;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
}

/* Iconos de abrir/cerrar sección */
.osproperty-search-custom .osicon-chevron-up,
.osproperty-search-custom .osicon-chevron-down,
.osproperty-search-custom .icon-chevron-up,
.osproperty-search-custom .icon-chevron-down {
    color: #b5b5b5;
}