/* =========================
SINGLE PAGE
========================= */
.single-page{background:#071426;padding:40px 0 60px}
/* =========================
BREADCRUMB
========================= */
#breadcrumbs{margin-bottom:25px;color:#8fa3b8;font-size:13px}
#breadcrumbs a{color:#dce7f3;text-decoration:none}
/* =========================
ARTICLE WRAP
========================= */
.article-wrap{background:#0d1b2e;border-radius:20px;padding:40px;border:1px solid rgba(255,255,255,.06);margin-bottom:30px}
/* =========================
TITLE
========================= */
.single-title{color:#fff;font-size:42px;line-height:58px;font-weight:700;margin:0 0 25px}
/* =========================
META
========================= */
.post-meta{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:35px;padding-bottom:25px;border-bottom:1px solid rgba(255,255,255,.06)}
.post-meta span,.post-meta h4{color:#8fa3b8;font-size:14px;margin:0}
.post-meta a{color:#ffc107;text-decoration:none}
/* =========================
CONTENT
========================= */
.post-content{color:#dce7f3;font-size:16px;line-height:34px}
.post-content p{margin-bottom:24px}
.post-content h2,.post-content h3,.post-content h4{color:#fff;margin:40px 0 20px;line-height:1.4}
.post-content img{max-width:100%;height:auto;border-radius:14px;margin:25px 0}
.post-content ul,.post-content ol{padding-left:20px;margin-bottom:25px}
/* LIST BASE */
.post-content ul{list-style:none;padding:0;margin:25px 0}
.post-content ul li{background:#132743;padding:14px 18px;margin-bottom:12px;border-radius:12px;position:relative;padding-left:42px;box-shadow:0 6px 18px rgba(0,0,0,.15);transition:.2s ease}
/* bullet custom */
.post-content ul li::before{content:"✔";position:absolute;left:16px;top:14px;color:#ffc107;font-weight:bold}
.post-content ul li:hover{transform:translateY(-2px);background:#173250}
/* ORDERED LIST */
.post-content ol{list-style:decimal}
/* NESTED OL */
.post-content ol ol{list-style:lower-alpha;margin-top:10px}
/* IMPROVE VISUAL HIERARCHY */
.post-content li::marker{color:#ffc107;font-weight:600}
/* STRONG INSIDE LIST */
.post-content li strong{color:#fff}
.post-content a{color:#ffc107}
.post-content blockquote{background:linear-gradient(135deg,#132743,#0f1c2e);border-left:4px solid #ffc107;padding:25px;border-radius:12px;margin:30px 0;color:#dce7f3}
.entry-content table,.post-content table{width:100%;max-width:100%;margin:20px 0;border-collapse:collapse;border-spacing:0;background:#fff;border:1px solid #e5e5e5;border-radius:10px;overflow:hidden;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;box-shadow:0 2px 10px rgba(0,0,0,.04)}
/* Header */
.entry-content table thead,.post-content table thead{background:#f7f7f7}
/* TH */
.entry-content table th,.post-content table th{padding:14px 16px;font-size:15px;font-weight:700;color:#222;border:1px solid #ececec;white-space:nowrap;vertical-align:middle}
/* TD */
.entry-content table td,.post-content table td{padding:12px 16px;font-size:14px;line-height:1.7;color:#444;border:1px solid #f0f0f0;vertical-align:top;word-break:break-word}
/* Zebra */
.entry-content table tbody tr:nth-child(even),.post-content table tbody tr:nth-child(even){background:#fcfcfc}
/* Hover */
.entry-content table tbody tr:hover,.post-content table tbody tr:hover{background:#f9fbff;transition:.2s ease}
/* Links */
.entry-content table a,.post-content table a{color:#0073aa;font-weight:600;text-decoration:none}
.entry-content table a:hover,.post-content table a:hover{text-decoration:underline}
/* Images inside table */
.entry-content table img,.post-content table img{max-width:100%;height:auto;border-radius:6px}
/* Mobile */
@media (max-width:767px){.entry-content table,.post-content table{font-size:13px;border-radius:8px}.entry-content table th,.post-content table th,.entry-content table td,.post-content table td{padding:10px 12px}}
/* =========================
TAGS
========================= */
.thetags{margin-top:40px;padding-top:30px;border-top:1px solid rgba(255,255,255,.06)}
.thetags a{display:inline-block;background:#132743;color:#dce7f3;padding:8px 15px;border-radius:30px;margin:5px;text-decoration:none;transition:.3s}
.thetags a:hover{background:#ffc107;color:#000}
/* =========================
RELATED
========================= */
.related-wrap{margin-top:50px}
.related-heading{color:#fff;font-size:28px;font-weight:700;margin-bottom:30px}
.related-card{background:#132743;border-radius:16px;overflow:hidden;margin-bottom:25px;transition:.3s;border:1px solid rgba(255,255,255,.05);height:100%}
.related-card:hover{transform:translateY(-5px)}
.related-thumb{display:block;overflow:hidden}
.related-thumb img{width:100%;height:180px;object-fit:cover;transition:.5s}
.related-card:hover img{transform:scale(1.05)}
.related-content{padding:20px}
.related-title{margin:0;font-size:18px;line-height:30px;font-weight:700;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.related-title a{color:#fff;text-decoration:none}
.related-title a:hover{color:#ffc107}
/* =========================
SIDEBAR
========================= */
.sidebar-box{background:#0d1b2e;border-radius:20px;padding:28px;margin-bottom:30px;border:1px solid rgba(255,255,255,.06)}
.sidebar-title{color:#fff;font-size:24px;font-weight:700;margin:0 0 25px;padding-bottom:15px;position:relative}
.sidebar-title:after{content:'';width:60px;height:3px;background:#ffc107;position:absolute;left:0;bottom:0}
/* =========================
WP SIDEBAR
========================= */
.sidebar{color:#dce7f3}
.sidebar ul{list-style:none;padding:0;margin:0}
.sidebar li{margin-bottom:12px}
.sidebar a{color:#dce7f3;text-decoration:none}
.sidebar a:hover{color:#ffc107}
/* =========================
RESPONSIVE
========================= */
@media(max-width:991px){.single-title{font-size:34px;line-height:48px}}
@media(max-width:767px){.single-page{padding:25px 0 40px}.article-wrap{padding:25px}.single-title{font-size:28px;line-height:42px}.post-content{font-size:15px;line-height:30px}}
/* =========================
SIDEBAR
========================= */
.sidebar-box{background:#0d1b2e;border-radius:18px;padding:28px;margin-bottom:30px;border:1px solid rgba(255,255,255,.06)}
.sidebar-title{color:#fff;font-size:22px;font-weight:700;margin:0 0 25px;padding-bottom:15px;position:relative}
.sidebar-title:after{content:'';width:60px;height:3px;background:#ffc107;position:absolute;left:0;bottom:0}
/* =========================
SEARCH
========================= */
.sidebar-search{position:relative}
.sidebar-search input{width:100%;height:52px;border:none;background:#132743;border-radius:50px;padding:0 60px 0 22px;color:#fff;outline:none}
.sidebar-search button{position:absolute;right:6px;top:6px;width:40px;height:40px;border:none;border-radius:50%;background:#ffc107;color:#000}
/* =========================
CATEGORY LIST
========================= */
.sidebar-list{list-style:none;padding:0;margin:0}
.sidebar-list li{border-bottom:1px solid rgba(255,255,255,.06)}
.sidebar-list li:last-child{border:none}
.sidebar-list li a{display:inline-block;color:#dce7f3;padding:14px 0;text-decoration:none;transition:.3s}
.sidebar-list li a:hover{color:#ffc107;padding-left:8px}
.sidebar-list .count{float:right;color:#7f96ad;margin-top:14px}
/* =========================
POPULAR POST
========================= */
.popular-post{display:flex;gap:15px;margin-bottom:22px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.06)}
.popular-post:last-child{border:none;margin:0;padding:0}
.popular-thumb{width:90px;flex:0 0 90px;overflow:hidden;border-radius:12px}
.popular-thumb img{width:100%;height:90px;object-fit:cover;transition:.4s}
.popular-post:hover img{transform:scale(1.05)}
.popular-content h4{margin:0 0 10px;font-size:15px;line-height:26px;font-weight:700}
.popular-content h4 a{color:#fff;text-decoration:none}
.popular-content h4 a:hover{color:#ffc107}
.popular-content span{color:#7f96ad;font-size:12px}
/* =========================
TAGS
========================= */
.sidebar-tags a{display:inline-block;padding:10px 15px;background:#132743;color:#dce7f3;border-radius:40px;margin:5px;text-decoration:none;transition:.3s}
.sidebar-tags a:hover{background:#ffc107;color:#000}
/* =========================
SUPPORT
========================= */
.support-box p{color:#9fb3c8;line-height:28px;margin-bottom:25px}
.support-btn{display:inline-block;padding:14px 24px;background:#ffc107;color:#000!important;border-radius:50px;font-weight:700;text-decoration:none!important;transition:.3s}
.support-btn:hover{background:#fff}
/* =========================
RESPONSIVE
========================= */
@media(max-width:991px){.sidebar{margin-top:30px}}
