/* === Mobile Specific Styles === */
@media only screen and (max-width: 768px) {

  /* Ensure full-width display on mobile */
  html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    transform: none !important; /* remove any scaling */
  }

  .ams-agenda-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .ams-title {
    font-size: 1.5rem;
    margin: 10px 0 15px 0;
    text-align: center;
  }

  /* === Full width cards === */
  .ams-menu {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .ams-item {
    width: 100% !important;
    border: 2px solid #fff;
    border-radius: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
  }

  .ams-item-head {
    padding: 14px 12px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .ams-item-left {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .ams-time {
    font-size: 0.95rem;
    min-width: 60px;
  }

  .ams-flag {
    width: 32px;
    height: 22px;
  }

  .ams-match-title h2 {
    font-size: 0.95rem;
    margin: 0;
  }

  .ams-match-title p {
    font-size: 0.8rem;
    margin: 2px 0 0;
  }

  .ams-channel-count {
    gap: 2px;
  }

  .ams-count-num {
    font-size: 0.9rem;
  }

  .ams-count-icon i {
    font-size: 1rem;
  }

  .ams-submenu {
    padding: 8px 15px;
  }

  .ams-submenu-item a {
    font-size: 0.9rem;
  }
}
