/* Media Queries for Minimalist White Theme */

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

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

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

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

  .section {
    padding: 2rem 0;
  }

  .casino-item {
    width: 100%;
    max-width: 400px;
  }

  .casino-logo {
    width: 100%;
    height: 80px;
  }

  .site-nav ul {
    gap: 1rem;
  }

  .footer-columns {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }

  .footer-links ul {
    justify-content: center;
  }
}

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

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

  .text-content {
    padding: 1.5rem;
  }
}
