/* v1.0.47.9 - mobile single article cleanup */
@media (max-width: 767px) {
  body.single-post .article-content-wrap {
    overflow: hidden;
    padding: 14px;
    border-radius: 24px;
  }

  body.single-post .article-content {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.single-post .t112-article-tip-card {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    align-items: start !important;
    margin: 24px 0 0 !important;
    padding: 20px 18px !important;
    border-radius: 24px !important;
    background: radial-gradient(circle at 100% 0%, rgba(255,214,10,.24), transparent 34%), linear-gradient(135deg, #07111f 0%, #111827 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 18px 42px rgba(15,23,42,.18) !important;
    clear: both;
  }

  body.single-post .t112-article-tip-card-copy span {
    display: inline-flex !important;
    width: fit-content;
    margin-bottom: 6px;
  }

  body.single-post .t112-article-tip-card h2 {
    margin: 10px 0 8px !important;
    font-size: clamp(2rem, 8vw, 2.45rem) !important;
    line-height: 0.98 !important;
    color: #ffffff !important;
  }

  body.single-post .t112-article-tip-card p {
    color: rgba(255,255,255,.78) !important;
    font-size: 1rem !important;
    line-height: 1.65 !important;
  }

  body.single-post .t112-article-tip-button {
    width: 100% !important;
    min-height: 50px !important;
    justify-content: center !important;
    font-size: .98rem !important;
  }

  body.single-post .persportal-gallery-under-text {
    width: 100% !important;
    margin: 24px 0 0 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    box-shadow: 0 18px 42px rgba(15,23,42,.12) !important;
    content-visibility: visible !important;
    contain-intrinsic-size: auto !important;
  }

  body.single-post .persportal-gallery-head {
    display: grid !important;
    gap: 10px !important;
    align-items: start !important;
    padding: 16px 16px 14px !important;
  }

  body.single-post .persportal-gallery-head strong {
    justify-self: start !important;
  }

  body.single-post .persportal-gallery-head h2 {
    font-size: clamp(2rem, 8vw, 2.55rem) !important;
    line-height: 1 !important;
  }

  body.single-post .persportal-gallery-stage {
    border-radius: 0 !important;
  }

  body.single-post .persportal-gallery-photo-info {
    padding: 14px 16px !important;
    background: #ffffff !important;
  }

  body.single-post .persportal-gallery-thumbs {
    padding: 12px !important;
    gap: 10px !important;
    background: #f8fafc !important;
  }

  body.single-post .persportal-gallery-thumbs img {
    border-radius: 14px !important;
  }

  body.single-post .persportal-gallery .gallery-nav {
    width: 42px !important;
    height: 42px !important;
  }

  body.single-post .t112-dark-toggle {
    right: 12px !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 16px 32px rgba(15,23,42,.22) !important;
  }

  body.single-post .t112-dark-toggle::after {
    display: none !important;
  }
}
