/* ===== Mobile shell (≤991.98px) — tách riêng với PC ===== */
/* PC: ẩn bottom nav; Mobile: hiện trong @media bên dưới */
.tss-bottom-nav,
.tss-mobile-only {
  display: none;
}

@media (max-width: 991.98px) {
  .tss-mobile-only {
    display: flex !important;
  }

  /* Chỉ các khối nội dung xếp dọc — không áp cho bottom nav */
  .tss-groups-m.tss-mobile-only,
  .tss-blog-m.tss-mobile-only,
  .tss-tools-m.tss-mobile-only,
  .tss-howto-m.tss-mobile-only {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100%;
  }

  /* PC-only không bao giờ hiện trên điện thoại */
  .tss-pc-only,
  .tss-page-nav {
    display: none !important;
  }

  /* ----- Shell ----- */
  body.tss-body {
    font-size: 14px;
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px)) !important;
  }

  /* iOS Safari tự zoom khi focus input/select/textarea có font < 16px */
  input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="image"]),
  textarea,
  select {
    font-size: 16px !important;
  }

  .tss-main {
    padding: 12px 12px 24px;
  }

  /* ----- Header compact ----- */
  .tss-header-inner {
    padding: 10px 12px;
    gap: 8px;
  }

  .tss-brand {
    gap: 6px;
    min-width: 0;
    flex: 1;
  }

  .tss-brand-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
  }

  .tss-brand-name {
    font-size: 1.12rem;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 52vw;
  }

  .tss-header-actions {
    gap: 6px;
    flex-shrink: 0;
  }

  .tss-btn {
    height: 38px;
    font-size: 0.75rem;
    padding: 0 12px;
  }

  .tss-btn-icon {
    width: 38px;
    height: 38px;
  }

  .tss-btn-primary {
    padding: 0 12px;
  }

  /* Ẩn nút Hồ sơ trùng với bottom nav; giữ menu + đăng ký */
  .tss-header-actions > a.tss-btn-primary.tss-btn-menu-mobile[href="/profile"] {
    display: none !important;
  }

  /* ----- Hero ----- */
  .tss-hero {
    padding: 18px 14px 20px;
    border-radius: 16px;
  }

  .tss-hero-inner {
    gap: 16px;
  }

  .tss-hero-badge {
    font-size: 12px;
    padding: 6px 12px;
    line-height: 1.35;
  }

  .tss-hero-title {
    font-size: clamp(0.92rem, 3.8vw, 1.12rem);
    line-height: 1.28;
    letter-spacing: -0.02em;
    white-space: normal;
    max-width: 100%;
    padding: 0 2px;
  }

  .tss-search-row {
    min-height: auto;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 8px;
    border-radius: 16px;
    align-items: center;
  }

  /* Ẩn icon trang trí bên trái; giữ nút dán (icon) + icon search trong nút */
  .tss-search-row > .material-symbols-outlined,  .tss-search-row > .tss-icon,
  .tss-search-row > .tss-search-ico {
    display: none;
  }

  .tss-search-row > .tss-paste-btn {
    display: inline-flex !important;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-left: 0;
  }

  .tss-search-row > .tss-paste-btn .tss-icon,
  .tss-search-row > .tss-paste-btn .tss-paste-ico {
    display: block !important;
    width: 22px;
    height: 22px;
    font-size: 22px !important;
    fill: none !important;
    stroke: currentColor;
  }

  .tss-search-row input {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    height: 42px;
    font-size: 16px;
    padding: 0 6px;
  }

  .tss-search-btn {
    width: auto;
    min-width: 0;
    height: 44px;
    padding: 0 8px !important;
    border-radius: 16px !important;
    font-size: 0.85rem !important;
    font-weight: 700;
    gap: 4px;
    box-shadow: 0 4px 12px rgba(255, 92, 51, 0.3);
  }

  .tss-search-btn .tss-search-btn-label {
    display: inline !important;
    font-size: 0.85rem !important;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
  }

  .tss-search-btn .tss-search-btn-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    line-height: 1;
    margin: 0 !important;
    color: #fff !important;
  }

  .tss-platforms {
    margin-top: 10px;
    gap: 6px;
    font-size: 0.75rem;
    flex-direction: column;
    align-items: center;
  }

  .tss-platforms .tss-platforms-label-pc {
    display: none !important;
  }

  .tss-platforms .tss-platforms-label-mb {
    display: inline-flex !important;
  }

  .tss-platforms-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 10px;
  }

  .tss-platforms .material-symbols-outlined,  .tss-platforms .tss-icon,
  .tss-platforms .tss-icon {
    width: 14px;
    height: 14px;
  }

  .tss-platforms .tss-plat-ico {
    width: 20px;
    height: 20px;
  }

  /* ----- Guide ----- */
  .tss-guide {
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: 16px;
    gap: 10px;
    background: #fff !important;
    border: 2px solid rgba(255, 92, 51, 0.45) !important;
    box-shadow: 0 4px 14px rgba(29, 19, 12, 0.06);
  }

  .tss-guide-icon {
    width: 34px;
    height: 34px;
  }

  .tss-guide-icon .material-symbols-outlined,  .tss-guide-icon .tss-icon,
  .tss-guide-icon .tss-icon {
    width: 20px;
    height: 20px;
  }

  .tss-guide-text {
    font-size: 0.85rem;
    line-height: 1.4;
  }

  .tss-guide-cta {
    font-size: 0.85rem;
    margin-top: 4px;
  }

  .tss-guide .chevron {
    font-size: 22px;
  }

  /* ----- Feature cards: 2 cột gọn ----- */
  .tss-features {
    margin-top: 16px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .tss-feature-card {
    padding: 14px 12px;
    border-radius: 12px;
  }

  .tss-feature-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 10px;
  }

  .tss-feature-icon .material-symbols-outlined,  .tss-feature-icon .tss-icon,
  .tss-feature-icon .tss-icon {
    width: 22px;
    height: 22px;
  }

  .tss-feature-card h2,
  .tss-feature-card h3 {
    font-size: 0.9rem;
    margin-bottom: 4px;
    line-height: 1.3;
  }

  .tss-feature-card p {
    font-size: 0.72rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .tss-feature-cta {
    margin-top: 10px;
    font-size: 0.75rem;
    gap: 4px;
  }

  .tss-feature-cta .material-symbols-outlined,  .tss-feature-cta .tss-icon,
  .tss-feature-cta .tss-icon {
    width: 14px;
    height: 14px;
  }

  /* ----- Leaderboard ----- */
  .tss-leaderboard {
    margin-top: 24px;
    padding: 18px 14px;
    border-radius: 16px;
  }

  .tss-leaderboard-head {
    gap: 12px;
    margin-bottom: 16px;
  }

  .tss-leaderboard-head h2 {
    font-size: 1.2rem;
  }

  .tss-leaderboard-head p {
    font-size: 0.8rem;
  }

  .tss-tabs {
    width: 100%;
  }

  .tss-tab {
    flex: 1;
    padding: 8px 10px;
    font-size: 0.8rem;
    text-align: center;
  }

  .tss-table th {
    padding: 10px 8px;
    font-size: 10px;
  }

  .tss-table td {
    padding: 12px 8px;
    font-size: 0.85rem;
  }

  .tss-rank {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
  }

  .tss-leaderboard-more {
    margin-top: 16px;
  }

  /* ----- Lưu ý hoàn tiền (mobile gọn: hàng ngang) ----- */
  .tss-refund-notes {
    margin-top: 20px;
    padding: 16px 14px;
    border-radius: 16px;
  }

  .tss-refund-notes-blob {
    width: 8rem;
    height: 8rem;
    opacity: 0.12;
  }

  .tss-refund-notes-head {
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 12px;
  }

  .tss-refund-notes-badge {
    width: 28px;
    height: 28px;
    background: rgba(238, 77, 45, 0.2);
    box-shadow: none;
    color: #ee4d2d;
  }

  .tss-refund-notes-badge .tss-icon {
    color: #ee4d2d;
    font-size: 18px;
    width: 18px;
    height: 18px;
  }

  .tss-refund-notes-head h2 {
    font-size: 1.05rem;
  }

  .tss-refund-notes-grid {
    gap: 8px;
  }

  .tss-refund-note {
    flex-direction: row;
    align-items: center;
    text-align: left;
    min-width: 0;
    max-width: 100%;
    padding: 10px 14px 10px 12px;
    gap: 10px;
    border-radius: 12px;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: none;
  }

  .tss-refund-note:hover {
    transform: none;
  }

  .tss-refund-note-logo-wrap {
    width: 40px;
    height: 40px;
  }

  .tss-refund-note--shopee .tss-refund-note-logo-wrap {
    box-shadow: 0 0 10px rgba(238, 77, 45, 0.35);
  }

  .tss-refund-note--shopeefood .tss-refund-note-logo-wrap {
    box-shadow: 0 0 10px rgba(238, 77, 45, 0.35);
  }

  .tss-refund-note--lazada .tss-refund-note-logo-wrap {
    box-shadow: 0 0 10px rgba(180, 40, 160, 0.35);
  }

  .tss-refund-note--tiktok .tss-refund-note-logo-wrap {
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.12);
  }

  .tss-refund-note--shopee:hover .tss-refund-note-logo-wrap,
  .tss-refund-note--shopeefood:hover .tss-refund-note-logo-wrap,
  .tss-refund-note--lazada:hover .tss-refund-note-logo-wrap,
  .tss-refund-note--tiktok:hover .tss-refund-note-logo-wrap {
    transform: none;
  }

  .tss-refund-note-title {
    flex: 1;
    min-width: 0;
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tss-refund-note-cta {
    width: auto;
    min-width: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0 2px 0 0;
    border: none;
    border-radius: 0;
    background: transparent !important;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
    gap: 4px;
  }

  .tss-refund-note--shopee .tss-refund-note-cta { color: #ff8a65; }
  .tss-refund-note--shopeefood .tss-refund-note-cta { color: #ff9f4d; }
  .tss-refund-note--lazada .tss-refund-note-cta { color: #7eb6ff; }
  .tss-refund-note--tiktok .tss-refund-note-cta { color: #00f2fe; }

  .tss-refund-note--shopee:hover .tss-refund-note-cta,
  .tss-refund-note--shopeefood:hover .tss-refund-note-cta,
  .tss-refund-note--lazada:hover .tss-refund-note-cta,
  .tss-refund-note--tiktok:hover .tss-refund-note-cta {
    background: transparent !important;
    border: none;
  }

  .tss-refund-note--tiktok:hover .tss-refund-note-cta {
    color: #00f2fe;
  }

  .tss-refund-note-cta .tss-icon {
    font-size: 14px;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    overflow: hidden;
  }

  /* ----- Info cards (legacy) ----- */
  .tss-info-grid {
    margin-top: 24px;
    gap: 12px;
  }

  .tss-info-card {
    padding: 18px 16px;
    border-radius: 14px;
  }

  .tss-info-card-head {
    gap: 12px;
    margin-bottom: 16px;
  }

  .tss-info-card-head h2 {
    font-size: 1.1rem;
  }

  .tss-info-icon {
    width: 44px;
    height: 44px;
  }

  .tss-info-icon .material-symbols-outlined,  .tss-info-icon .tss-icon,
  .tss-info-icon .tss-icon {
    width: 24px;
    height: 24px;
  }

  /* ----- Products ----- */
  .tss-products {
    margin-top: 24px;
  }

  .tss-products-head {
    margin-bottom: 14px;
    align-items: center;
  }

  .tss-products-head h2 {
    font-size: 1.2rem;
  }

  .tss-products-head a {
    font-size: 0.8rem;
  }

  .tss-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .tss-product-card {
    border-radius: 12px;
  }

  .tss-product-body {
    padding: 10px;
  }

  .tss-product-title {
    font-size: 0.78rem;
    min-height: 2.4em;
  }

  .tss-product-price {
    margin-top: 8px;
  }

  .tss-product-price .now {
    font-size: 0.95rem;
  }

  .tss-badge-cashback {
    font-size: 11px;
    padding: 5px 8px;
    border-radius: 8px;
    right: 6px;
    top: 6px;
    max-width: 75%;
    white-space: normal;
  }

  .tss-product-actions {
    margin-top: 10px;
    gap: 6px;
  }

  .tss-product-buy {
    font-size: 11px;
    padding: 8px 6px;
    gap: 2px;
  }

  .tss-product-buy .material-symbols-outlined,  .tss-product-buy .tss-icon,
  .tss-product-buy .tss-icon {
    width: 14px;
    height: 14px;
  }

  .tss-product-share {
    width: 36px;
    height: 36px;
  }

  /* ----- Page search (non-home) ----- */
  .tss-page-search {
    margin-bottom: 14px;
  }

  .tss-page-search .tss-search-btn {
    height: 42px;
  }

  /* ----- Footer (đen + cam, xếp dọc) ----- */
  .tss-footer {
    padding: 24px 0 16px;
  }

  .tss-footer-inner {
    padding: 0 16px;
    gap: 20px;
  }

  .tss-footer-col-legal .tss-footer-heading,
  .tss-footer-contact {
    display: none;
  }

  .tss-footer-col-legal {
    text-align: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .tss-footer-social a {
    width: 38px;
    height: 38px;
  }

  /* ----- Product detail: gộp ảnh + thông tin 1 khung (mobile) ----- */
  body:has(.tss-product-page) .tss-page-search {
    margin-bottom: 10px;
  }

  body:has(.tss-product-page) .tss-page-search .tss-search-row {
    min-height: 48px;
    padding: 6px 8px;
    gap: 8px;
  }

  body:has(.tss-product-page) .tss-page-search .tss-search-row input {
    height: 36px;
    font-size: 16px;
  }

  body:has(.tss-product-page) .tss-page-search .tss-search-btn {
    width: auto;
    min-width: 0;
    height: 40px;
    padding: 0 8px !important;
    font-size: 0.85rem !important;
  }

  .tss-product-page {
    margin: 0 !important;
  }

  .tss-product-media-col,
  .tss-product-side-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* Ảnh + info dính thành 1 khung; nút nằm ngoài khung */
  .tss-product-page .recommend-slider {
    min-height: 0 !important;
    max-height: none;
    padding: 10px !important;
    margin: 0 !important;
    border: 2px solid rgba(255, 92, 51, 0.45) !important;
    border-bottom: none !important;
    border-radius: 16px 16px 0 0 !important;
    box-shadow: none !important;
    background: #fff !important;
  }

  .tss-product-page .osahan-slider-item img {
    max-height: min(160px, 42vw) !important;
  }

  .tss-product-page .tss-product-info {
    padding: 4px 12px 14px !important;
    border: 2px solid rgba(255, 92, 51, 0.45) !important;
    border-top: none !important;
    border-radius: 0 0 16px 16px !important;
    box-shadow: none !important;
    background: #fff !important;
    margin-bottom: 0 !important;
  }

  /* ShopeeFood: banner chữ nhật ngang bằng khung hoàn tiền */
  .tss-product-page.tss-food-page .recommend-slider.tss-food-media {
    border: 2px solid rgba(255, 92, 51, 0.45) !important;
    border-top: 2px solid rgba(255, 92, 51, 0.45) !important;
    border-right: 2px solid rgba(255, 92, 51, 0.45) !important;
    border-bottom: 2px solid rgba(255, 92, 51, 0.45) !important;
    border-left: 2px solid rgba(255, 92, 51, 0.45) !important;
    border-radius: 16px !important;
    margin: 0 0 12px !important;
    padding: 16px 14px !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .tss-product-page.tss-food-page .osahan-slider-item {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    aspect-ratio: 16 / 9;
    margin: 0 !important;
    border-radius: 10px;
    overflow: hidden;
    background: #ee4d2d;
    flex: 0 0 auto;
  }

  .tss-product-page.tss-food-page .osahan-slider-item img.tss-food-img,
  .tss-product-page.tss-food-page .tss-food-img {
    max-height: none !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 0 !important;
    display: block !important;
    box-shadow: none !important;
  }

  .tss-product-page.tss-food-page .tss-product-info.tss-food-info {
    border: 2px solid rgba(255, 92, 51, 0.45) !important;
    border-top: 2px solid rgba(255, 92, 51, 0.45) !important;
    border-right: 2px solid rgba(255, 92, 51, 0.45) !important;
    border-bottom: 2px solid rgba(255, 92, 51, 0.45) !important;
    border-left: 2px solid rgba(255, 92, 51, 0.45) !important;
    border-radius: 16px !important;
    padding: 16px 14px !important;
    margin: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
  }

  .tss-product-page .tss-product-detail-title {
    font-size: 0.95rem !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin-bottom: 8px !important;
  }

  .tss-product-page .badge {
    font-size: 12px !important;
    padding: 5px 8px !important;
    margin-bottom: 6px !important;
  }

  .tss-product-page .badge.badge-danger {
    font-size: 16px !important;
    font-weight: 800 !important;
    padding: 8px 12px !important;
    line-height: 1.3 !important;
  }

  .tss-product-page .tss-product-cta {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .tss-product-page .tss-product-cta .btn {
    width: 100%;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 14px !important;
    margin: 0 !important;
    font-size: 1.05rem !important;
    font-weight: 800;
    border-radius: 16px !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .tss-product-page .tss-product-cta .btn i,
  .tss-product-page .tss-product-cta .btn .fas {
    font-size: 1.1rem;
  }

  .tss-product-page a.terms-conditions {
    margin: 10px 0 0;
    padding: 12px;
    font-size: 13px;
    gap: 8px;
    border-radius: 16px !important;
  }

  .tss-product-page .terms-conditions-icon {
    width: 26px;
    height: 26px;
    font-size: 16px !important;
  }

  .tss-product-page .terms-conditions-cta {
    padding: 7px 10px;
    font-size: 12px;
  }

  body:has(.tss-product-page) .tss-page-search .tss-search-row,
  body:has(.tss-product-page) .tss-page-search .tss-search-btn {
    border-radius: 16px !important;
  }

  /* ----- Bottom navigation (chỉ mobile) ----- */
  .tss-bottom-nav,
  .tss-bottom-nav.tss-mobile-only {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    justify-content: space-around !important;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1080;
    width: 100%;
    height: calc(60px + env(safe-area-inset-bottom, 0px));
    padding: 0 8px env(safe-area-inset-bottom, 0px);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(226, 191, 176, 0.45);
    box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.06);
  }

  .tss-bottom-nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    text-decoration: none !important;
    color: var(--tss-secondary);
    font-weight: 600;
    min-width: 0;
    padding: 6px 4px;
    transition: color 0.15s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .tss-bottom-nav-item .material-symbols-outlined,  .tss-bottom-nav-item .tss-icon {
    font-size: 24px;
    line-height: 1;
  }

  .tss-bottom-nav-label {
    font-size: 11px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .tss-bottom-nav-item.is-active {
    color: var(--tss-primary);
  }

  .tss-bottom-nav-item.is-active .material-symbols-outlined,  .tss-bottom-nav-item.is-active .tss-icon {
    font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
  }

  /* ===== Shared mobile pagination (orders / history / link-history) ===== */
  .ord-m-pager,
  .htx-m-pager,
  .lh-m-pager {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: nowrap;
    padding: 12px 0 8px;
    width: 100%;
  }

  .ord-m-pager-pages,
  .htx-m-pages {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    min-width: 0;
  }

  .ord-m-pager-btn,
  .htx-m-pager-btn,
  .ord-m-page,
  .htx-m-page,
  .lh-m-pager .lh-page {
    box-sizing: border-box;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    margin: 0;
    border: 1px solid #e3bfb1 !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #1b1c1c !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    cursor: pointer;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: none !important;
    transition: background .15s ease, color .15s ease, border-color .15s ease, transform .1s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .ord-m-pager-btn .material-symbols-outlined,  .ord-m-pager-btn .tss-icon,
  .htx-m-pager-btn .material-symbols-outlined,  .htx-m-pager-btn .tss-icon,
  .lh-m-pager .lh-page .material-symbols-outlined,  .lh-m-pager .lh-page .tss-icon {
    font-size: 20px !important;
    line-height: 1;
    color: inherit;
  }

  .ord-m-page.is-active,
  .htx-m-page.is-active,
  .lh-m-pager .lh-page.is-active {
    background: #ff5c33 !important;
    border-color: #ff5c33 !important;
    color: #fff !important;
  }

  .ord-m-pager-btn:disabled,
  .htx-m-pager-btn:disabled,
  .lh-m-pager .lh-page:disabled {
    background: #f5f3f3 !important;
    border-color: #e3bfb1 !important;
    color: #b8b0a8 !important;
    opacity: 1 !important;
    cursor: default !important;
  }

  .ord-m-pager-btn:active:not(:disabled),
  .htx-m-pager-btn:active:not(:disabled),
  .ord-m-page:active:not(.is-active),
  .htx-m-page:active:not(.is-active),
  .lh-m-pager .lh-page:active:not(.is-active):not(:disabled) {
    transform: scale(0.96);
  }

  .ord-m-page-ellipsis,
  .htx-m-page-ellipsis {
    color: #5f5e5e;
    padding: 0 2px;
    font-size: 13px;
    font-weight: 600;
    line-height: 40px;
  }

  /* ----- Mã giảm giá ----- */
  .tss-coupons {
    padding: 0 0 24px;
  }

  .tss-coupons-head {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 12px;
  }

  .tss-coupons-title {
    font-size: 1.5rem;
  }

  .tss-coupons-updated {
    font-size: 0.85rem;
  }

  .tss-coupons-tabs {
    width: 100%;
  }

  .tss-coupons-tab {
    flex: 1;
    padding: 10px 12px;
    text-align: center;
  }

  .tss-coupons-panel {
    padding: 16px 14px;
    border-radius: 14px;
    min-height: 0;
  }

  .tss-coupons-panel-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 14px;
  }

  .tss-coupons-panel-title {
    font-size: 0.95rem;
  }

  .tss-coupons-body {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .tss-coupons-empty {
    font-size: 0.9rem;
  }

  /* ----- Blog / Tin tức (mobile shell) ----- */
  .tss-blog {
    padding: 0 0 20px;
    max-width: 100%;
  }

  .tss-blog-m.tss-mobile-only {
    display: flex !important;
    flex-direction: column;
    gap: 28px;
    width: 100%;
  }

  .tss-blog-m-head {
    margin-bottom: 12px;
  }

  .tss-blog-m-head .tss-blog-h {
    margin: 0;
  }

  .tss-blog-m-cats-label {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #5f5e5e;
  }

  .tss-blog-m-cats-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .tss-blog-m-cats-scroll::-webkit-scrollbar {
    display: none;
  }

  .tss-blog-m-cat {
    flex-shrink: 0;
    border: none;
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    background: #e8e8e8;
    color: #564334;
    cursor: pointer;
  }

  .tss-blog-m-cat.is-active {
    background: #904d00;
    color: #fff;
    font-weight: 800;
    box-shadow: 0 2px 8px rgba(144, 77, 0, 0.25);
  }

  .tss-blog-hero-m {
    margin-bottom: 0;
  }

  .tss-blog-hero-m-title {
    font-size: 0.95rem;
    line-height: 1.35;
  }

  .tss-blog-hero-m-overlay {
    gap: 8px;
    padding: 12px 14px;
  }

  .tss-blog-list-m {
    gap: 14px;
  }

  .tss-blog-cta {
    margin-top: 0;
  }

  .tss-blog-trending {
    margin-top: 0;
  }

  .tss-blog-popular {
    gap: 22px;
  }

  /* Detail mobile */
  .tss-blog-m-topbar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
  }

  .tss-blog-m-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #1a1c1c;
    text-decoration: none;
  }

  .tss-blog-m-back .material-symbols-outlined,  .tss-blog-m-back .tss-icon {
    font-size: 22px;
  }

  .tss-blog-m-topbar-title {
    font-size: 14px;
    font-weight: 700;
    color: #5f5e5e;
  }

  .tss-blog-m-title {
    margin: 0 0 18px;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #1a1c1c;
  }

  .tss-blog-m-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
  }

  .tss-blog-m-avatar {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    object-fit: cover;
    background: #ff5c33;
    flex-shrink: 0;
    display: block;
  }

  .tss-blog-m-author strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #1a1c1c;
  }

  .tss-blog-m-author-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 2px;
    font-size: 12px;
    color: #5f5e5e;
  }

  .tss-blog-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ddc1ae;
  }

  .tss-blog-m-cover {
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    margin-bottom: 22px;
    background: #eee;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  }

  .tss-blog-m-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tss-blog-m .tss-blog-prose {
    font-size: 15px;
    line-height: 1.7;
  }

  .tss-blog-m-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
  }

  .tss-blog-related-m {
    margin-top: 8px;
  }

  .tss-blog-section-head.is-row {
    margin-bottom: 12px;
  }
}
