.post li {
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: "domine";
}
.latestPost .title a {
  font-family: libre baskerville;
	font-size: 22px;
}
.page-traditional .front-view-content {
  font-family: domine;
	font-size: 19px;
}
/* change table font sie  | 20196365-hc bk */
div#ez-toc-container ul li {
  font-size: 21px;
}
/* Change font, color and size of recent posts / 20540672-hc NS */
.advanced-recent-posts li {
  border-color: blue;
}
.sidebar .widget li .post-title a {
	font-family: 'domine', domine;
  font-size: 21px;
	color: black;
}
div#email-subscribers-form-3 h3 {
    font-family: Work sans' , sans-seriff;
}

@media screen and (min-width:868px){
single .article {
    width: 70.76%;
    max-width: 930px;
	}}

/*Add border lines to tables.*/

table th, table td {
    border: 2px solid black;
}

/* Increase Font and Change Style 26499284-HC KA */
table th, table td {
    Font-size: 21px;
    font-family: 'Work sans', sans-serif;
}
/* Change background color on table header to blue background, white text / 27604388-hc NS */
.my-header-blue th{
  background-color: #1f3a93;
  color: #fff;
}


/* ==========================================================
   ARTHIKDISHA 2026: THE ULTIMATE PREMIUM UI SUITE
   ========================================================== */

/* --- 1. TOC (Single Arrow) --- */
.ad-toc { background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 30px; margin: 40px auto; max-width: 750px; box-shadow: 0 10px 30px rgba(0,0,0,0.04); }
.ad-toc-title { font-weight: 800; font-size: 22px; color: #0b3d91; border-bottom: 2px solid #f1f5f9; padding-bottom: 12px; margin-bottom: 22px; }
.ad-toc-list { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.ad-toc-list li { margin-bottom: 15px !important; display: flex !important; align-items: center; }
.ad-toc-list li::before { content: "→" !important; margin-right: 15px; color: #0b3d91; font-weight: 900; }
.ad-toc-list a { text-decoration: none !important; color: #334155; font-size: 17px; font-weight: 600; transition: 0.3s; }
.ad-toc-list a:hover { color: #fb8c00; transform: translateX(8px); }

/* --- 2. ULTRA-PREMIUM QUICK VERDICT --- */
.ad-quick-verdict {
    margin: 45px auto; background: #ffffff; border: 1px solid #e2e8f0; border-left: 10px solid #0b3d91; padding: 35px; border-radius: 20px; position: relative; box-shadow: 0 20px 40px rgba(11, 61, 145, 0.07);
}
.ad-quick-verdict::after { content: "OFFICIAL ADVISORY"; position: absolute; top: -12px; right: 30px; background: #0b3d91; color: white; font-size: 10px; font-weight: 900; padding: 4px 12px; border-radius: 4px; letter-spacing: 2px; }
.verdict-badge { display: inline-flex; align-items: center; background: linear-gradient(90deg, #fb8c00, #ffb300); color: #fff; font-size: 14px; font-weight: 800; padding: 8px 20px; border-radius: 8px; margin-bottom: 25px; box-shadow: 0 5px 15px rgba(251, 140, 0, 0.4); }

//* --- REVISED EXECUTIVE SUMMARY (HIGH-CONTRAST & NARROW) --- */
.exec-summary { 
    max-width: 650px; /* Narrower for better focus */
    margin: 35px auto; 
    padding: 25px; 
    background: #ffffff; 
    border: 1px solid #e2e8f0;
    border-radius: 16px; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.05); 
}
.exec-summary h2 { 
    text-align: center; 
    color: #0b3d91; 
    margin-bottom: 25px; 
    font-size: 22px; 
    font-weight: 800;
}
.point { 
    padding: 15px 20px; 
    margin-bottom: 15px; 
    border-radius: 10px; 
    font-size: 16px; 
    line-height: 1.5; 
    border: 1px solid #eee; /* Subtle border for definition */
}
/* Professional Dark Blue Headers & Pure Black Text */
.point strong { 
    display: block; 
    color: #0b3d91; /* Deep Navy Header */
    font-size: 17px; 
    font-weight: 700;
    margin-bottom: 4px;
}
.point p {
    color: #000000 !important; /* Pure Black Answer */
    margin: 0;
}

/* Color Accents (Subtle backgrounds, Strong Left Borders) */
.blue { background: #f0f7ff; border-left: 6px solid #1e88e5; }
.green { background: #f1f9f1; border-left: 6px solid #43a047; }
.purple { background: #f9f5ff; border-left: 6px solid #8e24aa; }
.orange { background: #fff8f0; border-left: 6px solid #fb8c00; }

/* Responsive Tweak */
@media (max-width: 600px) {
    .exec-summary { padding: 15px; margin: 20px 10px; }
}

/* --- 4. ASTONISHING FAQ (DARK THEME) --- */
.ad-faq-item { border: 1px solid #0b3d91; border-radius: 12px; margin-bottom: 20px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }
.ad-faq-question { background: #0b3d91; color: #ffffff !important; padding: 20px; font-weight: 700; display: flex; align-items: center; }
.ad-faq-question::before { content: "❓"; margin-right: 15px; }
.ad-faq-answer { padding: 25px; color: #000 !important; line-height: 1.7; background: #fff; }

/* --- 5. COMPARISON TABLE --- */
.amp-compare { max-width: 800px; margin: 40px auto; padding: 25px; background: #fff; border-radius: 20px; border: 1px solid #e2e8f0; }
.comparison-table { width: 100%; border-collapse: collapse; overflow: hidden; }
.comparison-table th { padding: 15px; color: #fff; }
.comparison-table th.term { background: #1565c0; }
.comparison-table th.life { background: #2e7d32; }
.comparison-table td { padding: 15px; border-bottom: 1px solid #eee; font-size: 15px; }
.term { background: #f0f7ff; }
.life { background: #f1f8f1; }

/* RESPONSIVE */
@media (max-width: 600px) {
    .desktop-only { display: none !important; }
    .mobile-only { display: block !important; }
    .card { padding: 20px; border-radius: 15px; margin-bottom: 15px; color: #fff; }
    .term-card { background: #1565c0; }
    .life-card { background: #2e7d32; }
}
@media (min-width: 601px) { .mobile-only { display: none !important; } }
html { scroll-behavior: smooth; }