.filtros-socios {
  margin-bottom: 20px;
}

.filtros-buscador {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.filtros-buscador input {
  flex: 1 1 auto;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #ecedf1;
  border-radius: 2px;
  background: #f9f9fb;
  color: #727786;
}

.filtros-buscador button {
  height: 44px;
  padding: 0 20px;
  border: 1px solid #ecedf1;
  border-radius: 2px;
  background: #f2f2f5;
  color: #333;
  cursor: pointer;
}

.export-pdf {
  background: #0c2844;
  border-color: #0c2844;
  color: #fff;
}

.export-pdf:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.export-pdf-error {
  color: #b3261e;
  font-size: 13px;
  margin-top: 8px;
}

.grid-filtros {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

@media (min-width: 782px) {
  .grid-filtros {
    grid-template-columns: repeat(3, 1fr);
  }
}

.panel-filtro,
#panel-areas-dinamico .panel-filtro {
  background: #f9f9fb;
  border: 1px solid #ecedf1;
  border-radius: 4px;
  padding: 12px 15px;
}

.panel-filtro-titulo {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 0 0 10px;
  font-weight: 600;
  color: #0c2844;
  cursor: pointer;
}

.panel-colapsado .panel-filtro-body {
  display: none;
}

.select-agregar {
  width: 100%;
  height: 44px;
  padding: 0 10px;
  border: 1px solid #ecedf1;
  border-radius: 2px;
  background: #fff;
  color: #727786;
}

.chips-seccion-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}

.chips-seccion-etiqueta {
  font-size: 13px;
  color: #727786;
}

.chips-seccion {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #0c2844;
  color: #fff;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 13px;
}

.chip-quitar {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  padding: 0;
}
