/* Media Queries for Professional Green/Teal Theme */

@media (max-width: 1200px) {
  .casino-item {
    flex: 0 0 calc(50% - 0.75rem);
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }

  .section.head {
    padding: 4rem 0;
  }

  .section.head h1 {
    font-size: 2.5rem;
  }

  .section {
    padding: 3rem 0;
  }

  .section header h2 {
    font-size: 2rem;
  }

  .casino-item {
    flex: 0 0 100%;
  }

  .site-nav ul {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-columns {
    flex-direction: column;
    gap: 2rem;
  }
}

@media (max-width: 480px) {
  .section.head h1 {
    font-size: 2rem;
  }

  .site-logo a {
    font-size: 1.5rem;
  }

  .site-nav a {
    font-size: 0.85rem;
    padding: 0.4rem 0.8rem;
  }
}
