/**
 * @file
 * Styles for prismatic auto-submit filter.
 */

select.prismatic-auto-submit {
  min-width: 125px !important;
  width: 250px !important;
  max-width: 400px !important;
}

/* Select2 container styling - using form ID for maximum specificity */
#views-exposed-form-estudis-cercador-estudis-cerca.bef-exposed-form span.select2-container.select2-container--default.prismatic-auto-submit-select2,
#views-exposed-form-estudis-cercador-estudis-inici.bef-exposed-form span.select2-container.select2-container--default.prismatic-auto-submit-select2 {
  min-width: 125px !important;
  width: 250px !important;
  max-width: 400px !important;
}

/* Fallback for other forms */
.bef-exposed-form span.select2-container.select2-container--default.prismatic-auto-submit-select2 {
  min-width: 125px !important;
  width: 250px !important;
  max-width: 400px !important;
}

/* Keep placeholder color same as normal text */
.select2-container--default.prismatic-auto-submit-select2 .select2-selection--single .select2-selection__placeholder {
  color: #333 !important;
  opacity: 1 !important;
}

.select2-container--default.prismatic-auto-submit-select2 .select2-selection--single .select2-selection__rendered {
  color: #333 !important;
}

/* Hide descriptions that appear after applying filters */
#views-exposed-form-estudis-cercador-estudis-cerca .form-item .description,
#views-exposed-form-estudis-cercador-estudis-inici .form-item .description {
  display: none !important;
}

/* Tablet styles for home view */
@media (max-width: 1024px) and (min-width: 769px) {
  #views-exposed-form-estudis-cercador-estudis-inici.bef-exposed-form .form-item-title input[type="text"] {
    width: 30% !important;
    max-width: 30% !important;
  }

  #views-exposed-form-estudis-cercador-estudis-inici.bef-exposed-form .form-item-field-pmtc-center-author span.select2-container.select2-container--default.prismatic-auto-submit-select2,
  #views-exposed-form-estudis-cercador-estudis-inici.bef-exposed-form .form-item-field-pmtc-paper-type span.select2-container.select2-container--default {
    min-width: 230px !important;
    width: 230px !important;
    max-width: 230px !important;
  }
}

/* Mobile styles */
@media (max-width: 768px) {
  select.prismatic-auto-submit {
    width: 100% !important;
    max-width: 100% !important;
  }

  #views-exposed-form-estudis-cercador-estudis-cerca.bef-exposed-form span.select2-container.select2-container--default.prismatic-auto-submit-select2,
  .bef-exposed-form span.select2-container.select2-container--default.prismatic-auto-submit-select2 {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Hide field in home view on mobile */
  #views-exposed-form-estudis-cercador-estudis-inici.bef-exposed-form .form-item-field-pmtc-center-author {
    display: none !important;
  }

  /* Position arrow at the end in mobile */
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 90% !important;
  }
}
