/*
Theme Name: JNews - NULLPHPSCRIPT.COM
Version: 12.0.12
Theme URI: http://themeforest.net
Description: JNews
Author: Jegtheme
Author URI: http://jegtheme.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  custom-background,custom-colors, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: jnews
*/


/* ONES FINANCE PORTAL COMPLETE STYLESHEET */
:root {
    --primary-navy: #070d1e;
    --brand-blue: #102a71;
    --accent-green: #10b981;
    --accent-amber: #d97706;
    --accent-blue: #2563eb;
    --accent-purple: #7c3aed;
    --text-main: #0f172a;
    --text-muted: #64748b;
    --bg-page: #f8fafc;
    --bg-card: #ffffff;
    --border-color: #e2e8f0;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    background-color: var(--bg-page) !important;
    color: var(--text-main) !important;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
}

a { color: inherit; text-decoration: none; }

.ones-container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }

/* CRITICAL INPUT STYLING */
input[type="text"],
input[type="email"],
input[type="search"],
textarea,
.footer-in,
.nl-input-field,
.art-nl-in,
.search-input {
    background-color: #ffffff !important;
    color: #0f172a !important;
    caret-color: #0f172a !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
}
input::placeholder, textarea::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
}
input:focus, textarea:focus {
    border-color: #10b981 !important;
    outline: 2px solid rgba(16, 185, 129, 0.25) !important;
    background-color: #ffffff !important;
    color: #0f172a !important;
}

/* HEADER */
.ones-portal-header { width: 100%; position: relative; z-index: 100; }
.ones-micro-bar {
    background-color: var(--primary-navy);
    color: #94a3b8;
    font-size: 12.5px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.micro-flex { display: flex; justify-content: space-between; align-items: center; }
.micro-left { display: flex; align-items: center; gap: 14px; }
.market-status-badge { color: var(--accent-green); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.pulse-dot { width: 7px; height: 7px; background-color: var(--accent-green); border-radius: 50%; display: inline-block; box-shadow: 0 0 8px var(--accent-green); }
.breaking-news-wrap { display: flex; align-items: center; gap: 10px; max-width: 50%; }
.breaking-label { background-color: #dc2626; color: #fff; font-size: 10.5px; font-weight: 800; padding: 2px 7px; border-radius: 3px; letter-spacing: 0.5px; }
.breaking-ticker a { color: #cbd5e1; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
.breaking-ticker a:hover { color: #ffffff; }
.micro-right { display: flex; align-items: center; gap: 15px; }
.micro-link { color: #94a3b8; text-decoration: none; font-weight: 500; }
.micro-link:hover { color: #ffffff; }
.dark-mode-toggle { background: transparent; border: none; cursor: pointer; font-size: 14px; }

.ones-brand-bar { background-color: #ffffff; padding: 16px 0; border-bottom: 1px solid #f1f5f9; }
.brand-flex { display: flex; justify-content: space-between; align-items: center; }
.brand-trending-tags { display: flex; align-items: center; gap: 10px; }
.trending-tag-title { font-size: 12px; font-weight: 800; color: #64748b; letter-spacing: 0.5px; }
.hot-tag { font-size: 13px; font-weight: 600; color: #1e293b; background-color: #f1f5f9; padding: 4px 10px; border-radius: 20px; text-decoration: none; transition: all 0.2s ease; }
.hot-tag:hover { background-color: var(--brand-blue); color: #ffffff; }
.ones-search-form { display: flex; align-items: center; background-color: #f8fafc; border: 1px solid #cbd5e1; border-radius: 24px; padding: 4px 12px; }
.search-input { border: none !important; background: transparent !important; padding: 6px 8px !important; font-size: 13.5px !important; outline: none !important; width: 220px; }
.search-submit-btn { border: none; background: transparent; cursor: pointer; }

.ones-main-nav-bar { background: linear-gradient(135deg, #0a192f 0%, #102a71 100%); box-shadow: 0 4px 16px rgba(7, 13, 30, 0.15); }
.nav-flex { display: flex; justify-content: space-between; align-items: center; }
.portal-nav-menu { display: flex; list-style: none; gap: 6px; }
.portal-nav-menu li a { color: #ffffff; text-decoration: none; font-size: 14.5px; font-weight: 700; padding: 16px 14px; display: block; transition: all 0.2s ease; }
.portal-nav-menu li:hover a, .portal-nav-menu li.current-menu-item a { color: var(--accent-green); background-color: rgba(255, 255, 255, 0.08); }
.nav-cta-btn { background: linear-gradient(135deg, #10b981 0%, #059669 100%); color: #ffffff; font-size: 13.5px; font-weight: 700; padding: 9px 18px; border-radius: 20px; text-decoration: none; box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3); transition: transform 0.15s ease; }
.nav-cta-btn:hover { transform: translateY(-2px); }

/* HERO */
.ones-hero-section { padding: 25px 0 20px; }
.hero-grid-3box { display: grid; grid-template-columns: 65% calc(35% - 20px); gap: 20px; }
.hero-main-card {
    border-radius: 12px;
    min-height: 440px;
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
    box-shadow: 0 10px 25px -5px rgba(7, 13, 30, 0.2);
    overflow: hidden;
    position: relative;
    background-color: #070d1e;
}
.hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.4s ease;
}
.hero-main-card:hover .hero-bg-img { transform: scale(1.03); }
.hero-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(7, 13, 30, 0.15) 0%, rgba(7, 13, 30, 0.94) 75%);
    z-index: 2;
}
.hero-card-content { position: relative; z-index: 3; }
.hero-cat-badge { display: inline-block; font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.8px; padding: 4px 10px; border-radius: 4px; margin-bottom: 12px; }
.badge-primary { background-color: var(--brand-blue); color: #ffffff; }
.badge-secondary { background-color: var(--accent-amber); color: #ffffff; }
.hero-main-title { font-size: 30px; font-weight: 900; line-height: 1.28; margin-bottom: 12px; }
.hero-main-title a { color: #ffffff !important; text-decoration: none; }
.hero-excerpt { color: #e2e8f0; font-size: 15px; line-height: 1.55; margin-bottom: 16px; max-width: 90%; }
.hero-meta-row { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #cbd5e1; }

.hero-sub-stack { display: flex; flex-direction: column; gap: 20px; }
.hero-sub-card {
    border-radius: 12px;
    flex: 1;
    min-height: 210px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
    box-shadow: 0 8px 20px -4px rgba(7, 13, 30, 0.15);
    overflow: hidden;
    position: relative;
    background-color: #070d1e;
}
.hero-sub-card:hover .hero-bg-img { transform: scale(1.04); }
.sub-card-content { position: relative; z-index: 3; }
.hero-sub-title { font-size: 18px; font-weight: 800; line-height: 1.35; margin: 8px 0 6px; }
.hero-sub-title a { color: #ffffff !important; text-decoration: none; }
.sub-date { font-size: 12px; color: #cbd5e1; }

/* MARKET STRIP */
.ones-live-market-strip { background-color: #ffffff; border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); padding: 12px 0; margin-bottom: 30px; }
.market-strip-flex { display: flex; justify-content: space-between; gap: 12px; overflow-x: auto; }
.market-pill { display: flex; align-items: center; gap: 8px; background-color: var(--bg-page); border: 1px solid var(--border-color); padding: 6px 14px; border-radius: 20px; font-size: 13px; flex-shrink: 0; }
.asset-name { font-weight: 700; color: #0f172a; }
.asset-price { color: #334155; font-weight: 600; }
.asset-change.up { color: #16a34a; font-weight: 700; }
.asset-change.down { color: #dc2626; font-weight: 700; }

/* PORTAL CONTENT GRID */
.ones-portal-content-section { padding-bottom: 60px; }
.portal-layout-grid { display: grid; grid-template-columns: 68% calc(32% - 30px); gap: 30px; }
.portal-category-block { margin-bottom: 45px; }
.block-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #e2e8f0; padding-bottom: 12px; margin-bottom: 22px; }
.block-title { font-size: 21px; font-weight: 800; color: var(--text-main); display: flex; align-items: center; gap: 10px; }
.title-accent { width: 6px; height: 22px; border-radius: 3px; display: inline-block; }
.title-accent.blue { background-color: var(--accent-blue); }
.title-accent.amber { background-color: var(--accent-amber); }
.title-accent.emerald { background-color: var(--accent-green); }
.title-accent.purple { background-color: var(--accent-purple); }
.block-more-link { font-size: 13.5px; font-weight: 700; color: var(--brand-blue); text-decoration: none; }

.investing-matrix-grid { display: grid; grid-template-columns: 55% 45%; gap: 20px; }
.invest-featured-card { background: #ffffff; border: 1px solid var(--border-color); border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.inv-img-wrap { display: block; height: 200px; overflow: hidden; }
.inv-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.inv-body { padding: 18px; }
.badge-tag { font-size: 11px; font-weight: 700; text-transform: uppercase; padding: 3px 8px; border-radius: 4px; display: inline-block; margin-bottom: 8px; }
.badge-tag.blue { background: #dbeafe; color: #1d4ed8; }
.badge-tag.green { background: #d1fae5; color: #065f46; }
.inv-title { font-size: 17px; font-weight: 800; line-height: 1.35; margin-bottom: 8px; }
.inv-title a { color: var(--text-main); text-decoration: none; }
.inv-title a:hover { color: var(--accent-blue); }
.inv-excerpt { font-size: 13.5px; color: var(--text-muted); line-height: 1.5; }

.invest-list-wrap { display: flex; flex-direction: column; gap: 14px; }
.invest-list-item { display: flex; gap: 12px; align-items: center; background: #ffffff; border: 1px solid var(--border-color); border-radius: 8px; padding: 10px; }
.list-thumb { width: 80px; height: 65px; flex-shrink: 0; border-radius: 6px; overflow: hidden; }
.list-thumb img { width: 100%; height: 100%; object-fit: cover; }
.list-title { font-size: 13.5px; font-weight: 700; line-height: 1.35; margin-bottom: 4px; }
.list-title a { color: var(--text-main); text-decoration: none; }
.list-title a:hover { color: var(--accent-blue); }
.list-date { font-size: 11.5px; color: #94a3b8; }

.loans-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.loan-portal-card { background: #ffffff; border: 1px solid var(--border-color); border-radius: 10px; overflow: hidden; box-shadow: 0 2px 6px rgba(0,0,0,0.04); }
.loan-img-wrap { display: block; height: 140px; position: relative; overflow: hidden; }
.loan-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.rate-badge { position: absolute; bottom: 8px; left: 8px; background: var(--accent-amber); color: #fff; font-size: 10.5px; font-weight: 800; padding: 2px 7px; border-radius: 4px; }
.loan-body { padding: 14px; }
.loan-title { font-size: 14.5px; font-weight: 700; line-height: 1.35; margin-bottom: 6px; }
.loan-title a { color: var(--text-main); text-decoration: none; }
.loan-title a:hover { color: var(--accent-blue); }
.loan-desc { font-size: 12.5px; color: var(--text-muted); line-height: 1.45; }

.re-insurance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.re-card { display: flex; gap: 14px; background: #ffffff; border: 1px solid var(--border-color); border-radius: 10px; padding: 14px; box-shadow: 0 2px 6px rgba(0,0,0,0.03); }
.re-thumb { width: 110px; height: 85px; flex-shrink: 0; border-radius: 6px; overflow: hidden; }
.re-thumb img { width: 100%; height: 100%; object-fit: cover; }
.re-title { font-size: 14.5px; font-weight: 700; line-height: 1.35; margin: 4px 0 6px; }
.re-title a { color: var(--text-main); text-decoration: none; }
.re-title a:hover { color: var(--accent-blue); }
.re-date { font-size: 12px; color: #94a3b8; }

.latest-feed-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feed-item-card { background: #ffffff; border: 1px solid var(--border-color); border-radius: 10px; overflow: hidden; box-shadow: 0 2px 6px rgba(0,0,0,0.04); }
.feed-thumb { display: block; height: 150px; position: relative; overflow: hidden; }
.feed-thumb img { width: 100%; height: 100%; object-fit: cover; }
.feed-cat-badge { position: absolute; top: 10px; left: 10px; background: var(--brand-blue); color: #fff; font-size: 10.5px; font-weight: 800; padding: 3px 8px; border-radius: 4px; text-transform: uppercase; }
.feed-body { padding: 15px; }
.feed-title { font-size: 15px; font-weight: 700; line-height: 1.35; margin-bottom: 6px; }
.feed-title a { color: var(--text-main); text-decoration: none; }
.feed-title a:hover { color: var(--accent-blue); }
.feed-excerpt { font-size: 13px; color: var(--text-muted); line-height: 1.5; margin-bottom: 10px; }
.feed-meta { font-size: 11.5px; color: #94a3b8; display: flex; gap: 6px; }

.portal-pagination-bar { margin-top: 35px; text-align: center; }
.portal-pagination-bar a, .portal-pagination-bar span { display: inline-block; padding: 8px 14px; margin: 0 4px; border: 1px solid var(--border-color); background: #ffffff; border-radius: 6px; font-size: 13.5px; font-weight: 700; color: var(--text-main); text-decoration: none; }
.portal-pagination-bar span.current { background-color: var(--brand-blue); color: #ffffff; border-color: var(--brand-blue); }

/* SIDEBAR */
.portal-right-sidebar { display: flex; flex-direction: column; gap: 25px; }
.sidebar-widget-card { background: #ffffff; border: 1px solid var(--border-color); border-radius: 12px; padding: 22px; box-shadow: 0 4px 12px rgba(0,0,0,0.03); }
.widget-header-title { font-size: 17px; font-weight: 800; color: var(--text-main); border-bottom: 2px solid var(--accent-green); padding-bottom: 10px; margin-bottom: 16px; }

.trending-rank-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid #f1f5f9; }
.trending-rank-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.rank-badge { width: 28px; height: 28px; border-radius: 50%; color: #ffffff; font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rank-1 { background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); }
.rank-2 { background: linear-gradient(135deg, #94a3b8 0%, #64748b 100%); }
.rank-3 { background: linear-gradient(135deg, #b45309 0%, #78350f 100%); }
.rank-4, .rank-5 { background: #cbd5e1; color: #334155; }
.rank-title { font-size: 13.5px; font-weight: 700; line-height: 1.35; margin-bottom: 4px; }
.rank-title a { color: var(--text-main); text-decoration: none; }
.rank-title a:hover { color: var(--accent-blue); }
.rank-meta { font-size: 11.5px; color: #94a3b8; }

.c-head-row { display: flex; justify-content: space-between; font-size: 11.5px; font-weight: 700; color: #64748b; border-bottom: 1px solid #f1f5f9; padding-bottom: 6px; margin-bottom: 8px; }
.c-coin-row { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; font-size: 13px; }
.c-asset { display: flex; align-items: center; gap: 8px; }
.coin-icon { width: 22px; height: 22px; border-radius: 50%; color: #fff; font-size: 11px; display: flex; align-items: center; justify-content: center; font-weight: bold; }
.coin-icon.btc { background-color: #f59e0b; }
.coin-icon.eth { background-color: #6366f1; }
.coin-icon.sol { background-color: #10b981; }
.coin-icon.xrp { background-color: #0284c7; }
.c-price { font-weight: 600; color: var(--text-main); }
.c-pill { font-size: 11.5px; font-weight: 700; padding: 2px 7px; border-radius: 4px; }
.c-pill.up { background-color: #d1fae5; color: #047857; }
.c-pill.down { background-color: #fee2e2; color: #b91c1c; }

.vip-newsletter-widget { background: linear-gradient(135deg, #070d1e 0%, #102a71 100%); color: #ffffff; border: none; text-align: center; }
.nl-icon-badge { font-size: 32px; margin-bottom: 8px; }
.nl-headline { font-size: 19px; font-weight: 800; color: #ffffff; margin-bottom: 8px; }
.nl-subtext { font-size: 13px; color: #cbd5e1; line-height: 1.5; margin-bottom: 16px; }
.nl-input-field { width: 100%; padding: 11px 14px; border-radius: 6px; border: 1px solid rgba(255, 255, 255, 0.2); background: #ffffff !important; color: #0f172a !important; font-size: 13.5px; margin-bottom: 10px; outline: none; }
.nl-cta-btn { width: 100%; padding: 12px; background: linear-gradient(135deg, #10b981 0%, #059669 100%); color: #ffffff; font-weight: 800; font-size: 14px; border: none; border-radius: 6px; cursor: pointer; box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35); }
.nl-guarantee { display: block; font-size: 11px; color: #94a3b8; margin-top: 10px; }

.category-pill-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.cat-pill-item { font-size: 12.5px; font-weight: 600; color: var(--text-main); background-color: var(--bg-page); border: 1px solid var(--border-color); padding: 5px 12px; border-radius: 16px; text-decoration: none; }
.cat-pill-item:hover { background-color: var(--brand-blue); color: #ffffff; }

/* SECTOR HUB BANNER */
.category-sector-hub-banner {
    background: radial-gradient(circle at top right, #1e3a8a 0%, #0a192f 50%, #070d1e 100%) !important;
    color: #ffffff !important;
    padding: 48px 0 40px !important;
    margin-bottom: 35px !important;
    border-bottom: 3px solid var(--accent-green);
    position: relative;
    overflow: hidden;
}
.category-sector-hub-banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.15) 0%, transparent 70%);
    pointer-events: none;
}
.banner-inner-wrap { position: relative; z-index: 2; }
.hub-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #94a3b8; margin-bottom: 12px; }
.hub-breadcrumb a { color: #cbd5e1; text-decoration: none; font-weight: 600; }
.hub-breadcrumb a:hover { color: #ffffff; }
.hub-badge-pill { background: rgba(16, 185, 129, 0.2); border: 1px solid #10b981; color: #a7f3d0; font-size: 11.5px; font-weight: 800; padding: 3px 10px; border-radius: 20px; text-transform: uppercase; }
.cat-hub-title { font-size: 42px !important; font-weight: 900 !important; color: #ffffff !important; letter-spacing: -0.5px; margin-bottom: 10px !important; }
.cat-hub-desc { font-size: 16.5px !important; color: #cbd5e1 !important; max-width: 780px !important; line-height: 1.6 !important; margin-bottom: 24px !important; }
.hub-metrics-bar { display: flex; gap: 14px; flex-wrap: wrap; }
.metric-pill { background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 8px; padding: 8px 16px; display: flex; flex-direction: column; gap: 2px; }
.metric-pill .m-label { font-size: 10.5px; font-weight: 800; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.5px; }
.metric-pill .m-val { font-size: 13.5px; font-weight: 700; color: #ffffff; }

.category-post-3grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cat-grid-card { background: #ffffff; border: 1px solid var(--border-color); border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.cat-img-wrap { display: block; height: 160px; overflow: hidden; }
.cat-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.cat-card-body { padding: 16px; }
.cat-card-title { font-size: 15.5px; font-weight: 700; line-height: 1.35; margin-bottom: 6px; }
.cat-card-title a { color: var(--text-main); text-decoration: none; }
.cat-card-title a:hover { color: var(--accent-blue); }
.cat-card-excerpt { font-size: 13px; color: var(--text-muted); line-height: 1.5; margin-bottom: 12px; }
.cat-card-meta { font-size: 12px; color: #94a3b8; display: flex; gap: 6px; }

/* SINGLE POST */
.ones-reading-progress-bar { position: fixed; top: 0; left: 0; height: 4px; background-color: var(--accent-green); width: 0%; z-index: 9999; transition: width 0.1s ease; }
.ones-article-portal-wrapper { padding: 30px 0 60px; }
.article-narrow-container { max-width: 1100px; }
.article-breadcrumb-nav { font-size: 13px; color: var(--text-muted); margin-bottom: 14px; }
.article-breadcrumb-nav a { color: var(--text-muted); text-decoration: none; }
.crumb-sep { margin: 0 6px; }
.article-headline { font-size: 36px; font-weight: 900; color: var(--text-main); line-height: 1.28; margin-bottom: 18px; letter-spacing: -0.5px; }
.article-author-meta-bar { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--border-color); margin-bottom: 25px; }
.author-profile { display: flex; align-items: center; gap: 12px; }
.author-img { width: 48px; height: 48px; border-radius: 50%; }
.author-name-row { display: flex; align-items: center; gap: 6px; font-size: 14.5px; }
.verified-badge { background: var(--accent-blue); color: #fff; font-size: 10px; width: 16px; height: 16px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.post-date-row { font-size: 12.5px; color: var(--text-muted); display: flex; gap: 6px; }
.article-reading-tools { display: flex; align-items: center; gap: 12px; }
.reading-badge { background-color: #f1f5f9; padding: 4px 10px; border-radius: 12px; font-size: 12.5px; font-weight: 600; }
.font-resizer button { background: #ffffff; border: 1px solid var(--border-color); padding: 3px 8px; border-radius: 4px; cursor: pointer; font-weight: bold; }
.article-featured-hero { margin-bottom: 30px; border-radius: 12px; overflow: hidden; }
.hero-full-img { width: 100%; height: auto; display: block; }
.img-caption-note { display: block; font-size: 12px; color: var(--text-muted); margin-top: 6px; text-align: right; }

.article-layout-grid { display: grid; grid-template-columns: 68% calc(32% - 30px); gap: 30px; margin-bottom: 50px; }
.article-main-body { font-size: 18px; line-height: 1.85; color: #334155; }
.article-key-takeaways-box { background-color: #f0fdf4; border-left: 5px solid var(--accent-green); border-radius: 0 8px 8px 0; padding: 22px 26px; margin-bottom: 30px; }
.kt-header { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.kt-header h4 { font-size: 17px; font-weight: 800; color: #166534; margin: 0; }
.kt-list { padding-left: 20px; color: #166534; font-size: 15px; }
.kt-list li { margin-bottom: 8px; }

.content-text-body > p:first-of-type::first-letter { font-size: 3.5em; float: left; line-height: 0.8; margin: 6px 12px 0 0; font-weight: 900; color: var(--text-main); }
.content-text-body h2 { font-size: 26px; font-weight: 800; color: var(--text-main); margin: 38px 0 16px; border-left: 4px solid var(--accent-green); padding-left: 12px; scroll-margin-top: 80px; }
.content-text-body h3 { font-size: 21px; font-weight: 700; color: #1e293b; margin: 28px 0 12px; scroll-margin-top: 80px; }
.content-text-body p { margin-bottom: 22px; }
.content-text-body table { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; border: 1px solid var(--border-color); }
.content-text-body table th { background: var(--primary-navy); color: #fff; padding: 12px 16px; text-align: left; }
.content-text-body table td { padding: 12px 16px; border-bottom: 1px solid #e2e8f0; }
.content-text-body table tr:nth-child(even) td { background: #f8fafc; }

.art-widget-box { background: #ffffff; border: 1px solid var(--border-color); border-radius: 10px; padding: 20px; margin-bottom: 22px; }
.art-widget-title { font-size: 16px; font-weight: 800; margin-bottom: 14px; }
.art-toc-links a { display: block; color: var(--brand-blue); font-size: 13.5px; font-weight: 600; text-decoration: none; padding: 7px 0; border-bottom: 1px dashed #e2e8f0; transition: all 0.15s ease; }
.art-toc-links a:hover { color: var(--accent-green); padding-left: 4px; }

.cat-trend-item { display: flex; gap: 10px; align-items: center; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid #f1f5f9; }
.cat-trend-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.cat-trend-thumb { width: 65px; height: 50px; border-radius: 4px; overflow: hidden; flex-shrink: 0; }
.cat-trend-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cat-trend-info h4 { font-size: 13px; font-weight: 700; line-height: 1.3; margin-bottom: 2px; }
.cat-trend-info h4 a { color: var(--text-main); text-decoration: none; }
.cat-trend-info h4 a:hover { color: var(--accent-blue); }
.cat-trend-info span { font-size: 11px; color: #94a3b8; }

.art-widget-box.vip-box { background: linear-gradient(135deg, #070d1e 0%, #102a71 100%); color: #fff; text-align: center; }
.art-widget-box.vip-box h4 { font-size: 17px; margin-bottom: 6px; color: #fff; }
.art-widget-box.vip-box p { font-size: 12.5px; color: #cbd5e1; margin-bottom: 12px; }
.art-nl-btn { width: 100%; padding: 10px; background: var(--accent-green); color: #fff; font-weight: 700; border: none; border-radius: 4px; cursor: pointer; }

/* 4-Grid Related */
.article-related-section { margin-top: 40px; }
.related-section-title { font-size: 22px; font-weight: 800; border-bottom: 2px solid var(--border-color); padding-bottom: 10px; margin-bottom: 22px; }
.related-4grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.related-card { background: #ffffff; border: 1px solid var(--border-color); border-radius: 8px; overflow: hidden; }
.rel-card-img { display: block; height: 120px; position: relative; overflow: hidden; }
.rel-card-img img { width: 100%; height: 100%; object-fit: cover; }
.rel-badge { position: absolute; top: 8px; left: 8px; background: var(--brand-blue); color: #fff; font-size: 10px; font-weight: 800; padding: 2px 6px; border-radius: 3px; }
.rel-card-title { font-size: 13.5px; font-weight: 700; line-height: 1.35; padding: 10px 10px 4px; }
.rel-card-title a { color: var(--text-main); text-decoration: none; }
.rel-card-date { font-size: 11px; color: #94a3b8; padding: 0 10px 10px; display: block; }

/* FOOTER */
.ones-portal-footer { background-color: var(--primary-navy); color: #94a3b8; border-top: 4px solid var(--accent-green); padding: 55px 0 0; }
.footer-grid-4col { display: grid; grid-template-columns: 32% 20% 20% 28%; gap: 30px; padding-bottom: 45px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.footer-mission-text { font-size: 13.5px; line-height: 1.65; color: #94a3b8; margin-bottom: 16px; }
.footer-trust-strip { display: flex; flex-direction: column; gap: 6px; font-size: 12.5px; color: var(--accent-green); font-weight: 600; }
.footer-head { font-size: 16px; font-weight: 800; color: #ffffff; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 18px; }
.footer-nav-list { list-style: none; }
.footer-nav-list li { margin-bottom: 10px; }
.footer-nav-list li a { color: #cbd5e1; text-decoration: none; font-size: 13.5px; transition: color 0.15s ease; }
.footer-nav-list li a:hover { color: var(--accent-green); }
.footer-nl-sub { font-size: 13px; color: #cbd5e1; margin-bottom: 12px; }
.footer-nl-form { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.footer-btn { padding: 10px; background: var(--accent-green); color: #fff; font-weight: 800; border: none; border-radius: 4px; cursor: pointer; }
.footer-disclaimer-text { font-size: 11.5px; color: #64748b; line-height: 1.5; }

.footer-bottom-bar { padding: 20px 0; font-size: 12.5px; color: #64748b; }
.bottom-flex { display: flex; justify-content: space-between; align-items: center; }
.bottom-links { display: flex; gap: 16px; }
.bottom-links a { color: #64748b; text-decoration: none; }
.bottom-links a:hover { color: #cbd5e1; }

.jeg_header, .jeg_header_sticky, .jeg_navbar_mobile_wrapper, .footer-holder { display: none !important; }

@media (max-width: 991px) {
    .micro-center, .brand-trending-tags { display: none; }
    .hero-grid-3box, .portal-layout-grid, .investing-matrix-grid, .article-layout-grid, .footer-grid-4col { grid-template-columns: 1fr !important; }
    .loans-card-grid, .latest-feed-grid, .category-post-3grid, .related-4grid { grid-template-columns: 1fr 1fr !important; }
    .hero-main-card { min-height: 320px; }
    .hero-main-title { font-size: 22px; }
    .article-headline { font-size: 26px; }
    .portal-nav-menu { flex-wrap: wrap; }
}
