/* MBtoKB Reviews Responsive CSS Adjustments */

@media (max-width: 768px) {
  .hero-bento-grid {
    grid-template-columns: 1fr;
  }
  
  .review-card {
    padding: 1.25rem;
  }

  .exact-size-pills {
    overflow-x: auto;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: 2rem !important;
    line-height: 1.25 !important;
  }

  h2 {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
  }
}
