/* POST CONTENT - OPTIMIZED */
.post-content{font-size:15px;line-height:1.9;color:#333}

/* Headings */
.post-content h2{font-size:20px;font-weight:800;color:#1a237e;border-left:4px solid #e53935;padding:8px 0 8px 12px;background:linear-gradient(90deg,#f8f9ff,transparent);border-radius:0 6px 6px 0;margin:22px 0 12px}
.post-content h3{font-size:17px;font-weight:700;color:#1a237e;border-left:3px solid #1a237e;padding-left:10px;margin:18px 0 10px}
.post-content h4{font-size:15px;font-weight:700;color:#283593;border-left:3px solid #43a047;padding-left:10px;margin:15px 0 8px}

/* Lists */
.post-content ul{list-style:none;padding:0;margin:12px 0 18px}
.post-content ul li{position:relative;padding:7px 10px 7px 30px;margin-bottom:5px;background:#f8f9ff;border-radius:6px;border-left:3px solid #1a237e;font-size:14px;line-height:1.6}
.post-content ul li::before{content:'✦';position:absolute;left:9px;top:50%;transform:translateY(-50%);color:#e53935;font-size:11px}
.post-content ol{list-style:none;padding:0;margin:12px 0 18px;counter-reset:ol-c}
.post-content ol li{position:relative;padding:7px 10px 7px 40px;margin-bottom:5px;background:#fff;border-radius:6px;border:1px solid #e8eaf6;font-size:14px;line-height:1.6;counter-increment:ol-c}
.post-content ol li::before{content:counter(ol-c);position:absolute;left:9px;top:50%;transform:translateY(-50%);background:#1a237e;color:#fff;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800}

/* Blockquote */
.post-content blockquote{position:relative;margin:20px 0;padding:15px 15px 15px 50px;background:#f8f9ff;border-left:4px solid #1a237e;border-radius:0 8px 8px 0;font-size:14px;font-style:italic;color:#444;line-height:1.8}
.post-content blockquote::before{content:'"';position:absolute;left:12px;top:5px;font-size:45px;color:#1a237e;opacity:.3;font-family:Georgia,serif;line-height:1}

/* Table */
.post-content .table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:18px 0;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.post-content table{width:100%;border-collapse:collapse;font-size:13px;min-width:400px}
.post-content table thead tr{background:linear-gradient(90deg,#1a237e,#283593)}
.post-content table thead th{padding:11px 13px;color:#fff;font-weight:700;text-align:left;white-space:nowrap}
.post-content table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .2s}
.post-content table tbody tr:nth-child(even){background:#f8f9ff}
.post-content table tbody tr:hover{background:#e8eaf6}
.post-content table tbody td{padding:10px 13px;color:#333;vertical-align:middle}
.post-content table tbody td:first-child{font-weight:600;color:#1a237e}

/* Special Boxes */
.post-content .info-box{background:#e3f2fd;border-left:4px solid #1565c0;color:#1565c0;padding:13px 15px;border-radius:0 8px 8px 0;margin:15px 0;font-size:14px;line-height:1.7}
.post-content .warning-box{background:#fff8e1;border-left:4px solid #f57f17;color:#5d4037;padding:13px 15px;border-radius:0 8px 8px 0;margin:15px 0;font-size:14px;line-height:1.7}
.post-content .success-box{background:#e8f5e9;border-left:4px solid #2e7d32;color:#2e7d32;padding:13px 15px;border-radius:0 8px 8px 0;margin:15px 0;font-size:14px;line-height:1.7}

/* Disclaimer */
.post-content .disclaimer{background:#fff8e1;border:2px solid #ffe082;border-radius:8px;padding:14px 16px;margin:18px 0;font-size:13px;color:#5d4037;line-height:1.8;font-family:'Noto Sans Devanagari',sans-serif}

/* Buttons */
.post-content .apply-btn{display:inline-block;padding:9px 20px;border-radius:6px;font-weight:700;font-size:13px;text-decoration:none;margin:4px 4px 4px 0;transition:opacity .3s}
.post-content .apply-btn:hover{opacity:.85}
.post-content .btn-red{background:#e53935;color:#fff}
.post-content .btn-blue{background:#1a237e;color:#fff}
.post-content .btn-green{background:#43a047;color:#fff}

/* HR */
.post-content hr{border:none;height:2px;background:linear-gradient(90deg,#e53935,#1a237e);margin:25px 0;border-radius:2px}

/* Images */
.post-content img{max-width:100%;height:auto;border-radius:8px;margin:12px 0}

/* Code */
.post-content code{background:#f5f5f5;color:#e53935;padding:2px 7px;border-radius:4px;font-size:13px;border:1px solid #eee}

/* Mobile */
@media(max-width:768px){
    .post-content{font-size:14px}
    .post-content h2{font-size:17px}
    .post-content h3{font-size:15px}
    .post-content h4{font-size:14px}
    .post-content ul li,.post-content ol li{font-size:13px}
    .post-content table thead th,.post-content table tbody td{padding:9px 10px;font-size:12px}
    .post-content .apply-btn{display:block;text-align:center;margin:6px 0}
}
