/* Αυτόματο responsive για όλα τα YouTube iframes */
iframe[src*="youtube.com"],
iframe[src*="youtu.be"] {
  aspect-ratio: 16 / 9;   /* Λόγος διαστάσεων 16:9 */
  width: 100% !important; /* Γεμίζει όλο το πλάτος */
  height: auto !important;
  display: block;
}

/* Meteo24News – Light Sidebar States */
.m24-wrap{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;margin:18px 0}
.m24-card{background:#fff;border:1px solid #e3e8ec;border-radius:14px;box-shadow:0 6px 20px rgba(0,0,0,.08);overflow:hidden}
.m24-header{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid #e3e8ec;background:linear-gradient(180deg,#fff,#f7fbfd)}
.m24-title{font-size:14px;font-weight:800;color:#1c2a33;display:flex;align-items:center;gap:8px}
.m24-dot{width:9px;height:9px;background:#2f6d84;border-radius:50%;box-shadow:0 0 0 4px rgba(47,109,132,.15)}
.m24-sub{font-size:12px;color:#6c7a86;font-weight:600}

/* Sidebar-friendly grid */
.m24-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px}

/* Button */
.m24-state{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 10px;border-radius:12px;background:#e6f1f6;color:#1c2a33;font-size:13px;font-weight:700;text-decoration:none;border:1px solid #e3e8ec;transition:180ms ease}
.m24-state:hover{background:#fff;border-color:#2f6d84;box-shadow:0 6px 18px rgba(0,0,0,.12);transform:translateY(-1px)}

/* LIVE badge (χωρίς animation για να μη “γκρινιάζει” ο editor) */
.m24-live{display:inline-flex;align-items:center;gap:5px;padding:3px 8px;font-size:10px;font-weight:800;border-radius:999px;background:rgba(229,57,53,.1);color:#e53935}
.m24-live-dot{width:7px;height:7px;background:#e53935;border-radius:50%}

/* Disabled */
.m24-disabled{opacity:.55;pointer-events:none}

.post-content h2{
margin-top:30px;
margin-bottom:15px;
}

.post-content h3{
margin-top:25px;
margin-bottom:12px;
}

.post-content p{
margin-bottom:18px;
}