/* Media Queries for Ocean Blues Theme */

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

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

  .section.head {
    padding: 5rem 0 3.5rem;
  }

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

  .section {
    padding: 3rem 0;
  }

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

  .header-inner {
    flex-direction: column;
    gap: 1rem;
  }

  .site-nav ul {
    padding: 0.25rem;
    gap: 0.25rem;
  }

  .site-nav a {
    padding: 0.5rem 0.9rem;
    font-size: 0.85rem;
  }

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

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

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

  .footer-links ul {
    justify-content: center;
    padding: 0.6rem 1rem;
    gap: 1rem;
  }

  .footer-about {
    max-width: 100%;
  }
}

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

  .section.head p {
    font-size: 1rem;
  }

  .casino-button {
    padding: 0.9rem 1.8rem;
    font-size: 0.95rem;
  }

  .footer-links ul {
    flex-direction: column;
    gap: 0.75rem;
    border-radius: 16px;
  }
}
