/* Template 11 - Cosmic Purple Theme - Responsive Styles */

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

  .casino-item {
    width: calc(50% - 1.5rem);
    min-width: 320px;
  }
}

@media (max-width: 768px) {
  .header-inner {
    flex-direction: column;
    gap: 2rem;
  }

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

  .site-nav a {
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
  }

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

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

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

  .casino_list {
    gap: 2.5rem;
  }

  .casino-item {
    width: 100%;
    min-width: auto;
  }

  .casino-logo {
    width: 320px;
    height: 105px;
  }

  .casino-actions {
    flex-direction: column;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

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

  .site-name {
    font-size: 2rem;
  }

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

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

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

  .casino-header {
    padding: 2.5rem 2rem;
  }

  .casino-logo {
    width: 300px;
    height: 95px;
  }

  .btn {
    padding: 1.1rem 2.2rem;
    font-size: 0.9rem;
  }
}
