/* Reduce Location and Property dropdown text size on mobile */
@media (max-width: 575px) {
  .search-card .location-dropdown .dropdown-item,
  .search-card .property-type-dropdown .dropdown-item {
    font-size: 13px !important;
    line-height: 1.25 !important;
    padding: 9px 12px !important;
    font-weight: 600 !important;
  }
  .location-btn,
  .property-type-btn {
    font-size: 14px !important;
    line-height: 1.25 !important;
  }
}
