/* Mobile-only full-scroll refinements for the generic xiazai-56dy binding. */
@media (max-width: 680px) {
  .tconv-template-xiazai-56dy .frontend-filter-toggle {
    border-color: rgba(123, 141, 183, .38) !important;
    background: #111827 !important;
    color: #f8fbff !important;
  }

  .tconv-template-xiazai-56dy .frontend-search-shell > .mb-8 h1 {
    color: #f8fbff !important;
    opacity: 1 !important;
    text-shadow: none !important;
  }

  .tconv-template-xiazai-56dy .frontend-search-shell > .mb-8 p {
    color: #aebbd6 !important;
    opacity: 1 !important;
  }

  .tconv-template-xiazai-56dy .frontend-search-shell > .mb-8 p .text-foreground {
    color: #f8fbff !important;
  }

  .tconv-template-xiazai-56dy .xiazai56dy-generic-footer {
    margin-top: 28px;
    padding: 24px 14px calc(84px + env(safe-area-inset-bottom));
  }

  .tconv-template-xiazai-56dy .xiazai56dy-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
    width: 100%;
  }

  .tconv-template-xiazai-56dy .xiazai56dy-footer-brand {
    grid-column: 1 / -1;
  }

  .tconv-template-xiazai-56dy .xiazai56dy-footer-brand h2,
  .tconv-template-xiazai-56dy .xiazai56dy-footer-col h3 {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .tconv-template-xiazai-56dy .xiazai56dy-footer-brand p {
    margin: 0;
    font-size: 12px;
    line-height: 1.65;
  }

  .tconv-template-xiazai-56dy .xiazai56dy-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 10px;
  }

  .tconv-template-xiazai-56dy .xiazai56dy-footer-links a {
    min-width: 0;
    font-size: 12px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .tconv-template-xiazai-56dy .xiazai56dy-footer-col:last-child {
    grid-column: 1 / -1;
  }

  .tconv-template-xiazai-56dy .xiazai56dy-footer-col:last-child .xiazai56dy-footer-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tconv-template-xiazai-56dy .xiazai56dy-footer-copy {
    width: 100%;
    margin-top: 18px;
    padding-top: 14px;
    font-size: 11px;
    line-height: 1.5;
  }
}
