/* ================================================
   STYLE_MOBILE_ONLY.CSS - FIX HOÀN CHỈNH BỐ CỤC & ĐỒNG BỘ KÍCH THƯỚC VỚI !important
   Dành cho màn hình <= 768px
   ================================================ */

@media (max-width: 768px) {

  /* ===== RESET (Giữ nguyên) ===== */
  html,
  body {
    overflow-x: hidden !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
    background: #f8f8f8;
  }

  /* ===== HEADER & LOGO (Giữ nguyên) ===== */
  header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 14px 16px;
    background: linear-gradient(to right, #A05D2C, #8E4E1E);
    border-radius: 0 0 18px 18px;
  }

  header .logo img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  header .logo h1 {
    font-size: 18px;
    color: #fff;
    margin-top: 6px;
  }

  /* ===== MENU (Giữ nguyên) ===== */
  nav {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: #A05D2C;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  nav .menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px 8px;
  }

  nav .menu::-webkit-scrollbar {
    display: none;
  }

  nav .menu li a {
    display: block;
    font-size: 15px;
    color: #fff !important;
    padding: 8px 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    white-space: nowrap;
    transition: all 0.3s ease;
  }

  nav .menu li a:hover,
  nav .menu li a.active {
    background: rgba(255, 255, 255, 0.4);
  }

  /* ===== BANNER (Giữ nguyên) ===== */
  .banner {
    width: 100%;
    height: auto;
    margin: 12px auto;
    border-radius: 14px;
    overflow: hidden;
  }

  .banner img {
    width: 100%;
    border-radius: 14px;
    display: block;
  }

  /* FIX BỐ CỤC CHÍNH */
  .home-container {
    flex-direction: column !important;
    /* BẮT BUỘC XẾP CHỒNG */
    gap: 0 !important;
    padding: 0 10px !important;
    margin: 15px auto !important;
  }

  .main-content {
    flex: none !important;
    width: 100%;
    order: 1;
  }

  /* FIX: Khắc phục tiêu đề section */
  .home-section {
    margin-bottom: 25px;
    padding: 0;
  }

  .home-section h2 {
    text-align: left !important;
    font-size: 24px !important;
  }

  /* FIX ĐỒNG BỘ KÍCH THƯỚC CAROUSEL */
  .carousel-wrapper {
    margin: 0 !important;
  }

  .carousel-btn {
    opacity: 0.8 !important;
  }

  .carousel-btn.prev {
    left: 0 !important;
  }

  .carousel-btn.next {
    right: 0 !important;
  }

  .carousel-grid .item {
    /* Điều chỉnh kích thước item để hiển thị 2 cột, chia đều khoảng trống */
    flex-basis: calc(50% - 7.5px) !important;
    max-width: calc(50% - 7.5px) !important;

    /* FIX: Buộc item sử dụng flex để phần tử con giãn đều */
    display: flex !important;
    flex-direction: column !important;
    height: auto;
    /* Cho phép chiều cao linh hoạt */
  }

  .item-link-wrapper {
    flex-grow: 1 !important;
    /* Quan trọng: Cho phép link wrapper chiếm hết không gian */
    display: flex !important;
    flex-direction: column !important;
  }

  .item p {
    /* FIX: Buộc chiều cao tối thiểu cho 2 dòng và giãn ra để lấp đầy */
    flex-grow: 1 !important;
    min-height: 44px !important;
    /* Bắt buộc tối thiểu 2 dòng */
    display: block !important;
  }

  .carousel-container {
    padding: 10px 5px;
    /* Giảm padding để item vừa vặn hơn */
  }

  /* FIX LỖI KHOẢNG TRẮNG CỦA LỜI BÀI HÁT */
  .lyrics-list-section,
  #reference-section {
    padding: 0 10px;
  }

  .lyrics-list-section .lyrics-list {
    padding: 10px;
  }

  .lyrics-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 10px 0;
  }

  .lyrics-title {
    margin-bottom: 5px;
    flex-grow: 0;
    flex-basis: auto;
  }

  .lyrics-meta,
  .lyrics-stats {
    flex-basis: auto;
    width: auto;
    text-align: left !important;
    margin-left: 0 !important;
    margin-top: 5px;
    display: flex;
    align-items: center;
  }

  .lyrics-stats {
    gap: 15px;
    font-size: 13px;
    color: #555;
  }

  .lyrics-meta .meta-author {
    margin-right: 0 !important;
    font-size: 13px;
    color: #555;
  }

  .lyrics-stats .meta-id,
  .lyrics-stats .meta-views {
    margin-right: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 3px;
  }

  /* ===== GRID (VIDEO / TEXT / KARAOKE) (Giữ nguyên) ===== */
  .video-grid,
  .karaoke-grid,
  .text-grid,
  .list {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 0 !important;
  }

  .item {
    border-radius: 14px !important;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    background: #fff;
  }

  .item-thumbnail img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 14px 14px 0 0;
  }

  /* ===== SIDEBAR (Giữ nguyên) ===== */
  .sidebar {
    width: 100% !important;
    order: 3;
    margin: 15px auto 0 auto;
    padding: 0;
  }

  .sidebar-widget {
    border-radius: 14px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 16px !important;
    margin-bottom: 15px !important;
  }

  .sidebar-widget h3 {
    font-size: 20px;
  }

  .sidebar .sidebar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 14px;
  }

  .sidebar .sidebar-item img {
    width: 100px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 10px;
  }

  .sidebar .sidebar-item .info {
    width: auto;
  }

  /* ===== FOOTER (Giữ nguyên) ===== */
  footer {
    margin-top: 30px;
    background: linear-gradient(to right, #A05D2C, #8E4E1E);
    color: #f5efe6;
    border-radius: 18px 18px 0 0;
    text-align: center;
    padding: 20px 10px;
    font-size: 14px;
  }

  /* ===== FLOATING CONTACT (Giữ nguyên) ===== */
  .floating-contact {
    bottom: 14px !important;
    left: 14px !important;
    z-index: 999;
  }

  .floating-contact .main-button {
    width: 45px !important;
    height: 45px !important;
    font-size: 20px !important;
    background-color: #A05D2C !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  }

  .floating-contact .contact-icons .icon {
    width: 40px !important;
    height: 40px !important;
    font-size: 18px !important;
  }

  /* ===== GENERAL FIX (Giữ nguyên) ===== */
  main.container,
  section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 500px) {
  .carousel-grid .item {
    /* Giảm kích thước item trên màn hình rất nhỏ */
    flex-basis: calc(85% - 10px) !important;
    max-width: calc(85% - 10px) !important;
  }
}

/* === FIX CUỐI CÙNG: Đồng bộ kích thước carousel mobile === */
@media (max-width: 768px) {
  /* Áp dụng cho mọi mục carousel */
  .home-section .carousel-grid .item {
    width: 78vw !important;         /* ép theo viewport, không bị JS ghi đè */
    flex: 0 0 78vw !important;
    max-width: 78vw !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    margin-right: 10px !important;
    background: #fff !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
  }

  /* Thumbnail video */
  .home-section .item-thumbnail,
  .home-section .item-thumbnail img {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 14px 14px 0 0 !important;
  }

  
}
/* === HIỆN LẠI NÚT TRƯỢT (prev/next) TRÊN MOBILE === */
@media (max-width: 768px) {
  .home-section .carousel-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    top: 45% !important;
    transform: translateY(-50%);
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4) !important;
    color: #fff !important;
    border: none !important;
    font-size: 18px !important;
    z-index: 5 !important;
  }

  .home-section .carousel-btn.prev {
    left: 8px !important;
  }

  .home-section .carousel-btn.next {
    right: 8px !important;
  }

  /* Hiệu ứng hover nhẹ cho đẹp */
  .home-section .carousel-btn:hover {
    background-color: rgba(0, 0, 0, 0.6) !important;
  }
}
