/* ==========================================================
   ARTHIKDISHA FINAL CSS 2026 (ULTRALIGHT + CWV SAFE)
   ========================================================== */


/* ===== 1. CONTAINER WIDTH ===== */

.site.grid-container {
    max-width: 1250px;
}


/* ===== 2. HEADER & LOGO ===== */

.site-header {
    min-height: 80px;
}

.custom-logo,
.site-logo img {
    max-width: 120px;
    height: auto;
}


/* ===== 3. TYPOGRAPHY ===== */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 19px;
    line-height: 1.65;
    color: #222;
}

h1, h2, h3, h4 {
    font-family: Georgia, serif;
    font-weight: 700;
    color: #15057A;
    margin-bottom: 12px;
}


/* ===== 4. BOX STYLES ===== */

.ad-box-style {
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #e6ecf5;
}

.ad-quick-takeaway {
    background: #f4f7fa;
    border-left: 6px solid #15057A;
}

.ad-quick-update {
    background: #fff9f0;
    border-left: 6px solid #fb8c00;
}

.ad-key-takeaway {
    background: #15057A;
    color: #ffffff;
    border-radius: 12px;
    padding: 25px;
    margin: 25px 0;
}

.ad-key-takeaway h3 {
    color: #fff;
    margin-top: 0;
}


/* ===== 5. TABLE STYLE ===== */

.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.entry-content th {
    background: #15057A;
    color: #fff;
    padding: 10px;
}

.entry-content td {
    border: 1px solid #e2e8f0;
    padding: 10px;
}


/* ===== 6. FAQ BOX ===== */

.ad-faq-section {
    background: #ffffff;
    border: 1px solid #e6ecf5;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 10px;
}


/* ===== 7. INTERNAL LINK BOX ===== */

.ad-internal-link {
    background: #f8fafc;
    border: 2px dashed #15057A;
    border-radius: 12px;
    padding: 15px;
}

.ad-internal-link a {
    font-weight: 700;
    color: #15057A;
    text-decoration: none;
}

.ad-internal-link a:hover {
    color: #fb8c00;
}


/* ===== 8. COMPACT SPACING ===== */

.inside-article {
    padding: 15px;
}

.entry-content p {
    margin-bottom: 14px;
}

.widget {
    padding: 10px;
    margin-bottom: 15px;
}

.tags-links,
.cat-links {
    display: none !important;
}


/* ===== 9. AD PLACEHOLDER ===== */

.ad-placeholder {
    min-height: 250px;
    background: #fafafa;
    margin: 20px 0;
    border-radius: 8px;
}


/* ===== 10. SMOOTH SCROLL ===== */

html {
    scroll-behavior: smooth;
}
.ad-quick-takeaway {
    background: #f4f7fa; /* Light Navy Tint */
    border-left: 6px solid #15057A;
    border-radius: 12px;
    padding: 22px;
    margin: 25px 0;
    border-top: 1px solid #e6ecf5;
    border-right: 1px solid #e6ecf5;
    border-bottom: 1px solid #e6ecf5;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}