/* Responsive utilities */

@media (max-width: 1200px) {
  .container-fluid {
    padding: 0 30px;
  }
}

@media (max-width: 992px) {
  .main-nav {
    display: none;
  }

  .tournaments-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 40px 0;
  }

  .hero-slide {
    min-height: auto;
  }

  .mirrors-table {
    font-size: 14px;
  }

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

@media (max-width: 576px) {
  .promo-code-wrapper {
    flex-direction: column;
  }

  .btn-copy {
    width: 100%;
    justify-content: center;
  }

  .tournament-prize {
    padding: 10px;
  }

  .prize-amount {
    font-size: 22px;
  }
}
