/* =========================================================
   普通文章详情页 single.php / single-post.php
========================================================= */
.lt-single-page {
    background: #06110c;
    color: #f8faf8;
}

.lt-single-page a {
    color: inherit;
    text-decoration: none;
}

.lt-single-container {
    width: min(1000px, calc(100% - 40px));
    margin-inline: auto;
}

.lt-single-narrow {
    width: min(860px, calc(100% - 40px));
}

.lt-single-hero {
    padding: 36px 0 42px;
    text-align: center;
    background:
        radial-gradient(circle at 16% 16%, rgba(34, 197, 94, .16), transparent 28%),
        radial-gradient(circle at 84% 6%, rgba(248, 201, 90, .14), transparent 26%),
        linear-gradient(180deg, #06110c 0%, #07180f 55%, #06110c 100%);
}

.lt-single-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #a9baaf;
    font-size: 13px;
    font-weight: 750;
}

.lt-single-breadcrumb a {
    color: #dce8e0;
}

.lt-single-breadcrumb a:hover {
    color: #f8c95a;
}

.lt-single-hero h1 {
    max-width: 860px;
    margin: 0 auto 16px;
    color: #fff;
    
    line-height: 1.18;
    letter-spacing: -0.04em;
    font-weight: 950;
}

.lt-single-desc {
    display: none;
}

.lt-single-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 13px;
}

.lt-single-meta span {
    padding: 7px 11px;
    border-radius: 999px;
    color: #dce8e0;
    background: rgba(255, 255, 255, .075);
    border: 1px solid rgba(255, 255, 255, .1);
    font-size: 12px;
    font-weight: 850;
}

.lt-single-body-section {
    padding: 36px 0;
    background: #07130e;
}

.lt-single-featured-image {
    margin: 0 0 24px;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .06);
}

.lt-single-featured-image img {
    width: 100%;
    max-height: 440px;
    display: block;
    object-fit: cover;
}

.lt-single-content {
    padding: 30px;
    border-radius: 24px;
    color: #e6eee8;
    background: linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .052));
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 16px 44px rgba(0, 0, 0, .20);
    font-size: 17px;
    line-height: 1.9;
}

.lt-single-content h2 {
    margin: 34px 0 15px;
    color: #fff;
    
    line-height: 1.26;
    letter-spacing: -0.035em;
}

.lt-single-content h3 {
    margin: 26px 0 12px;
    color: #fff;
    
    line-height: 1.3;
}

.lt-single-content p {
    margin: 0 0 20px;
}

.lt-single-content a {
    color: #f8c95a;
    border-bottom: 1px solid rgba(248, 201, 90, .38);
}

.lt-single-content ul,
.lt-single-content ol {
    margin: 0 0 22px 22px;
    padding: 0;
}

.lt-single-content li {
    margin-bottom: 8px;
}

.lt-single-content table {
    width: 100%;
    margin: 26px 0;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 14px;
    font-size: 14px;
}

.lt-single-content th,
.lt-single-content td {
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, .12);
}

.lt-single-content th {
    color: #f8c95a;
    background: rgba(0, 0, 0, .25);
}

.lt-single-content td {
    color: #dce8e0;
    background: rgba(255, 255, 255, .055);
}

.lt-single-content img {
    width: auto;
    max-width: min(100%, 760px);
    max-height: 520px;
    height: auto;
    display: block;
    margin: 26px auto 10px;
    border-radius: 18px;
    object-fit: contain;
}

.lt-single-content figure {
    max-width: 100%;
    margin: 26px auto;
    text-align: center;
}

.lt-single-content figcaption,
.lt-single-content .wp-caption-text,
.lt-single-content .wp-element-caption {
    max-width: 720px;
    margin: 8px auto 0;
    color: #a9baaf;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
}

.lt-single-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 18px;
    color: #dce8e0;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
}

.lt-single-tags strong {
    color: #f8c95a;
}

.lt-single-tags a {
    color: #dce8e0;
    font-size: 13px;
}

.lt-single-nav-section,
.lt-single-related-section,
.lt-single-guide-section {
    padding: 0 0 42px;
    background: #07130e;
}

.lt-single-prev-next {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.lt-single-prev,
.lt-single-next,
.lt-single-related-card,
.lt-single-empty,
.lt-single-guide-grid a {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .075);
    border: 1px solid rgba(255, 255, 255, .14);
}

.lt-single-prev span,
.lt-single-next span,
.lt-single-related-card span,
.lt-single-guide-grid span {
    display: block;
    margin-bottom: 8px;
    color: #f8c95a;
    font-size: 12px;
    font-weight: 950;
}

.lt-single-prev a,
.lt-single-next a {
    color: #fff;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 900;
}

.lt-single-prev p,
.lt-single-next p,
.lt-single-related-card p,
.lt-single-empty p,
.lt-single-guide-grid p {
    margin: 0;
    color: #a9baaf;
    font-size: 13.5px;
    line-height: 1.62;
}

.lt-single-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 20px;
}

.lt-single-section-head h2 {
    margin: 7px 0 0;
    color: #fff;
    
    line-height: 1.18;
    letter-spacing: -0.04em;
}

.lt-single-section-head p {
    max-width: 480px;
    margin: 0;
    color: #a9baaf;
    font-size: 13.5px;
    line-height: 1.62;
}

.lt-single-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.lt-single-related-card h3 {
    margin: 0 0 10px;
    color: #fff;
    
    line-height: 1.3;
    letter-spacing: -0.035em;
}

.lt-single-guide-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.lt-single-guide-grid strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 19px;
    line-height: 1.25;
    letter-spacing: -0.035em;
}

/* Legacy article styles merged here. */

/* 乐体育普通文章详情页样式：single-post.php v6 强制覆盖版
   关键：PHP 使用 lt-single-*，所以这里全部按 lt-single-* 覆盖。
*/
:root {
    --lt-bg: #06110c;
    --lt-bg-soft: #07130e;
    --lt-card: rgba(255,255,255,.075);
    --lt-card-strong: rgba(255,255,255,.105);
    --lt-border: rgba(255,255,255,.13);
    --lt-text: #f8faf8;
    --lt-body: #e6eee8;
    --lt-muted: #a9baaf;
    --lt-muted-light: rgba(229, 239, 232, .68);
    --lt-gold: #f8c95a;
    --lt-green: #22c55e;
    --lt-shadow: 0 10px 28px rgba(0,0,0,.20);
}

/* 容器：文章页不再使用 1480px 大宽度，阅读区收窄 */

/* 文章标题：不再居中、不再超大 */

/* 标题区和正文框距离收紧 */

/* 正文小标题：整体压小 */

/* 图片：贴近正文框顶部；图片名固定在图片下方居中、浅色 */

/* PHP 已经只取 3 篇，这里再兜底隐藏第 4 篇以后 */

@media (max-width: 768px) {

    /* 手机端四个专题导览卡片：一行两个 */
}


/* v1.0.4 单篇文章修复：900px 正文、图片说明居中、标签与正文换行 */


/* Article responsive and image/caption normalization */
@media (max-width: 960px) {

    .lt-single-related-grid,
    .lt-single-guide-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {

    .lt-single-container,
    .lt-single-narrow { width: min(100%, calc(100% - 20px)); }

    .lt-single-hero { padding: 22px 0 28px; }

    .lt-single-breadcrumb { margin-bottom: 14px; font-size: 12px; }

    .lt-single-hero h1 {  line-height: 1.22; }

    .lt-single-meta { margin-top: 14px; gap: 7px; }

    .lt-single-meta span { padding: 6px 9px; font-size: 11.5px; }

    .lt-single-body-section { padding: 22px 0; }

    .lt-single-content { padding: 17px; border-radius: 20px; font-size: 15px; line-height: 1.82; }

    .lt-single-content h2,
    .lt-single-content h3 {  }

    .lt-single-content img { max-height: 420px; margin: 22px auto 8px; border-radius: 15px; }

    .lt-single-prev-next,
    .lt-single-related-grid,
    .lt-single-guide-grid { grid-template-columns: 1fr; }

    .lt-single-section-head { align-items: flex-start; flex-direction: column; }

    .lt-single-nav-section,
    .lt-single-related-section,
    .lt-single-guide-section { padding-bottom: 24px; }
}

/* Generated related-article posters. */
.lt-generated-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.lt-generated-related-card {
    min-width: 0;
}

.lt-generated-related-card a {
    display: block;
    overflow: hidden;
    aspect-ratio: 9 / 16;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
    background: rgba(255, 255, 255, .06);
}

.lt-generated-related-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .22s ease;
}

.lt-generated-related-card a:hover img {
    transform: scale(1.035);
}

@media (max-width: 760px) {

    .lt-generated-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .lt-generated-related-card a {
        border-radius: 12px;
    }
}

/* Integrated standalone overrides; formerly compat CSS. */
body.single-post .tf-main,
body.single-post .lt-single-page {
    background:
        radial-gradient(circle at 14% 0%, rgba(34,197,94,.13), transparent 30%),
        radial-gradient(circle at 86% 4%, rgba(248,201,90,.11), transparent 28%),
        var(--lt-bg);
}

body.single-post .tf-main a,
body.single-post .lt-single-page a {
    text-decoration: none;
}

body.single-post .lt-single-container,
body.single-post .lt-single-hero > .lt-single-container,
body.single-post .lt-single-related-section > .lt-single-container,
body.single-post .lt-single-guide-section > .lt-single-container {
    margin-left: auto;
    margin-right: auto;width:min(1000px,calc(100% - 48px));max-width:1000px;
}

body.single-post .lt-single-container.lt-single-narrow,
body.single-post .lt-single-body-section > .lt-single-container,
body.single-post .lt-single-nav-section > .lt-single-container {
    margin-left: auto;
    margin-right: auto;width:min(900px,calc(100% - 48px));max-width:900px;
}

body.single-post .lt-single-hero {
    padding: 18px 0 12px;
    margin: 0;
    text-align: left;
    background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,0));
}

body.single-post .lt-single-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    width: 100%;
    max-width: 1200px;
    margin: 0 0 9px 0;
    padding: 0;
    color: rgba(226,238,230,.7);
    text-align: left;
    font-size: 12.5px;
    line-height: 1.45;
    font-weight: 750;
}

body.single-post .lt-single-breadcrumb a {
    color: rgba(245,250,247,.82);
}

body.single-post .lt-single-breadcrumb a:hover {
    color: var(--lt-gold);
}

body.single-post .lt-single-breadcrumb span:last-child {
    display: inline-block;
    max-width: 560px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(226,238,230,.62);
}

body.single-post .lt-single-title,
body.single-post .lt-single-hero h1 {
    width: 100%;
    max-width: 1180px;
    margin: 0 0 11px 0;
    padding: 0;
    color: #fff;
    text-align: left;
    
    line-height: 1.18;
    letter-spacing: -.03em;
    font-weight: 900;
}

body.single-post .lt-single-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    width: 100%;
    max-width: 1180px;
    margin: 0;
    padding: 0;
    color: rgba(232,238,234,.86);
    text-align: left;
}

body.single-post .lt-single-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
    color: #f5faf7;
    font-size: 12.5px;
    line-height: 1.2;
    font-weight: 800;
}

body.single-post .lt-single-body-section {
    padding: 0 0 14px;
    margin: 0;
    background: var(--lt-bg-soft);
}

body.single-post .lt-single-content {
    padding: 17px 20px;
    margin: 0;
    border-radius: 16px;
    color: var(--lt-body);
    background: linear-gradient(180deg, var(--lt-card-strong), rgba(255,255,255,.052));
    border: 1px solid var(--lt-border);
    box-shadow: var(--lt-shadow);
    font-size: 15px;
    line-height: 1.72;
    text-align: left;max-width:900px;margin-left:auto;margin-right:auto;
}

body.single-post .lt-single-content > *:first-child {
    margin-top: 0;
}

body.single-post .lt-single-content > *:last-child {
    margin-bottom: 0;
}

body.single-post .lt-single-content p {
    margin: 0 0 11px;
    color: var(--lt-body);
    font-size: 15px;
    line-height: 1.72;
}

body.single-post .lt-single-content h2 {
    margin: 13px 0 6px;
    color: #fff;
    
    line-height: 1.35;
    letter-spacing: -.015em;
    font-weight: 850;
}

body.single-post .lt-single-content h3 {
    margin: 13px 0 6px;
    color: #fff;
    
    line-height: 1.35;
    font-weight: 820;
}

body.single-post .lt-single-content h4 {
    margin: 13px 0 6px;
    color: #fff;
    font-size: 15px;
    line-height: 1.38;
    font-weight: 800;
}

body.single-post .lt-single-content a {
    color: var(--lt-gold);
    border-bottom: 1px solid rgba(248,201,90,.36);
}

body.single-post .lt-single-content ul,
body.single-post .lt-single-content ol {
    margin: 0 0 12px 20px;
    padding: 0;
}

body.single-post .lt-single-content li {
    margin-bottom: 5px;
}

body.single-post .lt-single-content blockquote {
    margin: 13px 0;
    padding: 11px 13px;
    border-left: 3px solid var(--lt-gold);
    border-radius: 14px;
    background: rgba(248,201,90,.07);
    color: #eef7f0;
}

body.single-post .lt-single-content table {
    width: 100%;
    margin: 13px 0;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 14px;
    font-size: 13.5px;
}

body.single-post .lt-single-content th,
body.single-post .lt-single-content td {
    padding: 9px 10px;
    border: 1px solid rgba(255,255,255,.12);
}

body.single-post .lt-single-content th {
    color: var(--lt-gold);
    background: rgba(0,0,0,.25);
}

body.single-post .lt-single-content td {
    color: #dce8e0;
    background: rgba(255,255,255,.055);
}

body.single-post .lt-single-content figure,
body.single-post .lt-single-content .lt-image-figure,
body.single-post .lt-single-content .wp-caption,
body.single-post .lt-single-content .wp-block-image {
    padding: 0;display:table;width:auto;max-width:min(100%,760px);margin:8px auto 14px;text-align:center;
}

body.single-post .lt-single-content figure:first-child,
body.single-post .lt-single-content .lt-image-figure:first-child,
body.single-post .lt-single-content .wp-caption:first-child,
body.single-post .lt-single-content .wp-block-image:first-child,
body.single-post .lt-single-content > p:first-child {
    margin-top: 0;
}

body.single-post .lt-single-content img {
    width: auto;
    max-width: min(100%, 760px);
    max-height: 520px;
    height: auto;
    display: block;
    margin: 7px auto 4px;
    padding: 0;
    border-radius: 14px;
    object-fit: contain;
}

body.single-post .lt-single-content figure:first-child img,
body.single-post .lt-single-content .lt-image-figure:first-child img,
body.single-post .lt-single-content .wp-block-image:first-child img,
body.single-post .lt-single-content .wp-caption:first-child img,
body.single-post .lt-single-content > p:first-child img {
    margin-top: 0;
}

body.single-post .lt-single-content figure img,
body.single-post .lt-single-content .lt-image-figure img,
body.single-post .lt-single-content .wp-caption img,
body.single-post .lt-single-content .wp-block-image img,
body.single-post .lt-single-content p > img:only-child {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

body.single-post .lt-single-content figcaption,
body.single-post .lt-single-content .lt-image-caption,
body.single-post .lt-single-content .wp-caption-text,
body.single-post .lt-single-content .wp-element-caption {
    padding: 0;display:table-caption;caption-side:bottom;width:100%;max-width:760px;margin:0 auto;padding-top:6px;color:rgba(229,239,232,.68);text-align:center;font-size:12.5px;line-height:1.55;font-weight:500;
}

body.single-post .lt-single-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    padding: 11px 14px;
    border-radius: 14px;
    color: #dce8e0;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
}

body.single-post .lt-single-tags strong {
    color: var(--lt-gold);
    font-size: 12.5px;
}

body.single-post .lt-single-tags a {
    color: rgba(232,238,234,.88);
    font-size: 12.5px;
    font-weight: 750;
}

body.single-post .lt-single-nav-section,
body.single-post .lt-single-related-section,
body.single-post .lt-single-guide-section {
    padding: 0 0 20px;
    background: var(--lt-bg-soft);
}

body.single-post .lt-single-prev-next {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 10px;
}

body.single-post .lt-single-prev-next > div,
body.single-post .lt-single-related-card,
body.single-post .lt-single-guide-grid a,
body.single-post .lt-single-empty {
    padding: 13px;
    border-radius: 14px;
    background: var(--lt-card);
    border: 1px solid var(--lt-border);
}

body.single-post .lt-single-prev-next span,
body.single-post .lt-single-related-card span,
body.single-post .lt-single-guide-grid span {
    display: block;
    margin-bottom: 6px;
    color: var(--lt-gold);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
}

body.single-post .lt-single-prev-next a {
    color: #fff;
    font-size: 15px;
    line-height: 1.42;
    font-weight: 850;
}

body.single-post .lt-single-prev-next p {
    margin: 0;
    color: var(--lt-muted);
    font-size: 12.5px;
}

body.single-post .lt-single-section-head {
    margin-bottom: 8px;
}

body.single-post .lt-single-section-head h2 {
    margin: 0;
    color: #fff;
    
    line-height: 1.3;
    letter-spacing: -.015em;
}

body.single-post .lt-single-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

body.single-post .lt-single-related-card:nth-child(n+4) {
    display: none;
}

body.single-post .lt-single-related-card h3 {
    margin: 0;
    color: #fff;
    
    line-height: 1.42;
    letter-spacing: -.01em;
}

body.single-post .lt-single-related-card h3 a {
    color: #fff;
}

body.single-post .lt-single-related-card p {
    margin: 6px 0 0;
    color: var(--lt-muted);
    font-size: 12.5px;
    line-height: 1.6;
}

body.single-post .lt-single-empty h3 {
    margin: 0 0 6px;
    color: #fff;
}

body.single-post .lt-single-empty p {
    margin: 0;
    color: var(--lt-muted);
}

body.single-post .lt-single-guide-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
}

body.single-post .lt-single-guide-grid a {
    display: block;
    color: inherit;
}

body.single-post .lt-single-guide-grid strong {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 1.32;
    letter-spacing: -.01em;
}

body.single-post .lt-single-guide-grid p {
    margin: 6px 0 0;
    color: var(--lt-muted);
    font-size: 12.5px;
    line-height: 1.58;
}

@media (max-width: 960px) {

    body.single-post .lt-single-related-grid,
    body.single-post .lt-single-guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {

    body.single-post .lt-single-container,
    body.single-post .lt-single-container.lt-single-narrow,
    body.single-post .lt-single-hero > .lt-single-container,
    body.single-post .lt-single-body-section > .lt-single-container,
    body.single-post .lt-single-nav-section > .lt-single-container,
    body.single-post .lt-single-related-section > .lt-single-container,
    body.single-post .lt-single-guide-section > .lt-single-container {
        width: min(100%, calc(100% - 20px));
    }

    body.single-post .lt-single-hero {
        padding: 12px 0 8px;
    }

    body.single-post .lt-single-breadcrumb {
        margin-bottom: 7px;
        font-size: 11px;
        gap: 6px;
    }

    body.single-post .lt-single-breadcrumb span:last-child {
        max-width: 180px;
    }

    body.single-post .lt-single-title,
    body.single-post .lt-single-hero h1 {
        max-width: 100%;
        margin-bottom: 8px;
        
        line-height: 1.24;
        text-align: left;
    }

    body.single-post .lt-single-meta {
        gap: 6px;
    }

    body.single-post .lt-single-meta span {
        min-height: 24px;
        padding: 3px 8px;
        font-size: 11px;
    }

    body.single-post .lt-single-body-section {
        padding: 0 0 12px;
    }

    body.single-post .lt-single-content {
        padding: 12px 11px;
        border-radius: 16px;
        font-size: 13.5px;
        line-height: 1.66;
    }

    body.single-post .lt-single-content p {
        margin-bottom: 8px;
        font-size: 13.5px;
        line-height: 1.66;
    }

    body.single-post .lt-single-content h2 {
        margin-top: 15px;
        
    }

    body.single-post .lt-single-content h3 {
        margin-top: 14px;
        
    }

    body.single-post .lt-single-content h4 {
        font-size: 15px;
    }

    body.single-post .lt-single-content figure,
    body.single-post .lt-single-content .lt-image-figure,
    body.single-post .lt-single-content .wp-caption,
    body.single-post .lt-single-content .wp-block-image {
        margin: 7px auto 9px;
    }

    body.single-post .lt-single-content img {
        margin: 5px auto 3px;
        border-radius: 14px;
    }

    body.single-post .lt-single-content figcaption,
    body.single-post .lt-single-content .lt-image-caption,
    body.single-post .lt-single-content .wp-caption-text,
    body.single-post .lt-single-content .wp-element-caption {
        margin-top: 4px;
        font-size: 12px;
    }

    body.single-post .lt-single-prev-next,
    body.single-post .lt-single-related-grid {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    body.single-post .lt-single-guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    body.single-post .lt-single-prev-next > div,
    body.single-post .lt-single-related-card,
    body.single-post .lt-single-guide-grid a,
    body.single-post .lt-single-empty {
        padding: 10px;
        border-radius: 14px;
    }

    body.single-post .lt-single-guide-grid span {
        margin-bottom: 6px;
        font-size: 11px;
    }

    body.single-post .lt-single-guide-grid strong {
        font-size: 13.5px;
        line-height: 1.3;
    }

    body.single-post .lt-single-guide-grid p {
        margin-top: 6px;
        font-size: 11.8px;
        line-height: 1.48;
    }

    body.single-post .lt-single-section-head h2 {
        
    }
}


@media (max-width: 480px) {

    body.single-post .lt-single-container,
    body.single-post .lt-single-container.lt-single-narrow,
    body.single-post .lt-single-hero > .lt-single-container,
    body.single-post .lt-single-body-section > .lt-single-container,
    body.single-post .lt-single-nav-section > .lt-single-container,
    body.single-post .lt-single-related-section > .lt-single-container,
    body.single-post .lt-single-guide-section > .lt-single-container {
        width: min(100%, calc(100% - 18px));
    }

    body.single-post .lt-single-title,
    body.single-post .lt-single-hero h1 {
        
        line-height: 1.24;
    }

    body.single-post .lt-single-meta {
        gap: 5px;
    }

    body.single-post .lt-single-meta span {
        min-height: 23px;
        padding: 3px 7px;
        font-size: 10.8px;
    }

    body.single-post .lt-single-content {
        padding: 11px 10px;
        font-size: 13.5px;
        line-height: 1.64;
    }

    body.single-post .lt-single-content p {
        font-size: 13.5px;
        line-height: 1.64;
    }

    body.single-post .lt-single-content h2 {
        
    }

    body.single-post .lt-single-content h3 {
        
    }

    body.single-post .lt-single-guide-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 360px) {

    body.single-post .lt-single-title,
    body.single-post .lt-single-hero h1 {
        
    }

    body.single-post .lt-single-guide-grid {
        gap: 7px;
    }

    body.single-post .lt-single-guide-grid a {
        padding: 10px;
    }

    body.single-post .lt-single-guide-grid strong {
        font-size: 13.5px;
    }

    body.single-post .lt-single-guide-grid p {
        font-size: 11.8px;
    }
}

body.single-post .lt-single-content figure img,
body.single-post .lt-single-content .lt-image-figure img,
body.single-post .lt-single-content .wp-caption img,
body.single-post .lt-single-content .wp-block-image img{display:block;margin:0 auto 6px;}

body.single-post .lt-single-content .lt-inline-tags{display:block;margin:0 0 12px;color:rgba(229,239,232,.82);font-weight:800;line-height:1.7;}

body.single-post .lt-single-content .lt-inline-tags + p{margin-top:0;}

@media (max-width:768px){

body.single-post .lt-single-container,body.single-post .lt-single-hero > .lt-single-container,body.single-post .lt-single-related-section > .lt-single-container,body.single-post .lt-single-guide-section > .lt-single-container,body.single-post .lt-single-container.lt-single-narrow,body.single-post .lt-single-body-section > .lt-single-container,body.single-post .lt-single-nav-section > .lt-single-container{width:min(100%,calc(100% - 24px));max-width:100%;}}

body .lt-single-container {
    width: min(1000px, calc(100% - 32px));
    margin-left: auto;
    margin-right: auto;
}

body .lt-single-container.lt-single-narrow,
body .lt-single-narrow {
    width: min(900px, calc(100% - 32px));
    max-width: 900px;
}

body .lt-single-content .lt-image-figure {
    width: fit-content;
    max-width: 100%;
    display: block;
    margin: 0 auto 22px;
    text-align: center;
}

body .lt-single-content .lt-image-figure img,
body .lt-single-content figure.lt-image-figure img {
    display: block;
    width: auto;
    max-width: min(100%, 760px);
    max-height: 620px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 18px;
}

body .lt-single-content .lt-image-caption,
body .lt-single-content figure.lt-image-figure figcaption {
    display: block;
    max-width: min(100%, 760px);
    margin: 8px auto 0;
    color: #a9baaf;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
}

body .lt-single-content .lt-inline-tags {
    display: block;
    margin: 18px 0 14px;
    color: #c8d8cf;
    font-size: 15px;
    line-height: 1.75;
}

body .lt-single-content .lt-inline-tags strong {
    color: #fff;
    font-weight: 900;
}

body .lt-single-content .lt-inline-tags + p { margin-top: 0; }

@media (max-width: 760px) {

    body .lt-single-container,
    body .lt-single-container.lt-single-narrow,
    body .lt-single-narrow {
        width: min(100%, calc(100% - 20px));
        max-width: none;
    }

    body .lt-single-content {
        padding: 15px;
        font-size: 15px;
        line-height: 1.78;
    }
}

@media (max-width: 768px) {

    body.single-post .lt-single-guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    body.single-post .lt-single-guide-grid a {
        min-width: 0;
        padding: 12px 10px;
    }

    body.single-post .lt-single-guide-grid strong {
        font-size: 14px;
        line-height: 1.25;
    }

    body.single-post .lt-single-guide-grid p {
        font-size: 12px;
        line-height: 1.45;
    }
}
