/* Responsive overrides */

@media (max-width: 992px) {
  .header-container {
    padding: 0 15px;
  }

  .content-wrapper {
    padding: 25px;
  }
}

@media (max-width: 576px) {
  .hero-text {
    font-size: 1.5rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .mirrors-table th,
  .mirrors-table td {
    padding: 10px 8px;
    font-size: 14px;
  }

  .info-table td {
    display: block;
    width: 100%;
    padding: 10px;
  }

  .info-table td:first-child {
    background: #f8f9fa;
    font-weight: 700;
  }
}
