/* blog-ev.css — EV post supplemental styles */

/* Hero accent for EV post */
.post-hero--ev { background: linear-gradient(135deg, #0a1628 50%, #0d2140); }
.post-badge--green { background: #2e7d32; }

/* EV charger comparison table */
.ev-table-wrap { overflow-x: auto; margin: 20px 0 28px; border-radius: 10px; border: 1px solid var(--border); }
.ev-table { width: 100%; border-collapse: collapse; font-family: 'Poppins', sans-serif; font-size: 13.5px; }
.ev-table th { background: var(--dark); color: #fff; padding: 12px 16px; text-align: left; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.ev-table td { padding: 11px 16px; border-bottom: 1px solid var(--border); color: #334155; line-height: 1.5; }
.ev-table tr:last-child td { border-bottom: none; }
.ev-table tr:nth-child(even) td { background: var(--light); }

.ev-flag { display: inline-flex; align-items: center; font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 4px; white-space: nowrap; }
.ev-flag--green  { background: #e8f5e9; color: #2e7d32; }
.ev-flag--amber  { background: #fff3e0; color: #e65100; }
.ev-flag--red    { background: #ffebee; color: #c62828; }

@media (max-width: 600px) {
  .ev-table th, .ev-table td { font-size: 11.5px; padding: 9px 10px; }
}
