
/* =====================================================
   OUTSIDE THE CASE — GLOBAL DARK EDITORIAL THEME v2
   Design System: #0d1117 bg | #1a1a2e navy | #FF9900 accent
   ===================================================== */

body { background: #0d1117 !important; color: #c9d1d9; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, sans-serif; }

/* SITE HEADER */
.site-header, .site-header-wrapper, .header-widget-area { background: #0d1117 !important; border-bottom: 1px solid rgba(255,153,0,0.15) !important; box-shadow: none !important; }
.inside-header { background: transparent !important; }
.site-title a, .main-title a { color: #fff !important; font-weight: 800 !important; text-decoration: none !important; }
.site-title a:hover, .main-title a:hover { color: #FF9900 !important; }
.site-description { color: #8b949e !important; }

/* NAVIGATION */
nav.main-navigation, #site-navigation, nav.main-navigation.sub-menu-right, .nav-primary { background: #0d1117 !important; }
.inside-navigation, .inside-navigation.grid-container { background: transparent !important; }
nav.main-navigation ul li a, #site-navigation ul li a { color: #ccd6f6 !important; font-size: 14px !important; font-weight: 500; transition: color 0.2s; }
nav.main-navigation ul li a:hover, #site-navigation ul li a:hover, nav.main-navigation ul li.current-menu-item > a, #site-navigation ul li.current-menu-item > a, nav.main-navigation ul li.current-menu-ancestor > a { color: #FF9900 !important; }
nav.main-navigation ul ul, #site-navigation ul ul { background: #1a1a2e !important; border: 1px solid rgba(255,153,0,0.2) !important; border-top: 2px solid #FF9900 !important; box-shadow: 0 8px 32px rgba(0,0,0,0.5); }
nav.main-navigation ul ul li a:hover, #site-navigation ul ul li a:hover { background: rgba(255,153,0,0.1) !important; color: #FF9900 !important; }
button.menu-toggle, nav.main-navigation button.menu-toggle { color: #e6edf3 !important; background: transparent !important; border: none !important; }
nav.main-navigation.toggled-on, nav.main-navigation.toggled-on ul { background: #0d1117 !important; }

/* CONTENT CONTAINERS */
.site-content, .site-main, .content-area, #primary, .grid-container, .container, .inside-article { background: transparent !important; }

/* ARCHIVE / BLOG HEADERS */
.page-header { background: linear-gradient(135deg, #1a1a2e 0%, #0d1117 100%) !important; border-bottom: 2px solid #FF9900; padding: 56px 0 48px; margin-bottom: 40px; position: relative; overflow: hidden; }
.page-title, .archive-title { color: #fff !important; font-size: clamp(26px, 4vw, 44px) !important; font-weight: 800; letter-spacing: -0.03em; margin: 0 0 10px !important; }
.archive-title span { color: #FF9900; }
.archive-description, .archive-description p { color: #8b949e !important; font-size: 16px; }

/* POST CARDS (blog/archive) */
.blog article.type-post, .archive article.type-post, .search-results article.type-post, .blog article.type-page, .archive article.type-page { background: #161b22 !important; border: 1px solid #21262d !important; border-radius: 12px; padding: 28px !important; margin-bottom: 24px !important; transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; position: relative; overflow: hidden; box-shadow: none !important; }
.blog article.type-post:hover, .archive article.type-post:hover { border-color: rgba(255,153,0,0.4) !important; transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,0.4) !important; }

/* ENTRY TITLES */
.blog .entry-title, .archive .entry-title, .search-results .entry-title { color: #e6edf3 !important; font-size: clamp(18px, 2.5vw, 22px) !important; font-weight: 700; line-height: 1.35; margin: 0 0 10px !important; }
.blog .entry-title a, .archive .entry-title a { color: #e6edf3 !important; text-decoration: none !important; transition: color 0.2s; }
.blog .entry-title a:hover, .archive .entry-title a:hover { color: #FF9900 !important; }

/* ENTRY META */
.entry-meta, .blog .entry-meta, .archive .entry-meta { color: #8b949e !important; font-size: 13px; margin-bottom: 12px; }
.entry-meta a { color: #FF9900 !important; text-decoration: none !important; font-weight: 500; }
.entry-meta a:hover { color: #ffb347 !important; }

/* ENTRY SUMMARY */
.blog .entry-summary, .archive .entry-summary, .blog .entry-summary p, .archive .entry-summary p { color: #8b949e !important; font-size: 15px; line-height: 1.75; }

/* READ MORE */
a.more-link, .more-link { display: inline-flex !important; align-items: center; gap: 6px; background: transparent !important; border: 1px solid rgba(255,153,0,0.4) !important; color: #FF9900 !important; font-size: 13px !important; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; padding: 7px 16px !important; border-radius: 6px; text-decoration: none !important; transition: all 0.2s; margin-top: 8px; }
a.more-link:hover { background: #FF9900 !important; color: #0d1117 !important; }

/* CAT LABELS */
.cat-links a, .entry-categories a { display: inline-block; background: rgba(255,153,0,0.1) !important; border: 1px solid rgba(255,153,0,0.25); color: #FF9900 !important; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 3px 10px; border-radius: 4px; text-decoration: none !important; }

/* SINGLE POST */
.single .entry-header { background: linear-gradient(180deg, #0d1117 0%, #161b22 100%); border-bottom: 1px solid #21262d; padding: 48px 0 36px; margin-bottom: 36px; }
.single .entry-title { color: #e6edf3 !important; font-size: clamp(26px, 4vw, 44px) !important; font-weight: 800; line-height: 1.2; letter-spacing: -0.03em; }
.single .featured-image, .single .post-thumbnail { border-radius: 12px; overflow: hidden; margin-bottom: 32px; border: 1px solid #21262d; }

/* POST CONTENT */
.entry-content { color: #c9d1d9; font-size: 17px; line-height: 1.85; }
.entry-content p { margin-bottom: 1.4em; }
.entry-content h2 { color: #e6edf3 !important; font-size: clamp(22px, 3vw, 30px); font-weight: 800; letter-spacing: -0.02em; margin: 2em 0 0.6em; padding-bottom: 10px; border-bottom: 2px solid rgba(255,153,0,0.3); }
.entry-content h3 { color: #FF9900 !important; font-size: clamp(18px, 2.5vw, 22px); font-weight: 700; margin: 1.8em 0 0.5em; }
.entry-content h4 { color: #e6edf3 !important; font-size: 18px; font-weight: 700; margin: 1.5em 0 0.5em; }
.entry-content a { color: #FF9900 !important; text-decoration: underline; text-decoration-color: rgba(255,153,0,0.4); transition: color 0.2s; }
.entry-content a:hover { color: #ffb347 !important; }
.entry-content strong, .entry-content b { color: #e6edf3; font-weight: 700; }
.entry-content blockquote { background: rgba(255,153,0,0.05) !important; border-left: 4px solid #FF9900 !important; padding: 20px 24px; margin: 28px 0; border-radius: 0 8px 8px 0; }
.entry-content blockquote p { color: #ccd6f6 !important; font-size: 18px; font-style: italic; margin: 0 !important; }
.entry-content ul li, .entry-content ol li { color: #c9d1d9; margin-bottom: 8px; }
.entry-content ul > li::marker { color: #FF9900; }
.entry-content ol > li::marker { color: #FF9900; font-weight: 700; }
.entry-content code { background: rgba(255,153,0,0.1); border: 1px solid rgba(255,153,0,0.2); color: #FF9900; padding: 2px 7px; border-radius: 4px; font-size: 0.9em; }
.entry-content pre { background: #161b22 !important; border: 1px solid #21262d; padding: 20px; border-radius: 8px; overflow-x: auto; }
.entry-content table { width: 100%; border-collapse: collapse; margin: 24px 0; }
.entry-content table th { background: #1a1a2e; color: #e6edf3; font-weight: 700; padding: 12px 16px; border: 1px solid #21262d; text-align: left; }
.entry-content table td { color: #c9d1d9; padding: 10px 16px; border: 1px solid #21262d; }
.entry-content table tr:nth-child(even) td { background: rgba(255,255,255,0.02); }

/* SIDEBAR */
.widget-area, #secondary { background: transparent !important; }
.widget { background: #161b22 !important; border: 1px solid #21262d !important; border-radius: 12px; padding: 24px !important; margin-bottom: 24px; box-shadow: none !important; }
.widget-title, h3.widget-title { color: #e6edf3 !important; font-size: 12px !important; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; border-bottom: 1px solid #21262d; padding-bottom: 12px !important; margin-bottom: 16px !important; position: relative; }
.widget-title::after { content: ''; display: block; width: 28px; height: 2px; background: #FF9900; position: absolute; bottom: -1px; left: 0; }
.widget a { color: #ccd6f6 !important; text-decoration: none !important; transition: color 0.2s; }
.widget a:hover { color: #FF9900 !important; }
.widget ul { margin: 0 !important; padding: 0 !important; list-style: none !important; }
.widget ul li { color: #8b949e; padding: 7px 0; border-bottom: 1px solid #21262d; font-size: 14px; list-style: none !important; }
.widget ul li:last-child { border-bottom: none; }
.widget .search-form .search-field { background: #0d1117 !important; border: 1px solid #21262d !important; color: #e6edf3 !important; padding: 10px 14px; border-radius: 6px; width: 100%; font-size: 14px; }
.widget .search-form .search-field:focus { border-color: #FF9900 !important; outline: none; }
.widget .search-form .search-submit { background: #FF9900 !important; color: #111 !important; border: none !important; padding: 10px 18px; border-radius: 6px; font-weight: 700; cursor: pointer; margin-top: 8px; }

/* PAGES */
.page .entry-header { background: linear-gradient(135deg, #1a1a2e 0%, #0d1117 100%); border-bottom: 2px solid rgba(255,153,0,0.3); padding: 56px 0 44px; margin-bottom: 40px; }
.page .entry-title { color: #fff !important; font-size: clamp(28px, 4vw, 48px) !important; font-weight: 800; letter-spacing: -0.03em; }

/* PAGINATION */
.pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; margin: 40px 0; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; background: #161b22 !important; border: 1px solid #21262d !important; color: #e6edf3 !important; font-size: 14px; font-weight: 600; padding: 0 12px; border-radius: 6px; text-decoration: none !important; transition: all 0.2s; }
.pagination .page-numbers:hover { border-color: rgba(255,153,0,0.5) !important; color: #FF9900 !important; }
.pagination .page-numbers.current { background: #FF9900 !important; border-color: #FF9900 !important; color: #111 !important; }
nav.paging-navigation, .paging-navigation, #nav-below, #nav-above { background: transparent !important; border: none !important; padding: 24px 0; }
.paging-navigation .nav-previous a, .paging-navigation .nav-next a { display: inline-flex; align-items: center; gap: 8px; background: #161b22 !important; border: 1px solid #21262d !important; color: #e6edf3 !important; padding: 10px 20px; border-radius: 8px; font-weight: 600; font-size: 14px; text-decoration: none !important; transition: all 0.2s; }
.paging-navigation .nav-previous a:hover, .paging-navigation .nav-next a:hover { border-color: rgba(255,153,0,0.5) !important; color: #FF9900 !important; }

/* POST NAVIGATION (single) */
.post-navigation { border-top: 1px solid #21262d; padding-top: 32px; margin-top: 48px; }
.post-navigation .nav-previous a, .post-navigation .nav-next a { display: block; background: #161b22 !important; border: 1px solid #21262d !important; border-radius: 10px; padding: 16px 20px; text-decoration: none !important; transition: all 0.2s; }
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover { border-color: rgba(255,153,0,0.5) !important; transform: translateY(-1px); }
.post-navigation .nav-subtitle { color: #8b949e !important; font-size: 11px; letter-spacing: 1.2px; text-transform: uppercase; display: block; margin-bottom: 6px; }
.post-navigation .nav-title { color: #e6edf3 !important; font-weight: 700; font-size: 15px; }

/* TAGS */
.tags-links a, .entry-tags a { display: inline-block; background: #161b22 !important; border: 1px solid #21262d !important; color: #8b949e !important; font-size: 12px; padding: 4px 12px; border-radius: 20px; text-decoration: none !important; margin: 3px; transition: all 0.2s; }
.tags-links a:hover, .entry-tags a:hover { border-color: rgba(255,153,0,0.5) !important; color: #FF9900 !important; }

/* COMMENTS */
#comments { border-top: 1px solid #21262d; padding-top: 36px; margin-top: 48px; }
.comments-title { color: #e6edf3 !important; font-size: 22px; font-weight: 800; margin-bottom: 28px !important; }
.comment-list .comment-body { background: #161b22 !important; border: 1px solid #21262d; border-radius: 10px; padding: 20px; margin-bottom: 16px; }
.comment-list .comment-author .fn, .comment-list .comment-author .fn a { color: #e6edf3 !important; font-weight: 700; }
.comment-list .comment-metadata a { color: #8b949e !important; font-size: 12px; }
.comment-list .comment-content p { color: #c9d1d9 !important; font-size: 15px; line-height: 1.7; }
.comment-list .reply a { color: #FF9900 !important; font-size: 13px; font-weight: 600; text-decoration: none !important; }
.comment-respond { background: #161b22; border: 1px solid #21262d; border-radius: 12px; padding: 28px; margin-top: 32px; }
.comment-respond .comment-reply-title { color: #e6edf3 !important; font-size: 18px; font-weight: 700; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea { background: #0d1117 !important; border: 1px solid #21262d !important; color: #e6edf3 !important; padding: 10px 14px; border-radius: 6px; font-size: 14px; width: 100%; }
.comment-form label { color: #8b949e !important; font-size: 13px; font-weight: 600; }
.comment-form .submit, #submit { background: #FF9900 !important; color: #111 !important; border: none !important; padding: 12px 28px; border-radius: 8px; font-weight: 700; font-size: 15px; cursor: pointer; }
.comment-form .submit:hover, #submit:hover { background: #ffb347 !important; }

/* FOOTER */
.site-footer, .site-footer-wrap, .footer-bar, .footer-bar-wrap { background: #0a0a0f !important; border-top: 1px solid #21262d; color: #8b949e !important; }
.site-footer p, .footer-bar p, .copyright p { color: #8b949e !important; font-size: 13px; }
.site-footer a, .footer-bar a { color: #FF9900 !important; text-decoration: none !important; }
.site-footer a:hover, .footer-bar a:hover { color: #ffb347 !important; }

/* GLOBAL INPUTS */
input[type="text"], input[type="email"], input[type="search"], input[type="url"], input[type="password"], textarea, select { background: #161b22 !important; border: 1px solid #21262d !important; color: #e6edf3 !important; border-radius: 6px; transition: border-color 0.2s; }
input:focus, textarea:focus, select:focus { border-color: #FF9900 !important; outline: none !important; box-shadow: 0 0 0 3px rgba(255,153,0,0.1) !important; }

/* GUTENBERG */
.wp-block-separator { border-color: #21262d !important; }
.wp-block-quote { background: rgba(255,153,0,0.05) !important; border-left: 4px solid #FF9900 !important; padding: 20px 24px; border-radius: 0 8px 8px 0; }
.wp-block-quote p { color: #ccd6f6 !important; }
.wp-block-image img { border-radius: 8px; border: 1px solid #21262d; }
.wp-block-button__link, .button, a.button { background: #FF9900 !important; color: #111 !important; border-radius: 8px !important; font-weight: 700 !important; border: none !important; }
.wp-block-button__link:hover, .button:hover, a.button:hover { background: #ffb347 !important; color: #111 !important; }

hr { border: none !important; border-top: 1px solid #21262d !important; margin: 32px 0; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #0d1117; }
::-webkit-scrollbar-thumb { background: #30363d; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #FF9900; }
::selection { background: rgba(255,153,0,0.3); color: #fff; }

.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (max-width: 768px) { .widget-area, #secondary { padding-left: 0; margin-top: 32px; } .blog article.type-post, .archive article.type-post { padding: 20px !important; } .single .entry-header, .page .entry-header { padding: 36px 0 28px; } .page-header { padding: 40px 0 32px; } }


/* === HOMEPAGE BUTTON FIXES === */
/* Fix: otc-btn-primary text must be dark on orange bg */
a.otc-btn-primary,
.otc-btn-primary {
  color: #0d1117 !important;
  background: #FF9900 !important;
  text-decoration: none !important;
}

a.otc-btn-primary:hover,
.otc-btn-primary:hover {
  color: #0d1117 !important;
  background: #ffb347 !important;
}

/* Fix: any orange-bg button/link must have dark text */
.entry-content a[style*="background:#FF9900"],
.entry-content a[style*="background: #FF9900"],
.entry-content a[style*="background:#ff9900"] {
  color: #111 !important;
  text-decoration: none !important;
}


/* === GENERATEPRESS TOP BAR === */
.top-bar,
.top-bar-wrap {
  background: #0d1117 !important;
  border-bottom: 1px solid rgba(255,153,0,0.12) !important;
  color: #8b949e !important;
}

.top-bar a {
  color: #8b949e !important;
  text-decoration: none !important;
  transition: color 0.2s;
}

.top-bar a:hover {
  color: #FF9900 !important;
}

.top-bar p, .top-bar span {
  color: #8b949e !important;
}

/* === HOMEPAGE CARDS — RECENTLY PUBLISHED === */
.otc-article-card {
  background: #161b22 !important;
  border: 1px solid #21262d !important;
  border-radius: 12px !important;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s !important;
  overflow: hidden !important;
}

.otc-article-card:hover {
  border-color: rgba(255,153,0,0.45) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(0,0,0,0.4) !important;
}

/* Card text inside recently published */
.otc-article-card .otc-card-cat {
  color: #FF9900 !important;
}

.otc-article-card .otc-card-title,
.otc-article-card h3,
.otc-article-card h4 {
  color: #e6edf3 !important;
}

.otc-article-card .otc-card-excerpt,
.otc-article-card p {
  color: #8b949e !important;
}

/* === HOMEPAGE CARDS — FEATURED SIDE CARDS === */
.otc-featured-side-card {
  background: #161b22 !important;
  border: 1px solid #21262d !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  transition: border-color 0.2s, transform 0.2s !important;
}

.otc-featured-side-card:hover {
  border-color: rgba(255,153,0,0.45) !important;
  transform: translateX(3px) !important;
}

/* === HOMEPAGE CARDS — MOST READ === */
.otc-mostread-card {
  background: #161b22 !important;
  border: 1px solid #21262d !important;
  border-radius: 10px !important;
  transition: border-color 0.2s !important;
}

.otc-mostread-card:hover {
  border-color: rgba(255,153,0,0.45) !important;
}

/* === HOMEPAGE GENERIC CARD TEXT FIXES === */
.otc-lp .otc-card-title,
.otc-lp h3, .otc-lp h4 {
  color: #e6edf3 !important;
}

.otc-lp .otc-card-excerpt,
.otc-lp p:not(.otc-section-label):not(.otc-hero-sub) {
  color: #8b949e !important;
}

/* Force any remaining white backgrounds in homepage sections */
.otc-lp [style*="background:#fff"],
.otc-lp [style*="background: #fff"],
.otc-lp [style*="background:white"],
.otc-lp [style*="background: white"],
.otc-lp [style*="background:#ffffff"],
.otc-lp [style*="background: #ffffff"],
.otc-lp [style*="background:#FFF"],
.otc-lp [style*="background: #FFF"] {
  background: #161b22 !important;
}


/* === GENERATEPRESS FOOTER WIDGET AREA === */
#footer-widgets,
.footer-widgets,
.footer-widgets-container,
.inside-footer-widgets,
.footer-widget-1,
.footer-widget-2,
.footer-widget-3,
.footer-widget-4 {
  background: #0d1117 !important;
}

/* Footer widgets inner padding boxes */
#footer-widgets .widget.inner-padding {
  background: #161b22 !important;
  border: 1px solid #21262d !important;
  border-radius: 8px;
  margin-bottom: 12px;
}

#footer-widgets .widget p,
#footer-widgets .widget a {
  color: #ccd6f6 !important;
  font-size: 14px;
  text-decoration: none !important;
  transition: color 0.2s;
}

#footer-widgets .widget a:hover {
  color: #FF9900 !important;
}

/* === GENERATEPRESS SITE-INFO (copyright bar) === */
.site-info,
.site-info footer,
footer.site-info,
.inside-site-info {
  background: #0d1117 !important;
  border-top: 1px solid #21262d;
}

.site-info p,
.site-info span,
.inside-site-info p,
.inside-site-info span {
  color: #8b949e !important;
  font-size: 13px;
}

.site-info a,
.inside-site-info a {
  color: #FF9900 !important;
  text-decoration: none !important;
}

.site-info a:hover,
.inside-site-info a:hover {
  color: #ffb347 !important;
}

/* Footer bar inside site-info */
.site-info .footer-bar,
.footer-bar {
  background: transparent !important;
}


/* === FOOTER WIDGETS — LINK COLOR REFINEMENT === */
/* Override the ccd6f6 color set earlier — make links orange to match theme */
#footer-widgets .widget a,
#footer-widgets .widget p a {
  color: #FF9900 !important;
  font-weight: 500;
}

#footer-widgets .widget a:hover {
  color: #ffb347 !important;
}

/* Footer widget paragraph text (non-links) */
#footer-widgets .widget p {
  color: #8b949e !important;
  margin: 0;
  font-size: 14px;
}

/* Hide empty footer widget cards */
#footer-widgets .widget.inner-padding:empty,
#footer-widgets .widget_block:has(p:empty),
#footer-widgets .widget_text:has(p:empty) {
  display: none !important;
}

/* Empty block paragraphs in footer */
#footer-widgets .wp-block-paragraph:empty,
#footer-widgets p:empty {
  display: none !important;
}

/* Widgets with no visible text — hide empty inner-padding boxes */
#footer-widgets .widget.inner-padding:not(:has(a)):not(:has(img)):not(:has([class])) {
  display: none !important;
}


/* === HIDE EMPTY FOOTER WIDGET (block-43 — empty list) === */
#block-43 {
  display: none !important;
}

/* Generic: hide footer widgets with only empty list items */
#footer-widgets .widget_block ul:not(:has(li a)):not(:has(li:not(:empty))) {
  display: none !important;
}

#footer-widgets .widget_block:has(> ul > li:only-child:empty) {
  display: none !important;
}


/* === MOST READ THIS WEEK SECTION === */

/* Section background: override inline #f7f8fc */
.otc-mostread-bg {
  background: #0d1117 !important;
  border-top: 1px solid #21262d;
  border-bottom: 1px solid #21262d;
}

/* Section title */
.otc-mostread-bg h2,
.otc-mostread-bg .otc-section-title {
  color: #e6edf3 !important;
}

/* Image card: override inline #fff background */
.otc-mostread-card {
  background: #161b22 !important;
  border: 1px solid #21262d !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

.otc-mostread-card:hover {
  border-color: rgba(255,153,0,0.45) !important;
  box-shadow: 0 6px 24px rgba(0,0,0,0.4) !important;
  transform: translateY(-2px) !important;
}

/* Card body: the text container */
.otc-mostread-card-body {
  background: #161b22 !important;
  border: 1px solid #21262d !important;
  border-radius: 12px !important;
  padding: 16px 14px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

/* FIX THE VERTICAL LINE: the rank link inside card-body has otc-mostread-card class
   which gives it a border. Remove the card styling from it. */
.otc-mostread-card-body .otc-mostread-card {
  background: transparent !important;
  border: none !important;
  border-left: 3px solid #FF9900 !important;
  border-radius: 0 !important;
  padding: 0 0 0 8px !important;
  overflow: visible !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 1.2px !important;
  color: #FF9900 !important;
  display: block !important;
  margin-bottom: 6px !important;
  text-decoration: none !important;
}

.otc-mostread-card-body .otc-mostread-card:hover {
  background: transparent !important;
  border-left-color: #ffb347 !important;
  transform: none !important;
  box-shadow: none !important;
  color: #ffb347 !important;
}

/* Article title inside card body */
.otc-mostread-card-body h3,
.otc-mostread-card-body h3 a {
  color: #e6edf3 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.otc-mostread-card-body h3 a:hover {
  color: #FF9900 !important;
  text-decoration: none !important;
}

/* Section label */
.otc-mostread-bg .otc-section-label {
  color: #FF9900 !important;
}


/* === REMOVE TOP BAR (description + Jetpack like widget) === */
/* These large floating cards add no value at the top of the page */
.top-bar,
.top-bar-wrap {
  display: none !important;
}


/* === RECOMMENDED BOOKS PAGE FIXES === */

/* 1. Affiliate Disclosure box — dark theme instead of light */
p.otc-disclosure,
.otc-disclosure {
  background: rgba(255,153,0,0.07) !important;
  border: 1px solid rgba(255,153,0,0.25) !important;
  border-left: 4px solid #FF9900 !important;
  color: #8b949e !important;
  border-radius: 0 8px 8px 0 !important;
  padding: 12px 16px !important;
}

.otc-disclosure strong {
  color: #FF9900 !important;
  font-weight: 700;
}

.otc-disclosure a {
  color: #FF9900 !important;
  text-decoration: underline !important;
}

/* 2. Buy / CTA buttons — fix invisible text (orange on orange) */
a.btn,
a.btn-buy,
.btn,
.btn-buy,
.entry-content a.btn,
.entry-content a.btn-buy {
  color: #0d1117 !important;
  background: #FF9900 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-radius: 8px !important;
  transition: background 0.2s !important;
}

a.btn:hover,
a.btn-buy:hover,
.btn:hover,
.btn-buy:hover,
.entry-content a.btn:hover,
.entry-content a.btn-buy:hover {
  color: #0d1117 !important;
  background: #ffb347 !important;
}

/* Generic fix: any orange-bg anchor must have dark text */
.entry-content a[style*="background:#FF9900"],
.entry-content a[style*="background: #FF9900"],
.entry-content a[style*="background:#ff9900"],
.entry-content a[style*="background:#FFB347"],
a[class*="btn"][style*="background"] {
  color: #0d1117 !important;
  text-decoration: none !important;
}

/* btn-store fix */
a.btn-store, .btn-store { color: #0d1117 !important; }



/* Site title upgrade */
.main-title {
  line-height: 1.15 !important;
}
.main-title a {
  font-size: 28px !important;
  font-weight: 900 !important;
  letter-spacing: 0.06em !important;
  text-decoration: none !important;
  background: linear-gradient(180deg, #ffffff 10%, #FF9900 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  line-height: 1.2 !important;
  display: inline-block !important;
  filter: drop-shadow(0 0 18px rgba(255,153,0,0.35)) !important;
}
.main-title a:hover {
  background: linear-gradient(180deg, #ffe0a0 0%, #FF9900 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  filter: drop-shadow(0 0 24px rgba(255,153,0,0.55)) !important;
}
