/**
 * @file
 * Store-specific styles for the commerce_store listing view.
 */

.view-commerce-store .content-card__meta--price {
  font-weight: bold;
}

/* ============================================================================
   Mobile Styles for Store Listing View
   ============================================================================ */
@media (max-width: 768px) {
  .view-commerce-store .views-exposed-form {
    margin-bottom: 1.5rem;
  }

  .view-commerce-store .views-exposed-form .form-item {
    margin-bottom: 1rem;
  }

  .view-commerce-store .views-exposed-form select {
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    padding: 0.75rem;
    min-height: 44px;
  }

  .view-commerce-store .views-exposed-form .form-actions {
    width: 100%;
  }

  .view-commerce-store .views-exposed-form .form-submit {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    min-height: 44px;
  }
}
