/* Hide site title visually but keep it in source/SEO */
.site-title,
.site-title a,
.site-branding .site-title,
.site-branding .site-title a,
.site-header .site-title,
.site-header .site-title a {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* ===== Finnoex custom footer ===== */

.depth-news-pro-bottom-footer {
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 25px;
    padding: 15px 0;
}

.depth-news-pro-bottom-footer .bottom-footer-content {
    text-align: center;
}

.finnoex-footer {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.finnoex-footer-links {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 6px;
}

.finnoex-footer-links a {
    font-size: 12px;
    color: #8ea3b5;
    text-decoration: none;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.finnoex-footer-links a:hover {
    color: #ffffff;
}

.finnoex-footer-links a:not(:last-child)::after {
    content: "|";
    margin-left: 8px;
    color: rgba(255,255,255,0.25);
}

.finnoex-footer-branding {
    font-size: 11px;
    color: rgba(255,255,255,0.55);
    margin-top: 4px;
}

.finnoex-footer-about {
    margin-top: 6px;
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

/* ===== Inner pages / legal pages ===== */
.page .entry-content,
.page .post-content,
.page .site-main .entry-content {
    max-width: 820px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 16px;
    color: #2b2b2b;
}

.page .entry-content h2,
.page .post-content h2,
.page .site-main .entry-content h2 {
    font-size: 26px;
    margin-top: 38px;
    margin-bottom: 14px;
    line-height: 1.3;
    color: #1a1a1a;
    font-weight: 700;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding-bottom: 6px;
}

.page .entry-content h3,
.page .post-content h3,
.page .site-main .entry-content h3 {
    font-size: 21px;
    margin-top: 28px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #111111;
    font-weight: 700;
}

.page .entry-content h4,
.page .post-content h4,
.page .site-main .entry-content h4 {
    font-size: 18px;
    margin-top: 22px;
    margin-bottom: 8px;
    line-height: 1.4;
    color: #111111;
    font-weight: 700;
}

.page .entry-content p,
.page .post-content p,
.page .site-main .entry-content p {
    margin-bottom: 18px;
}

.page .entry-content ul,
.page .entry-content ol,
.page .post-content ul,
.page .post-content ol,
.page .site-main .entry-content ul,
.page .site-main .entry-content ol {
    margin-bottom: 20px;
    padding-left: 22px;
}

.page .entry-content li,
.page .post-content li,
.page .site-main .entry-content li {
    margin-bottom: 8px;
}

.page .entry-header .entry-title,
.page-title {
    text-align: left;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1.25;
}

.page .entry-header {
    margin-bottom: 25px;
}

.widget_categories li,
.wp-block-categories-list li,
.widget-area .widget_categories li,
.widget-area .wp-block-categories-list li {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
}

.widget_categories li a,
.wp-block-categories-list li a,
.widget-area .widget_categories li a,
.widget-area .wp-block-categories-list li a {
    display: block;
    padding: 8px 8px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease;
}

.widget_categories li a:before,
.wp-block-categories-list li a:before,
.widget-area .widget_categories li a:before,
.widget-area .wp-block-categories-list li a:before {
    content: "›";
    color: #b30000;
    margin-right: 6px;
    font-weight: 700;
}

.widget_categories li a:hover,
.wp-block-categories-list li a:hover,
.widget-area .widget_categories li a:hover,
.widget-area .wp-block-categories-list li a:hover {
    color: #b30000;
    background: #fafafa;
    padding-left: 12px;
}

/* ===== Fix font to proper sans-serif ===== */

body {
    font-family: "Inter", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", sans-serif !important;
}

.site-title a,
.site-description {
    font-family: "Inter", sans-serif !important;
}

/* =========================================
   FINNOEX CLEAN PREMIUM CATEGORY NAV
========================================= */

.main-navigation,
#site-navigation {
    background: transparent !important;
    border: none !important;
}

/* Menu layout */
.main-navigation ul,
#site-navigation ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Menu items */
.main-navigation ul li,
#site-navigation ul li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
}

/* Links */
.main-navigation ul li a,
#site-navigation ul li a {
    display: block;
    padding: 14px 10px;
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 1.2;
    transition: color 0.2s ease, background-color 0.2s ease;
}

/* Remove old slash separator */
.main-navigation ul li::after,
#site-navigation ul li::after {
    content: none !important;
}

/* Hover */
.main-navigation ul li a:hover,
#site-navigation ul li a:hover {
    color: #db100d;
}

/* Active item */
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
#site-navigation .current-menu-item > a,
#site-navigation .current_page_item > a {
    color: #db100d !important;
    font-weight: 700;
   
}
/* Remove ALL menu underline effects */
.main-navigation ul li::after,
.main-navigation ul li a::after,
.main-navigation ul li:hover::after,
.main-navigation ul li a:hover::after,
#site-navigation ul li::after,
#site-navigation ul li a::after,
#site-navigation ul li:hover::after,
#site-navigation ul li a:hover::after {
    content: none !important;
    display: none !important;
}



/* Remove active underline */
.main-navigation .current-menu-item > a::after,
.main-navigation .current_page_item > a::after,
#site-navigation .current-menu-item > a::after,
#site-navigation .current_page_item > a::after {
    display: none !important;
}

/* Dropdown */
.main-navigation ul ul,
#site-navigation ul ul {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    padding: 6px 0;
}

/* Dropdown links */
.main-navigation ul ul li,
#site-navigation ul ul li {
    display: block;
}

.main-navigation ul ul li a,
#site-navigation ul ul li a {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    white-space: nowrap;
}

.main-navigation ul ul li a:hover,
#site-navigation ul ul li a:hover {
    background: #f8fafc;
    color: #db100d;
}

/* Mobile */
@media (max-width: 767px) {

    .main-navigation,
    #site-navigation {
        border-bottom: none !important;
    }

    .main-navigation ul,
    #site-navigation ul {
        display: block;
    }

    .main-navigation ul li,
    #site-navigation ul li {
        display: block;
    }

    .main-navigation ul li a,
    #site-navigation ul li a {
        display: block;
        padding: 12px 14px;
        font-size: 14px;
        font-weight: 600;
        border-bottom: 1px solid #f1f5f9;
    }

    .main-navigation .current-menu-item > a::after,
    .main-navigation .current_page_item > a::after,
    #site-navigation .current-menu-item > a::after,
    #site-navigation .current_page_item > a::after {
        display: none;
    }

    .main-navigation ul ul,
    #site-navigation ul ul {
        box-shadow: none;
        border: none;
        padding: 0;
    }

    .main-navigation ul ul li a,
    #site-navigation ul ul li a {
        padding-left: 24px;
        background: #fafafa;
    }
}

.sidebar-insights {
    margin-bottom: 30px;
}

/* Title */
.sidebar-insights .widget-title,
.sidebar-latest .widget-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Each item */
.insight-item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e11d2e;
}

/* Remove divider from last item */
.insight-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/* Thumbnail container (forces square) */
.insight-thumb {
    width: 72px;
    height: 72px;
    min-width: 72px;
    overflow: hidden;
    border-radius: 4px;
}

/* Image inside */
.insight-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Title */
.insight-title {
    font-size: 13.5px;
    line-height: 1.5;
    font-weight: 600;
    color: #111111;
    text-decoration: none;
}

/* Hover */
.insight-title:hover {
    color: #e11d2e;
}

/* Optional subtle movement */
.insight-item:hover {
    transform: translateX(2px);
    transition: all 0.2s ease;
}

.sidebar-latest {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    #primary {
        padding-right: 40px;
    }

    #secondary {
        padding-left: 40px;
    }
}

/* =========================
   CATEGORY PAGE - FLAT PREMIUM NEWS STYLE
========================= */

/* Remove shadow / background / border from outer wrappers */
.archive .post,
.category .post,
.archive article,
.category article,
.archive .hentry,
.category .hentry,
.archive .grid-item,
.category .grid-item,
.archive [class*="post"],
.category [class*="post"] {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
}

/* Remove shadow / border from common inner wrappers */
.archive .inside-article,
.category .inside-article,
.archive .post-wrapper,
.category .post-wrapper,
.archive .entry-wrapper,
.category .entry-wrapper,
.archive .content-wrapper,
.category .content-wrapper,
.archive .inner-wrapper,
.category .inner-wrapper {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

/* Make each post clean and separated */
.archive article,
.category article,
.archive .hentry,
.category .hentry {
    padding-bottom: 24px !important;
    margin-bottom: 24px !important;
    border-bottom: 1px solid #e5e7eb !important;
}

/* Thumbnail wrapper */
.archive .post-thumbnail,
.category .post-thumbnail,
.archive .featured-image,
.category .featured-image {
    width: 100% !important;
    max-width: 165px !important;
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    overflow: hidden !important;
}

/* Actual image */
.archive .post-thumbnail img,
.category .post-thumbnail img,
.archive .featured-image img,
.category .featured-image img {
    width: 165px !important;
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    display: block !important;
    margin: 0 !important;
    box-shadow: none !important;
    border: none !important;
    transition: transform 0.2s ease !important;
}

/* Subtle hover */
.archive article:hover .post-thumbnail img,
.category article:hover .post-thumbnail img,
.archive article:hover .featured-image img,
.category article:hover .featured-image img {
    transform: scale(1.02) !important;
}

/* Remove styling from thumbnail links/figures */
.archive .post-thumbnail a,
.category .post-thumbnail a,
.archive .featured-image a,
.category .featured-image a,
.archive .post-thumbnail figure,
.category .post-thumbnail figure,
.archive .featured-image figure,
.category .featured-image figure {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* Category labels */
.archive .cat-links,
.category .cat-links {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    margin-bottom: 10px !important;
    line-height: 1.4 !important;
}

.archive .cat-links a,
.category .cat-links a {
    color: #c62828 !important;
    text-decoration: none !important;
}

/* Titles */
.archive .entry-title,
.category .entry-title {
    font-size: 17px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: -0.2px !important;
    margin: 8px 0 8px !important;
}

.archive .entry-title a,
.category .entry-title a {
    color: #1f2937 !important;
    text-decoration: none !important;
}

.archive .entry-title a:hover,
.category .entry-title a:hover {
    color: #000 !important;
}

/* Excerpt */
.archive .entry-content,
.category .entry-content,
.archive .entry-summary,
.category .entry-summary {
    font-size: 13px !important;
    line-height: 1.65 !important;
    color: #4b5563 !important;
    margin-top: 6px !important;
}

/* Meta */
.archive .entry-meta,
.category .entry-meta {
    font-size: 12px !important;
    color: #6b7280 !important;
    margin-top: 10px !important;
}

.archive .entry-meta a,
.category .entry-meta a {
    color: #374151 !important;
    text-decoration: none !important;
}

/* Category description text */
.archive .archive-description,
.category .archive-description,
.archive .taxonomy-description,
.category .taxonomy-description {
    font-size: 17px !important;
    line-height: 1.6 !important;
    color: #4b5563 !important;
    max-width: 1100px !important;
}

/* Page title */
.archive .page-title,
.category .page-title {
    line-height: 1.08 !important;
    letter-spacing: -0.8px !important;
    margin-bottom: 18px !important;
}

/* Mobile */
@media (max-width: 768px) {
    .archive .post-thumbnail,
    .category .post-thumbnail,
    .archive .featured-image,
    .category .featured-image {
        max-width: 125px !important;
    }

    .archive .post-thumbnail img,
    .category .post-thumbnail img,
    .archive .featured-image img,
    .category .featured-image img {
        width: 125px !important;
        height: 78px !important;
    }

    .archive .entry-title,
    .category .entry-title {
        font-size: 15px !important;
        line-height: 1.32 !important;
    }

    .archive .entry-content,
    .category .entry-content,
    .archive .entry-summary,
    .category .entry-summary {
        font-size: 13px !important;
    }

    .archive .archive-description,
    .category .archive-description,
    .archive .taxonomy-description,
    .category .taxonomy-description {
        font-size: 15px !important;
    }
}

/* =========================
   SINGLE ARTICLE PAGE - CLEAN PREMIUM LOOK
========================= */

/* Main article container */
.single-post .site-main article,
.single .site-main article,
.single-post .post,
.single .post {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}

/* Article width for better reading */
.single-post .entry-content,
.single .entry-content,
.single-post .post-content,
.single .post-content {
    max-width: 760 !important;
}

/* Title */
.single-post .entry-title,
.single .entry-title {
    font-size: 38px !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
    letter-spacing: -1px !important;
    margin-bottom: 14px !important;
    color: #111827 !important;
}

/* Meta line */
.single-post .entry-meta,
.single .entry-meta {
    font-size: 13px !important;
    color: #6b7280 !important;
    margin-bottom: 22px !important;
    border-bottom: 1px solid #e5e7eb !important;
    padding-bottom: 14px !important;
}

.single-post .entry-meta a,
.single .entry-meta a {
    color: #374151 !important;
    text-decoration: none !important;
}

/* =========================
   FEATURED IMAGE - LEFT ALIGNED (FIXED)
========================= */

.single-post .post-thumbnail,
.single .post-thumbnail,
.single-post .featured-image,
.single .featured-image {
    max-width: 760px !important;
    margin: 0 0 28px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    overflow: hidden !important;
}

.single-post .post-thumbnail img,
.single .post-thumbnail img,
.single-post .featured-image img,
.single .featured-image img {
    width: 100% !important;
    max-height: 360px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    margin: 0 !important;
}

/* =========================
   CONTENT TYPOGRAPHY
========================= */

.single-post .entry-content,
.single .entry-content {
    font-size: 18px !important;
    line-height: 1.85 !important;
    color: #1f2937 !important;
}

/* Paragraphs */
.single-post .entry-content p,
.single .entry-content p {
    margin-bottom: 1.45em !important;
}

/* Headings */
.single-post .entry-content h2,
.single .entry-content h2 {
    font-size: 28px !important;
    line-height: 1.25 !important;
    margin-top: 1.8em !important;
    margin-bottom: 0.7em !important;
    letter-spacing: -0.4px !important;
    color: #111827 !important;
}

.single-post .entry-content h3,
.single .entry-content h3 {
    font-size: 22px !important;
    line-height: 1.3 !important;
    margin-top: 1.5em !important;
    margin-bottom: 0.6em !important;
    color: #111827 !important;
}

/* Lists */
.single-post .entry-content ul,
.single-post .entry-content ol,
.single .entry-content ul,
.single .entry-content ol {
    margin: 0 0 1.5em 1.2em !important;
    line-height: 1.8 !important;
}

/* Links */
.single-post .entry-content a,
.single .entry-content a {
    text-decoration-thickness: 1px !important;
    text-underline-offset: 2px !important;
}

/* Blockquotes */
.single-post .entry-content blockquote,
.single .entry-content blockquote {
    margin: 2em 0 !important;
    padding: 0.2em 0 0.2em 1.2em !important;
    border-left: 3px solid #d1d5db !important;
    color: #374151 !important;
    font-style: italic !important;
}

/* Images inside content */
.single-post .entry-content img,
.single .entry-content img {
    border-radius: 6px !important;
    margin: 1.5em 0 !important;
}

/* Category labels */
.single-post .cat-links,
.single .cat-links {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
}

/* Header spacing */
.single-post .entry-header,
.single .entry-header {
    margin-bottom: 18px !important;
}

/* Sidebar spacing */
.single-post .widget-area,
.single .widget-area {
    padding-left: 26px !important;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    .single-post .entry-title,
    .single .entry-title {
        font-size: 28px !important;
        line-height: 1.18 !important;
        letter-spacing: -0.6px !important;
    }

    .single-post .entry-meta,
    .single .entry-meta {
        font-size: 12px !important;
        margin-bottom: 18px !important;
        padding-bottom: 12px !important;
    }

    .single-post .post-thumbnail img,
    .single .post-thumbnail img,
    .single-post .featured-image img,
    .single .featured-image img {
        max-height: 240px !important;
        border-radius: 6px !important;
    }

    .single-post .entry-content,
    .single .entry-content {
        font-size: 16px !important;
        line-height: 1.8 !important;
    }

    .single-post .entry-content h2,
    .single .entry-content h2 {
        font-size: 24px !important;
    }

    .single-post .entry-content h3,
    .single .entry-content h3 {
        font-size: 20px !important;
    }

    .single-post .widget-area,
    .single .widget-area {
        padding-left: 0 !important;
    }
}

/* =========================
   RELATED POSTS - FIX OVERSIZED TEXT
========================= */

/* Title size */
.related-posts .entry-title,
.related .entry-title,
.widget .entry-title {
    font-size: 18px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    margin: 8px 0 6px !important;
}

/* Excerpt */
.related-posts .entry-content,
.related-posts .entry-summary,
.related .entry-content,
.related .entry-summary {
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #4b5563 !important;
}

/* Images (keep them clean and consistent) */
.related-posts img,
.related img {
    border-radius: 6px !important;
}

/* Reduce spacing */
.related-posts article,
.related article {
    margin-bottom: 18px !important;
}

/* =========================
   NEWS PAGE / BLOG PAGE - MATCH CATEGORY STYLE
========================= */

/* Remove shadow / background / border from outer wrappers */
.blog .post,
.archive .post,
.category .post,
.blog article,
.archive article,
.category article,
.blog .hentry,
.archive .hentry,
.category .hentry,
.blog .grid-item,
.archive .grid-item,
.category .grid-item,
.blog [class*="post"],
.archive [class*="post"],
.category [class*="post"] {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
}

/* Remove shadow / border from common inner wrappers */
.blog .inside-article,
.archive .inside-article,
.category .inside-article,
.blog .post-wrapper,
.archive .post-wrapper,
.category .post-wrapper,
.blog .entry-wrapper,
.archive .entry-wrapper,
.category .entry-wrapper,
.blog .content-wrapper,
.archive .content-wrapper,
.category .content-wrapper,
.blog .inner-wrapper,
.archive .inner-wrapper,
.category .inner-wrapper {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

/* Make each post clean and separated */
.blog article,
.archive article,
.category article,
.blog .hentry,
.archive .hentry,
.category .hentry {
    padding-bottom: 24px !important;
    margin-bottom: 24px !important;
    border-bottom: 1px solid #e5e7eb !important;
}

/* Thumbnail wrapper */
.blog .post-thumbnail,
.archive .post-thumbnail,
.category .post-thumbnail,
.blog .featured-image,
.archive .featured-image,
.category .featured-image {
    width: 100% !important;
    max-width: 165px !important;
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    overflow: hidden !important;
}

/* Actual image */
.blog .post-thumbnail img,
.archive .post-thumbnail img,
.category .post-thumbnail img,
.blog .featured-image img,
.archive .featured-image img,
.category .featured-image img {
    width: 165px !important;
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    display: block !important;
    margin: 0 !important;
    box-shadow: none !important;
    border: none !important;
    transition: transform 0.2s ease !important;
}

/* Subtle hover */
.blog article:hover .post-thumbnail img,
.archive article:hover .post-thumbnail img,
.category article:hover .post-thumbnail img,
.blog article:hover .featured-image img,
.archive article:hover .featured-image img,
.category article:hover .featured-image img {
    transform: scale(1.02) !important;
}

/* Remove styling from thumbnail links/figures */
.blog .post-thumbnail a,
.archive .post-thumbnail a,
.category .post-thumbnail a,
.blog .featured-image a,
.archive .featured-image a,
.category .featured-image a,
.blog .post-thumbnail figure,
.archive .post-thumbnail figure,
.category .post-thumbnail figure,
.blog .featured-image figure,
.archive .featured-image figure,
.category .featured-image figure {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* Category labels */
.blog .cat-links,
.archive .cat-links,
.category .cat-links {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    margin-bottom: 10px !important;
    line-height: 1.4 !important;
}

.blog .cat-links a,
.archive .cat-links a,
.category .cat-links a {
    color: #c62828 !important;
    text-decoration: none !important;
}

/* Titles */
.blog .entry-title,
.archive .entry-title,
.category .entry-title {
    font-size: 17px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: -0.2px !important;
    margin: 8px 0 8px !important;
}

.blog .entry-title a,
.archive .entry-title a,
.category .entry-title a {
    color: #1f2937 !important;
    text-decoration: none !important;
}

.blog .entry-title a:hover,
.archive .entry-title a:hover,
.category .entry-title a:hover {
    color: #000 !important;
}

/* Excerpt */
.blog .entry-content,
.blog .entry-summary,
.archive .entry-content,
.archive .entry-summary,
.category .entry-content,
.category .entry-summary {
    font-size: 13px !important;
    line-height: 1.65 !important;
    color: #4b5563 !important;
    margin-top: 6px !important;
}

/* Meta */
.blog .entry-meta,
.archive .entry-meta,
.category .entry-meta {
    font-size: 12px !important;
    color: #6b7280 !important;
    margin-top: 10px !important;
}

.blog .entry-meta a,
.archive .entry-meta a,
.category .entry-meta a {
    color: #374151 !important;
    text-decoration: none !important;
}

/* Blog / News page title + intro */
.blog .page-title,
.archive .page-title,
.category .page-title {
    line-height: 1.08 !important;
    letter-spacing: -0.8px !important;
    margin-bottom: 18px !important;
}

.blog .archive-description,
.archive .archive-description,
.category .archive-description,
.blog .taxonomy-description,
.archive .taxonomy-description,
.category .taxonomy-description {
    font-size: 17px !important;
    line-height: 1.6 !important;
    color: #4b5563 !important;
    max-width: 1100px !important;
}

/* Mobile */
@media (max-width: 768px) {
    .blog .post-thumbnail,
    .archive .post-thumbnail,
    .category .post-thumbnail,
    .blog .featured-image,
    .archive .featured-image,
    .category .featured-image {
        max-width: 125px !important;
    }

    .blog .post-thumbnail img,
    .archive .post-thumbnail img,
    .category .post-thumbnail img,
    .blog .featured-image img,
    .archive .featured-image img,
    .category .featured-image img {
        width: 125px !important;
        height: 78px !important;
    }

    .blog .entry-title,
    .archive .entry-title,
    .category .entry-title {
        font-size: 15px !important;
        line-height: 1.32 !important;
    }

    .blog .entry-content,
    .blog .entry-summary,
    .archive .entry-content,
    .archive .entry-summary,
    .category .entry-content,
    .category .entry-summary {
        font-size: 13px !important;
    }
}

/* =========================
   HOMEPAGE - TYPOGRAPHY ONLY (SAFE)
   No color changes
========================= */

/* Latest News titles */
.home .latest-posts .entry-title {
    font-size: 15px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    margin: 6px 0 6px !important;
}

/* Fintech News titles */
.home .blog-post-detail .entry-title {
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin: 6px 0 6px !important;
}

/* Slightly tighter meta */
.home .latest-posts .entry-meta,
.home .blog-post-detail .post-meta {
    font-size: 12px !important;
    margin-top: 4px !important;
}

/* Reduce spacing between items */
.home .latest-posts article,
.home .latest-posts .post {
    margin-bottom: 12px !important;
    padding-bottom: 12px !important;
}

.home .blog-post-detail {
    margin-bottom: 6px !important;
}

/* Section titles (Latest / Fintech / Insights) */
.home .section-title,
.home .widget-title {
    font-size: 14px !important;
    letter-spacing: 0.4px !important;
    margin-bottom: 12px !important;
}

/* =========================
   SECTION HEADER ALIGNMENT FIX
========================= */

.home .section-header,
.home .block-header,
.home .section-title-wrapper,
.home .widget-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* Left side (title + line) */
.home .section-title,
.home .widget-title {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
}

/* The divider line */
.home .section-title::after,
.home .widget-title::after {
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    background: #d1d5db;
}

/* Right side (View All) */
.home .view-all,
.home .view-more {
    display: flex !important;
    align-items: center !important;
    font-size: 13px !important;
}

@media (min-width: 768px) {

    .home #primary {
        padding-right: 0;
        margin-right: 0px;
    }

    .home #secondary {
        padding-left: 0;
        max-width: 320px;
    }
}

/* Header */
.single-post .finnoex-article-header {
    max-width: 980px;
    margin: 0 auto 24px;
    text-align: left;
}

.single-post .finnoex-meta-top {
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #666;
    margin-bottom: 14px;
}

.single-post .finnoex-sep {
    margin: 0 8px;
    color: #b5b5b5;
}

.single-post .finnoex-article-title {
    max-width: 980px;
    margin: 0;
    font-size: 64px;
    line-height: 1.04;
    font-weight: 700;
    letter-spacing: -1.4px;
    color: #0f172a;
}

/* Intro / standfirst */
.single-post .finnoex-standfirst {
    max-width: 980px;
    margin: 0 auto 34px;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 400;
    color: #374151;
    text-align: left;
}

.single-post .finnoex-standfirst p {
    margin: 0;
}

/* Image */
.single-post .finnoex-featured-image-wrap {
    max-width: 980px;
    margin: 0 auto 42px;
}

.single-post .finnoex-featured-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
}

/* Main body */
.single-post .finnoex-article-body {
    max-width: 760px;
    margin: 0 auto;
    font-size: 19px;
    line-height: 1.9;
    color: #1f2937;
}

.single-post .finnoex-article-body p {
    margin-bottom: 1.5em;
}

.single-post .finnoex-article-body h2 {
    font-size: 34px;
    line-height: 1.2;
    margin-top: 54px;
    margin-bottom: 18px;
    font-weight: 700;
    color: #111827;
}

.single-post .finnoex-article-body h3 {
    font-size: 25px;
    line-height: 1.3;
    margin-top: 34px;
    margin-bottom: 14px;
    font-weight: 700;
    color: #111827;
}

.single-post .finnoex-article-body ul,
.single-post .finnoex-article-body ol {
    margin: 0 0 1.6em 1.2em;
}

.single-post .finnoex-article-body li {
    margin-bottom: 10px;
}

.single-post .finnoex-article-body blockquote {
    margin: 42px 0;
    padding: 20px 24px;
    border-left: 4px solid #111827;
    background: #f8fafc;
    font-size: 24px;
    line-height: 1.55;
    color: #111827;
}

/* Footer */
.single-post .finnoex-entry-footer {
    max-width: 760px;
    margin: 45px auto 0;
    padding-top: 22px;
    border-top: 1px solid #e5e7eb;
}

/* Make default theme extras less bloggy */
.single-post .author,
.single-post .byline,
.single-post .posted-on .byline,
.single-post .comments-link,
.single-post .nav-links,
.single-post .post-navigation {
    display: none !important;
}

/* Optional: reduce whitespace if theme adds it */
.single-post .entry-content {
    margin-top: 0;
}

/* Mobile */
@media (max-width: 768px) {
    .single-post .finnoex-article-shell {
        padding: 22px 16px 40px;
    }

    .single-post .finnoex-article-title {
        font-size: 38px;
        line-height: 1.08;
        letter-spacing: -0.8px;
    }

    .single-post .finnoex-standfirst {
        font-size: 20px;
        line-height: 1.65;
        margin-bottom: 24px;
    }

    .single-post .finnoex-article-body {
        font-size: 17px;
        line-height: 1.85;
    }

    .single-post .finnoex-article-body h2 {
        font-size: 28px;
    }

    .single-post .finnoex-article-body h3 {
        font-size: 22px;
    }
}

/* =========================================
   SINGLE ARTICLE - SAFE VISUAL IMPROVEMENTS ONLY
   No layout / sidebar structure changes
========================================= */

.single-post .entry-header {
    margin-bottom: 18px !important;
}

.single-post .entry-title,
.single .entry-title {
    font-size: 40px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.9px !important;
    color: #111827 !important;
    margin-bottom: 14px !important;
}

.single-post .entry-meta,
.single .entry-meta {
    font-size: 13px !important;
    color: #6b7280 !important;
    margin-bottom: 22px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.single-post .entry-meta a,
.single .entry-meta a {
    color: #374151 !important;
    text-decoration: none !important;
}

.single-post .post-thumbnail,
.single .post-thumbnail,
.single-post .featured-image,
.single .featured-image {
    margin-bottom: 28px !important;
}

.single-post .post-thumbnail img,
.single .post-thumbnail img,
.single-post .featured-image img,
.single .featured-image img {
    border-radius: 8px !important;
    max-height: 380px !important;
    object-fit: cover !important;
}

.single-post .entry-content,
.single .entry-content {
    font-size: 18px !important;
    line-height: 1.85 !important;
    color: #1f2937 !important;
}

.single-post .entry-content p,
.single .entry-content p {
    margin-bottom: 1.45em !important;
}

.single-post .entry-content h2,
.single .entry-content h2 {
    font-size: 29px !important;
    line-height: 1.22 !important;
    margin-top: 1.8em !important;
    margin-bottom: 0.7em !important;
    color: #111827 !important;
    letter-spacing: -0.4px !important;
}

.single-post .entry-content h3,
.single .entry-content h3 {
    font-size: 22px !important;
    line-height: 1.3 !important;
    margin-top: 1.5em !important;
    margin-bottom: 0.6em !important;
    color: #111827 !important;
}

.single-post .entry-content blockquote,
.single .entry-content blockquote {
    margin: 2em 0 !important;
    padding: 0.2em 0 0.2em 1.2em !important;
    border-left: 3px solid #d1d5db !important;
    color: #374151 !important;
    font-style: italic !important;
}

.single-post .entry-footer,
.single .entry-footer {
    margin-top: 28px !important;
    padding-top: 16px !important;
    border-top: 1px solid #e5e7eb !important;
}

@media (max-width: 768px) {
    .single-post .entry-title,
    .single .entry-title {
        font-size: 30px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.6px !important;
    }

    .single-post .entry-content,
    .single .entry-content {
        font-size: 16px !important;
        line-height: 1.8 !important;
    }

    .single-post .entry-content h2,
    .single .entry-content h2 {
        font-size: 24px !important;
    }

    .single-post .entry-content h3,
    .single .entry-content h3 {
        font-size: 20px !important;
    }

    .single-post .post-thumbnail img,
    .single .post-thumbnail img,
    .single-post .featured-image img,
    .single .featured-image img {
        max-height: 240px !important;
    }
}

/* =========================================
   FIX RELATED POSTS FONT SIZE ON SINGLE ARTICLE
========================================= */

.single-post .related-posts .entry-title,
.single-post .related .entry-title,
.single-post .widget .entry-title,
.single-post .jp-relatedposts .jp-relatedposts-headline,
.single-post .jp-relatedposts .jp-relatedposts-post-title {
    font-size: 18px !important;
    line-height: 1.3 !important;
    letter-spacing: normal !important;
    margin: 10px 0 8px !important;
    font-weight: 700 !important;
}

.single-post .related-posts .entry-content,
.single-post .related-posts .entry-summary,
.single-post .related .entry-content,
.single-post .related .entry-summary,
.single-post .jp-relatedposts .jp-relatedposts-post-excerpt,
.single-post .jp-relatedposts .jp-relatedposts-post-context {
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #4b5563 !important;
}

.single-post .related-posts article,
.single-post .related article,
.single-post .jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    margin-bottom: 18px !important;
}

.single-post .related-posts img,
.single-post .related img,
.single-post .jp-relatedposts img {
    border-radius: 6px !important;
}

/* Prevent single article big heading rules from affecting related posts */
.single-post .related-posts .entry-title a,
.single-post .related .entry-title a,
.single-post .jp-relatedposts .jp-relatedposts-post-title a {
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
}

.single-post .related-posts,
.single-post .jp-relatedposts {
    border-top: 1px solid #e5e7eb;
    margin-top: 40px;
    padding-top: 25px;
}

/* =========================
   ARTICLE LEAD SUMMARY
========================= */

.single-post .entry-content > p:first-of-type {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 500;
    color: #111827;
    background: #f8fafc;
    padding: 18px 20px;
    border-left: 4px solid #db100d;
    border-radius: 6px;
    margin-bottom: 28px;
}

/* =========================
   AUTO INSIGHTS / TAKEAWAYS BOX
========================= */

.single-post .finnoex-insights-box {
    margin: 42px 0 24px;
    border-radius: 8px;
    overflow: hidden;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.single-post .finnoex-insights-title {
    background: #111827;
    color: #ffffff;
    padding: 14px 18px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

.single-post .finnoex-insights-title h2,
.single-post .finnoex-insights-title h3 {
    margin: 0 !important;
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}

.single-post .finnoex-insights-body {
    padding: 18px 22px 20px;
    color: #1f2937;
}

.single-post .finnoex-insights-body p:last-child,
.single-post .finnoex-insights-body ul:last-child,
.single-post .finnoex-insights-body ol:last-child {
    margin-bottom: 0 !important;
}

.single-post .finnoex-insights-body ul,
.single-post .finnoex-insights-body ol {
    margin: 0 0 0 1.2em !important;
    line-height: 1.8 !important;
}

.single-post .finnoex-insights-body li {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .single-post .finnoex-insights-title {
        font-size: 16px;
        padding: 12px 15px;
    }

    .single-post .finnoex-insights-body {
        padding: 16px 18px 18px;
    }
}

.single-post .finnoex-clean-header {
    margin-bottom: 24px !important;
}

.single-post .finnoex-article-category {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #b91c1c;
    margin-bottom: 14px;
}

.single-post .finnoex-clean-meta {
    font-size: 13px !important;
    color: #6b7280 !important;
    margin-top: 10px;
    margin-bottom: 24px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.single-post .finnoex-meta-sep {
    margin: 0 10px;
    color: #9ca3af;
}

/* Author styling */
.finnoex-author a {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

/* Use theme hover colour (red) */
.finnoex-author a:hover {
    text-decoration: underline;
}

/* Date styling */
.finnoex-date {
    color: #6b7280;
}

/* Meta spacing */
.finnoex-clean-meta {
    font-size: 14px;
    color: #6b7280;
}

/* =========================================
   SEARCH RESULTS PAGE - MATCH CATEGORY STYLE
========================================= */

/* Remove shadow / background / border from wrappers */
.search .post,
.search-results .post,
.search article,
.search-results article,
.search .hentry,
.search-results .hentry,
.search .grid-item,
.search-results .grid-item,
.search [class*="post"],
.search-results [class*="post"] {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
}

/* Remove inner wrapper styling */
.search .inside-article,
.search-results .inside-article,
.search .post-wrapper,
.search-results .post-wrapper,
.search .entry-wrapper,
.search-results .entry-wrapper,
.search .content-wrapper,
.search-results .content-wrapper,
.search .inner-wrapper,
.search-results .inner-wrapper {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

/* Make each result clean and separated */
.search article,
.search-results article,
.search .hentry,
.search-results .hentry {
    padding-bottom: 24px !important;
    margin-bottom: 24px !important;
    border-bottom: 1px solid #e5e7eb !important;
}

/* Thumbnail wrapper */
.search .post-thumbnail,
.search-results .post-thumbnail,
.search .featured-image,
.search-results .featured-image {
    width: 100% !important;
    max-width: 165px !important;
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    overflow: hidden !important;
}

/* Actual image */
.search .post-thumbnail img,
.search-results .post-thumbnail img,
.search .featured-image img,
.search-results .featured-image img {
    width: 165px !important;
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    display: block !important;
    margin: 0 !important;
    box-shadow: none !important;
    border: none !important;
    transition: transform 0.2s ease !important;
}

/* Hover */
.search article:hover .post-thumbnail img,
.search-results article:hover .post-thumbnail img,
.search article:hover .featured-image img,
.search-results article:hover .featured-image img {
    transform: scale(1.02) !important;
}

/* Clean links/figures */
.search .post-thumbnail a,
.search-results .post-thumbnail a,
.search .featured-image a,
.search-results .featured-image a,
.search .post-thumbnail figure,
.search-results .post-thumbnail figure,
.search .featured-image figure,
.search-results .featured-image figure {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* Category labels */
.search .cat-links,
.search-results .cat-links {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    margin-bottom: 10px !important;
    line-height: 1.4 !important;
}

.search .cat-links a,
.search-results .cat-links a {
    color: #c62828 !important;
    text-decoration: none !important;
}

/* Titles */
.search .entry-title,
.search-results .entry-title {
    font-size: 17px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: -0.2px !important;
    margin: 8px 0 8px !important;
}

.search .entry-title a,
.search-results .entry-title a {
    color: #1f2937 !important;
    text-decoration: none !important;
}

.search .entry-title a:hover,
.search-results .entry-title a:hover {
    color: #000 !important;
}

/* Excerpt box like related posts */
.search .entry-content,
.search-results .entry-content,
.search .entry-summary,
.search-results .entry-summary {
    background: #f3f4f6 !important;
    border-left: 4px solid #db100d !important;
    border-radius: 0 8px 8px 0 !important;
    padding: 16px 18px !important;
    margin-top: 14px !important;
    font-size: 13px !important;
    line-height: 1.75 !important;
    color: #374151 !important;
    box-shadow: none !important;
}

.search .entry-content p:last-child,
.search-results .entry-content p:last-child,
.search .entry-summary p:last-child,
.search-results .entry-summary p:last-child {
    margin-bottom: 0 !important;
}

/* Meta */
.search .entry-meta,
.search-results .entry-meta {
    font-size: 12px !important;
    color: #6b7280 !important;
    margin-top: 10px !important;
}

.search .entry-meta a,
.search-results .entry-meta a {
    color: #374151 !important;
    text-decoration: none !important;
}

/* Search page title */
.search .page-title,
.search-results .page-title {
    line-height: 1.08 !important;
    letter-spacing: -0.8px !important;
    margin-bottom: 18px !important;
}

/* Mobile */
@media (max-width: 768px) {
    .search .post-thumbnail,
    .search-results .post-thumbnail,
    .search .featured-image,
    .search-results .featured-image {
        max-width: 125px !important;
    }

    .search .post-thumbnail img,
    .search-results .post-thumbnail img,
    .search .featured-image img,
    .search-results .featured-image img {
        width: 125px !important;
        height: 78px !important;
    }

    .search .entry-title,
    .search-results .entry-title {
        font-size: 15px !important;
        line-height: 1.32 !important;
    }

    .search .entry-content,
    .search-results .entry-content,
    .search .entry-summary,
    .search-results .entry-summary {
        font-size: 13px !important;
        padding: 14px 15px !important;
    }
}

/* =========================================
   INSIGHTS TOPIC CARDS - TIDIER 3-COLUMN GRID
========================================= */

.finnoex-insights-topics-wrap {
    max-width: 1120px;
    margin: 0 auto 34px auto;
}

.finnoex-insights-topics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    align-items: stretch;
}

.finnoex-topic-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-top: 3px solid #db100d;
    border-radius: 10px;
    padding: 18px 18px 16px;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    min-height: 170px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.finnoex-topic-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    border-color: #d1d5db;
}

.finnoex-topic-title {
    display: block;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.finnoex-topic-desc {
    display: block;
    font-size: 14px;
    line-height: 1.65;
    color: #4b5563;
}

/* Tablet */
@media (max-width: 991px) {
    .finnoex-insights-topics-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .finnoex-insights-topics-wrap {
        max-width: 100%;
    }

    .finnoex-insights-topics-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .finnoex-topic-card {
        min-height: auto;
        padding: 16px 16px 14px;
    }

    .finnoex-topic-title {
        font-size: 16px;
    }

    .finnoex-topic-desc {
        font-size: 13.5px;
    }
}

/* =========================================
   INSIGHTS GRID FIX - HANDLE WORDPRESS P WRAPPERS
========================================= */

.category-insights .finnoex-insights-topics-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch !important;
}

/* If WordPress wrapped cards in paragraph tags, neutralise them */
.category-insights .finnoex-insights-topics-grid > p {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
}

.category-insights .finnoex-insights-topics-grid br {
    display: none !important;
}

/* Make card sizing fully predictable */
.category-insights .finnoex-topic-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 165px !important;
    margin: 0 !important;
}

@media (max-width: 991px) {
    .category-insights .finnoex-insights-topics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    .category-insights .finnoex-insights-topics-grid {
        grid-template-columns: 1fr !important;
    }

    .category-insights .finnoex-topic-card {
        min-height: auto !important;
    }
}

/* INSIGHTS SECTION LABEL */
.finnoex-insights-topics-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #db100d;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.finnoex-insights-topics-label::after {
    content: "";
    height: 2px;
    width: 60px;
    background: #e5e7eb;
}

/* =========================================
   INSIGHTS HUB PANEL
========================================= */

.category-insights .finnoex-insights-topics-wrap {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 26px 26px 28px;
    margin: 26px 0 40px;
}

/* Section title slightly stronger */
.category-insights .finnoex-insights-topics-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #db100d;
    margin-bottom: 20px;
}

/* Make cards feel lighter inside panel */
.category-insights .finnoex-topic-card {
    background: #ffffff;
}

/* ===== FINNOEX FEATURED INSIGHT ===== */

.category .finnoex-featured-insight,
.archive .finnoex-featured-insight {
    background: #0b0b0b;
    color: #fff;
    border-left: 4px solid #db100d;
    padding: 18px 20px;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

/* label */
.category .featured-label,
.archive .featured-label {
    font-size: 11px;
    letter-spacing: .8px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ff4d4d;
    margin-bottom: 18px;
}

/* layout */
.category .finnoex-featured-row,
.archive .finnoex-featured-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

/* image */
.category .featured-image img,
.archive .featured-image img {
    width: 230px;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

/* text */
.category .featured-content,
.archive .featured-content {
    flex: 1;
    max-width: 700px;
}

/* title */
.category .featured-content h3,
.archive .featured-content h3 {
    font-size: 20px;
    line-height: 1.35;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.category .featured-content h3 a,
.archive .featured-content h3 a {
    color: #fff;
    text-decoration: none !important;
}

.category .featured-content h3 a:hover,
.archive .featured-content h3 a:hover {
    color: #ff4d4d;
}

/* description */
.category .featured-content p,
.archive .featured-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #cbd5e1;
    margin: 0;
}

/* mobile */
@media (max-width: 768px) {

    .category .finnoex-featured-row,
    .archive .finnoex-featured-row {
        flex-direction: column;
    }

    .category .featured-image img,
    .archive .featured-image img {
        width: 100%;
        height: auto;
        max-height: 220px;
    }

    .category .finnoex-featured-insight,
    .archive .finnoex-featured-insight {
        margin: 48px 0;
    }
}

/* =========================================
   HOMEPAGE - MAKE FIRST ITEM IN LATEST LARGER
========================================= */

.home .featured-posts .blog-post-container:first-child .blog-post-image img {
    width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
}

.home .featured-posts .blog-post-container:first-child .entry-title {
    font-size: 24px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin-top: 10px !important;
}

.home .featured-posts .blog-post-container:first-child .post-meta {
    font-size: 13px !important;
    margin-top: 6px !important;
}

@media (max-width: 768px) {
    .home .featured-posts .blog-post-container:first-child .blog-post-image img {
        height: 200px !important;
    }

    .home .featured-posts .blog-post-container:first-child .entry-title {
        font-size: 20px !important;
    }
}

/* =========================================
   NEWS PAGE - MAKE NORMAL PAGE LOOK LIKE CATEGORY ARCHIVE
========================================= */

.finnoex-news-archive article,
.finnoex-news-archive .hentry {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding-bottom: 24px !important;
    margin-bottom: 24px !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.finnoex-news-archive .inside-article,
.finnoex-news-archive .post-wrapper,
.finnoex-news-archive .entry-wrapper,
.finnoex-news-archive .content-wrapper,
.finnoex-news-archive .inner-wrapper {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.finnoex-news-archive .post-thumbnail {
    width: 100% !important;
    max-width: 165px !important;
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    overflow: hidden !important;
}

.finnoex-news-archive .post-thumbnail img {
    width: 165px !important;
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    display: block !important;
    margin: 0 !important;
    box-shadow: none !important;
    border: none !important;
    transition: transform 0.2s ease !important;
}

.finnoex-news-archive article:hover .post-thumbnail img {
    transform: scale(1.02) !important;
}

.finnoex-news-archive .post-thumbnail a,
.finnoex-news-archive .post-thumbnail figure {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.finnoex-news-archive .cat-links {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    margin-bottom: 10px !important;
    line-height: 1.4 !important;
}

.finnoex-news-archive .cat-links a {
    color: #c62828 !important;
    text-decoration: none !important;
}

.finnoex-news-archive .entry-title {
    font-size: 17px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: -0.2px !important;
    margin: 8px 0 8px !important;
}

.finnoex-news-archive .entry-title a {
    color: #1f2937 !important;
    text-decoration: none !important;
}

.finnoex-news-archive .entry-title a:hover {
    color: #000 !important;
}

.finnoex-news-archive .entry-summary,
.finnoex-news-archive .entry-content {
    font-size: 13px !important;
    line-height: 1.65 !important;
    color: #4b5563 !important;
    margin-top: 6px !important;
}

.finnoex-news-archive .entry-meta {
    font-size: 12px !important;
    color: #6b7280 !important;
    margin-top: 10px !important;
}

.finnoex-news-archive .entry-meta a {
    color: #374151 !important;
    text-decoration: none !important;
}

.finnoex-news-archive .page-title {
    line-height: 1.08 !important;
    letter-spacing: -0.8px !important;
    margin-bottom: 18px !important;
}

.finnoex-news-archive .pagination {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .finnoex-news-archive .post-thumbnail {
        max-width: 125px !important;
    }

    .finnoex-news-archive .post-thumbnail img {
        width: 125px !important;
        height: 78px !important;
    }

    .finnoex-news-archive .entry-title {
        font-size: 15px !important;
        line-height: 1.32 !important;
    }

    .finnoex-news-archive .entry-summary,
    .finnoex-news-archive .entry-content {
        font-size: 13px !important;
    }
}

/* =========================================
   NEWS PAGE - MATCH CATEGORY PAGE LAYOUT
========================================= */

.finnoex-news-archive .page-header {
    margin-bottom: 24px;
}

.finnoex-news-archive .archive-description,
.finnoex-news-archive .archive-description p {
    font-size: 17px !important;
    line-height: 1.6 !important;
    color: #4b5563 !important;
    max-width: 1100px !important;
}

.finnoex-news-archive .pagination {
    margin-top: 24px;
}

.finnoex-news-archive #primary {
    float: left;
}

.finnoex-news-archive #secondary {
    float: right;
}

@media (max-width: 768px) {
    .finnoex-news-archive .archive-description,
    .finnoex-news-archive .archive-description p {
        font-size: 15px !important;
    }
}

/* =========================================
   NEWS PAGE - SIDEBAR + 3 COLUMN ARTICLE GRID
========================================= */

.finnoex-news-archive #primary {
    float: left;
}

.finnoex-news-archive #secondary {
    float: right;
}

.finnoex-news-archive .page-header {
    margin-bottom: 24px;
}

.finnoex-news-archive .archive-description,
.finnoex-news-archive .archive-description p {
    font-size: 17px !important;
    line-height: 1.6 !important;
    color: #4b5563 !important;
    max-width: 1100px !important;
}

.finnoex-news-archive .finnoex-news-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 26px !important;
    align-items: start !important;
}

.finnoex-news-archive .finnoex-news-card {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 0 18px !important;
    border-bottom: 1px solid #e5e7eb !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: none !important;
}

.finnoex-news-archive .post-thumbnail {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 14px 0 !important;
    overflow: hidden !important;
    border-radius: 6px !important;
    background: transparent !important;
}

.finnoex-news-archive .post-thumbnail img {
    width: 100% !important;
    height: 170px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    display: block !important;
    transition: transform 0.2s ease !important;
}

.finnoex-news-archive .finnoex-news-card:hover .post-thumbnail img {
    transform: scale(1.02) !important;
}

.finnoex-news-archive .cat-links {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    margin-bottom: 10px !important;
    line-height: 1.4 !important;
}

.finnoex-news-archive .cat-links a {
    color: #16a34a !important;
    text-decoration: none !important;
}

.finnoex-news-archive .entry-title {
    font-size: 17px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: -0.2px !important;
    margin: 0 0 10px !important;
}

.finnoex-news-archive .entry-title a {
    color: #1f2937 !important;
    text-decoration: none !important;
}

.finnoex-news-archive .entry-title a:hover {
    color: #000 !important;
}

.finnoex-news-archive .entry-summary {
    font-size: 13px !important;
    line-height: 1.65 !important;
    color: #4b5563 !important;
    margin-top: 0 !important;
}

.finnoex-news-archive .pagination {
    margin-top: 28px !important;
}

@media (max-width: 1180px) {
    .finnoex-news-archive .finnoex-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    .finnoex-news-archive .finnoex-news-grid {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    .finnoex-news-archive .post-thumbnail img {
        height: 210px !important;
    }

    .finnoex-news-archive .entry-title {
        font-size: 15px !important;
        line-height: 1.32 !important;
    }

    .finnoex-news-archive .archive-description,
    .finnoex-news-archive .archive-description p {
        font-size: 15px !important;
    }
}

.fx-secondary-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* TRENDING SECTION */

.fx-latest-rail {
    background: #f3f4f6 !important;
    border-left: 4px solid #c62828 !important;
    padding: 18px 18px 18px 22px !important;
    border-radius: 6px;
}

/* REMOVE ANY MENU UNDERLINE / RED LINE */
.main-navigation ul li a,
.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li a:active,
#site-navigation ul li a,
#site-navigation ul li a:hover,
#site-navigation ul li a:focus,
#site-navigation ul li a:active {
    border-bottom: none !important;
    box-shadow: none !important;
}

/* FORCE REMOVE ALL MENU HOVER LINES / UNDERLINES */
.main-navigation ul li,
.main-navigation ul li:hover,
.main-navigation ul li.current-menu-item,
.main-navigation ul li.current_page_item,
.main-navigation ul li a,
.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li a:active,
.main-navigation ul li a span,
.main-navigation ul li a:hover span,
#site-navigation ul li,
#site-navigation ul li:hover,
#site-navigation ul li.current-menu-item,
#site-navigation ul li.current_page_item,
#site-navigation ul li a,
#site-navigation ul li a:hover,
#site-navigation ul li a:focus,
#site-navigation ul li a:active,
#site-navigation ul li a span,
#site-navigation ul li a:hover span {
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    background-image: none !important;
}

/* kill pseudo elements everywhere in menu */
.main-navigation ul li::before,
.main-navigation ul li::after,
.main-navigation ul li a::before,
.main-navigation ul li a::after,
.main-navigation ul li a span::before,
.main-navigation ul li a span::after,
#site-navigation ul li::before,
#site-navigation ul li::after,
#site-navigation ul li a::before,
#site-navigation ul li a::after,
#site-navigation ul li a span::before,
#site-navigation ul li a span::after {
    content: none !important;
    display: none !important;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
}

/* keep only text colour change on hover */
.main-navigation ul li a:hover,
#site-navigation ul li a:hover {
    color: #db100d !important;
}

/* =========================================
   INNER PAGES - MATCH HOMEPAGE OUTER SIDE SPACING
   Applies to article, page, category, archive, blog, search
========================================= */

/* DESKTOP */
body.single-post .depth-news-pro-container-wrapper,
body.single-post .depth-news-pro-container,
body.single-post .site-content,
body.page .depth-news-pro-container-wrapper,
body.page .depth-news-pro-container,
body.page .site-content,
body.category .depth-news-pro-container-wrapper,
body.category .depth-news-pro-container,
body.category .site-content,
body.archive .depth-news-pro-container-wrapper,
body.archive .depth-news-pro-container,
body.archive .site-content,
body.blog .depth-news-pro-container-wrapper,
body.blog .depth-news-pro-container,
body.blog .site-content,
body.search .depth-news-pro-container-wrapper,
body.search .depth-news-pro-container,
body.search .site-content,
body.search-results .depth-news-pro-container-wrapper,
body.search-results .depth-news-pro-container,
body.search-results .site-content {
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
}

/* avoid adding extra inner padding to the content/sidebar columns */
body.single-post #primary,
body.single-post #secondary,
body.page #primary,
body.page #secondary,
body.category #primary,
body.category #secondary,
body.archive #primary,
body.archive #secondary,
body.blog #primary,
body.blog #secondary,
body.search #primary,
body.search #secondary,
body.search-results #primary,
body.search-results #secondary {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* TABLET */
@media (max-width: 1024px) {
    body.single-post .depth-news-pro-container-wrapper,
    body.single-post .depth-news-pro-container,
    body.single-post .site-content,
    body.page .depth-news-pro-container-wrapper,
    body.page .depth-news-pro-container,
    body.page .site-content,
    body.category .depth-news-pro-container-wrapper,
    body.category .depth-news-pro-container,
    body.category .site-content,
    body.archive .depth-news-pro-container-wrapper,
    body.archive .depth-news-pro-container,
    body.archive .site-content,
    body.blog .depth-news-pro-container-wrapper,
    body.blog .depth-news-pro-container,
    body.blog .site-content,
    body.search .depth-news-pro-container-wrapper,
    body.search .depth-news-pro-container,
    body.search .site-content,
    body.search-results .depth-news-pro-container-wrapper,
    body.search-results .depth-news-pro-container,
    body.search-results .site-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* MOBILE */
@media (max-width: 768px) {
    body.single-post .depth-news-pro-container-wrapper,
    body.single-post .depth-news-pro-container,
    body.single-post .site-content,
    body.page .depth-news-pro-container-wrapper,
    body.page .depth-news-pro-container,
    body.page .site-content,
    body.category .depth-news-pro-container-wrapper,
    body.category .depth-news-pro-container,
    body.category .site-content,
    body.archive .depth-news-pro-container-wrapper,
    body.archive .depth-news-pro-container,
    body.archive .site-content,
    body.blog .depth-news-pro-container-wrapper,
    body.blog .depth-news-pro-container,
    body.blog .site-content,
    body.search .depth-news-pro-container-wrapper,
    body.search .depth-news-pro-container,
    body.search .site-content,
    body.search-results .depth-news-pro-container-wrapper,
    body.search-results .depth-news-pro-container,
    body.search-results .site-content {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* =========================================
   CATEGORY PAGE – SPACE BETWEEN CONTENT & SIDEBAR
========================================= */

body.category #primary {
    padding-right: 20px !important;
}

body.category #secondary {
    padding-left: 20px !important;
}

/* =========================================
   ARTICLE PAGE – MATCH CATEGORY SPACING
========================================= */

body.single-post #primary {
    padding-right: 20px !important;
}

body.single-post #secondary {
    padding-left: 0 !important;
}
/* ARTICLE PAGE – FIX CONTENT ↔ SIDEBAR GAP */

body.single-post #primary {
    padding-right: 24px !important;
}

body.single-post #secondary {
    padding-left: 24px !important;
}

.single-post .post-thumbnail img {
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.single-post .post-thumbnail {
    margin-top: 20px;
    margin-bottom: 24px;
}

.finnoex-reading-time {
    color: #777;
    font-size: 14px;
}

.fx-heading-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    border-bottom:2px solid #111;
    margin-bottom:10px;
    padding-bottom:7px;
}

.fx-latest-heading{
    margin:0;
    font-size:18px;
    line-height:1.2;
    font-weight:700;
    color:#232323;
    letter-spacing:-0.2px;
}

.fx-latest-item{
    padding:0 0 9px;
    margin:0 0 9px;
    border-bottom:1px solid #e2e2e2;
}

.fx-latest-item h4{
    margin:3px 0 0;
    font-size:14px;
    line-height:1.32;
    font-weight:700;
    letter-spacing:-0.15px;
    color:#1f2937;
}

.fx-latest-item h4 a{
    color:#222;
    text-decoration:none;
}

.fx-latest-item h4 a:hover{
    color:#d60000;
}

.fx-latest-item-thumb{
    display:grid;
    grid-template-columns:72px minmax(0,1fr);
    gap:12px;
    align-items:start;
}

.fx-latest-thumb{
    display:block;
    width:72px;
    height:72px;
    overflow:hidden;
    border-radius:6px;
    background:#eee;
}

.fx-latest-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.fx-latest-body{
    min-width:0;
}

.fx-meta-row{
    display:flex;
    gap:8px;
    align-items:center;
    flex-wrap:wrap;
    margin-bottom:6px;
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:.04em;
    color:#7a7a7a;
    line-height:1.2;
}

.fx-cat{
    font-weight:700;
    color:#d60000;
}

.fx-time{
    color:#888;
}

/* SIDEBAR TRENDING BOX */

.sidebar-trending{
    background:#f3f4f6;
    padding:18px;
    margin-bottom:25px;
    border-left:4px solid #c62828;
    border-radius:6px;
}

/* spacing between items */

.sidebar-trending .fx-latest-item{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #e2e2e2;
}

.sidebar-trending .fx-latest-item:last-child{
    border-bottom:none;
    margin-bottom:0;
}

/* ========================================
   SIDEBAR BOX STYLE (FINNOEX)
   ======================================== */

.sidebar-trending,
.sidebar-insights,
.sidebar-latest{
    background:#f3f4f6;
    padding:18px;
    margin-bottom:25px;
    border-left:4px solid #c62828;
    border-radius:6px;
}

/* ========================================
   SIDEBAR TITLES
   ======================================== */

.sidebar-trending .fx-latest-heading,
.sidebar-insights .widget-title,
.sidebar-latest .widget-title{
    margin:0 0 14px 0;
    font-size:16px;
    font-weight:700;
    color:#1f2937;
    letter-spacing:-0.2px;
}

/* ========================================
   ARTICLE ITEMS
   ======================================== */

.sidebar-trending .fx-latest-item,
.sidebar-insights .insight-item,
.sidebar-latest .insight-item{
    display:flex;
    gap:10px;
    align-items:flex-start;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #e2e2e2;
}

.sidebar-trending .fx-latest-item:last-child,
.sidebar-insights .insight-item:last-child,
.sidebar-latest .insight-item:last-child{
    border-bottom:none;
    margin-bottom:0;
}

/* ========================================
   THUMBNAIL SIZE
   ======================================== */

.insight-thumb img{
    width:72px;
    height:72px;
    object-fit:cover;
    border-radius:6px;
}

/* ========================================
   TITLE STYLE
   ======================================== */

.insight-title,
.sidebar-trending h4 a{
    font-size:14px;
    font-weight:600;
    line-height:1.35;
    color:#222;
    text-decoration:none;
}

.insight-title:hover,
.sidebar-trending h4 a:hover{
    color:#c62828;
}

/* SIDEBAR HEADING DIVIDER */

.fx-heading-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:2px solid #111;
    margin-bottom:12px;
    padding-bottom:7px;
}

.widget-title{
    margin:0;
    font-size:16px;
    font-weight:700;
    color:#1f2937;
}

/* TRENDING SIDEBAR THUMBNAIL FIX */

.sidebar-trending .fx-latest-item-thumb{
    grid-template-columns: 72px minmax(0,1fr) !important;
    gap: 12px !important;
    align-items: start !important;
}

.sidebar-trending .fx-latest-thumb{
    display: block !important;
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    height: 72px !important;
    overflow: hidden !important;
    border-radius: 6px !important;
    background: #eee !important;
}

.sidebar-trending .fx-latest-thumb img{
    width: 72px !important;
    height: 72px !important;
    object-fit: cover !important;
    display: block !important;
}

.widget{
    background:#f3f4f6;
    padding:18px;
    margin-bottom:25px;
    border-left:4px solid #c62828;
    border-radius:6px;
}

/* =========================================
   FINNOEX AUTHOR PAGE – MINIMAL SAFE STYLING
========================================= */

/* Author page heading */
body.author .page-header,
body.author .archive-header,
body.author header.page-header {
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e7eb;
}

/* Author title */
body.author .page-title,
body.author .archive-title,
body.author .page-header h1 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 14px 0;
    color: #111827;
}

/* Author bio box only */
body.author .archive-description {
    background: #f3f4f6;
    border-left: 4px solid #c62828;
    padding: 18px 20px;
    border-radius: 6px;
    margin: 0 0 28px 0;
    color: #374151;
    font-size: 16px;
    line-height: 1.7;
    max-width: 100%;
}

body.author .archive-description p {
    margin: 0 0 12px 0;
}

body.author .archive-description p:last-child {
    margin-bottom: 0;
}

/* Mobile */
@media (max-width: 768px) {
    body.author .page-title,
    body.author .archive-title,
    body.author .page-header h1 {
        font-size: 26px;
    }

    body.author .archive-description {
        padding: 16px;
        font-size: 15px;
    }
}
/* =========================================
   AUTHOR PAGE – ADD GAP BETWEEN CONTENT & SIDEBAR
========================================= */

body.author #secondary {
    margin-left: 30px;
}
/* =========================================
   FINNOEX AUTHOR PAGE – EDITORIAL POLISH
========================================= */

/* Author name styling */
body.author .page-title {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

/* Author bio box refinement */
body.author .archive-description {
    background: #f8fafc;
    border-left: 4px solid #c62828;
    padding: 22px 24px;
    border-radius: 6px;
    margin: 0 0 34px 0;
    line-height: 1.7;
}

/* Slightly lighter text tone */
body.author .archive-description p {
    color: #4b5563;
}

/* AUTHOR HEADER LAYOUT */

.author-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
}

.author-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.author-info .page-title {
    margin: 0 0 6px 0;
}

.author-info .archive-description {
    margin: 0;
}
/* AUTHOR AVATAR FIX */

img.avatar {
    width: 80px !important;
    height: 80px !important;
    max-width: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 6px !important;
    display: block !important;
}
.author-avatar,
.author-box .avatar {
    width: 80px !important;
    height: 80px !important;
    overflow: hidden !important;
    border-radius: 6px !important;
    flex: 0 0 80px !important;
}
/* AUTHOR PAGE SIDEBAR MOBILE SPACING FIX */

@media (max-width: 768px) {
    body.author #secondary,
    body.author .widget-area,
    body.author aside.widget,
    body.author .sidebar-widget-area {
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box;
    }

    body.author aside.widget,
    body.author .widget,
    body.author .wp-block-group,
    body.author .fx-latest-rail {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
/* AUTHOR PAGE SIDEBAR MOBILE PADDING BALANCE */

@media (max-width: 768px) {

    body.author #secondary,
    body.author .widget-area {
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box;
    }

    body.author .widget,
    body.author aside.widget,
    body.author .fx-latest-rail {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

}
.related-posts-finnoex {
	margin-top: 40px;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}

.related-posts-finnoex h2 {
	margin-bottom: 22px;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 700;
}

.related-posts-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.related-post-card {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	box-shadow: none;
}

.related-post-thumb {
	display: block;
	margin-bottom: 12px;
	border-radius: 10px;
	overflow: hidden;
}

.related-post-thumb img {
	display: block;
	width: 100%;
	height: 190px;
	object-fit: cover;
	border-radius: 10px;
}

.related-post-content {
	padding: 0;
}

.related-post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-bottom: 8px;
	font-size: 0.82rem;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.related-post-category {
	color: #c21d1d;
	font-weight: 700;
}

.related-post-date {
	color: #777;
	font-weight: 500;
}

.related-post-title {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.35;
	font-weight: 700;
}

.related-post-title a {
	color: inherit;
	text-decoration: none;
}

.related-post-title a:hover {
	text-decoration: underline;
}

.related-post-card .entry-content,
.related-post-card .post-text,
.related-post-card p {
	display: none;
}

@media (max-width: 767px) {
	.related-posts-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.related-post-thumb img {
		height: 200px;
	}

	.related-post-title {
		font-size: 1.05rem;
	}
}
/* Make related posts more compact */

.related-posts-finnoex h2{
margin-bottom:16px;
}

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

.related-post-thumb img{
height:120px;
object-fit:cover;
border-radius:8px;
}

.related-post-title{
font-size:1.05rem;
line-height:1.35;
margin-top:4px;
}

.related-post-meta{
font-size:11px;
margin-bottom:4px;
}

.related-post-card{
margin-bottom:6px;
}
.related-post-title{
font-size:1rem;
}
.related-posts-finnoex h2{
	font-size: 1.5rem;
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 0 0 18px;
	padding-bottom: 10px;
	border-bottom: 2px solid #111;
	color: #1f2937;
}
.single-post .entry-footer{
display:none;
}

.fx-sidebar-ads{
	display:flex;
	flex-direction:column;
	gap:18px;
	margin:22px 0;
}

.fx-sidebar-square-ad{
	display:block;
	width:100%;
	max-width:300px;
	aspect-ratio:1/1;
	overflow:hidden;
	border-radius:10px;
	border:1px solid #e5e5e5;
	box-shadow:0 8px 24px rgba(0,0,0,.08);
	text-decoration:none;
}

.fx-sidebar-square-ad img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	transition:transform .25s ease;
}

.fx-sidebar-square-ad:hover img{
	transform:scale(1.025);
}

/* SOFT SIDEBAR AD HOVER EFFECT */

.fx-sidebar-ads{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.fx-sidebar-ads .finnoex-ad-wrap,
.fx-sidebar-ads a{
    display:block;
    overflow:hidden;
    border-radius:10px;
}

.fx-sidebar-ads img{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;

    transform:scale(1);
    transform-origin:center center;

    transition:transform 0.35s ease;
}

.fx-sidebar-ads a:hover img{
    transform:scale(1.025);
}