/* Template 6 - Retro 80s Gaming Style - Responsive */

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

@media (max-width: 992px) {
  .aus_header .container {
    flex-direction: column;
    gap: 20px;
  }

  .aus_header .quick-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .casino-item {
    width: calc(50% - 15px);
    min-width: 280px;
  }

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

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

@media (max-width: 768px) {
  .casino-item {
    width: 100%;
    max-width: 400px;
  }

  .aus_casino_list {
    justify-content: center;
  }

  .aus_section.head h1 {
    font-size: 2.8rem;
    letter-spacing: 2px;
  }

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

  .popup-banner {
    padding: 30px 20px;
    max-width: 90%;
  }

  .popup-banner h3 {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }

  .aus_footer .footer-icons,
  .aus_footer .aus_logos_list {
    gap: 15px;
  }

  .aus_footer .logo-item {
    width: 120px;
    height: 35px;
  }
}

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

  .aus_header .logo {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }

  .aus_section.head {
    padding: 80px 0;
  }

  .aus_section.head h1 {
    font-size: 2.2rem;
    letter-spacing: 1px;
  }

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

  .casino-header::before {
    font-size: 0.6rem;
    letter-spacing: 4px;
  }

  .aus_footer .logo-item {
    width: 100px;
    height: 30px;
  }

  .aus_footer .icon {
    width: 48px;
  }

  .accordion-question {
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
}
