/* Online Eğitim - Detay/Satış sayfası ek bölümleri */
.oed-online-etiket { display:inline-flex; align-items:center; gap:8px; background:#eff6ff; color:#1d458b; font-weight:600; font-size:13px; padding:6px 12px; border-radius:20px; margin:8px 0 16px; }

.oed-erisim-banner { display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; background:#ecfdf5; border:1px solid #a7f3d0; border-radius:12px; padding:16px 20px; margin-bottom:18px; }
.oed-erisim-info { display:flex; align-items:center; gap:12px; }
.oed-erisim-info > i { color:#16a34a; font-size:26px; }
.oed-erisim-info strong { color:#065f46; }
.oed-mini-pbar { width:220px; max-width:60vw; height:8px; background:#d1fae5; border-radius:5px; overflow:hidden; margin:6px 0 2px; }
.oed-mini-fill { height:100%; background:#16a34a; }
.oed-erisim-info small { color:#047857; }
.oed-devam-btn { background:#16a34a; color:#fff; text-decoration:none; padding:11px 20px; border-radius:8px; font-weight:600; display:inline-flex; align-items:center; gap:8px; }
.oed-devam-btn:hover { background:#15803d; }

.oed-mufredat, .oed-canli, .oed-egitmen { margin:24px 0; }
.oed-mufredat h2, .oed-canli h2, .oed-egitmen h2 { font-size:18px; color:#0f172a; display:flex; align-items:center; gap:8px; margin-bottom:14px; }
.oed-mufredat h2 i, .oed-canli h2 i, .oed-egitmen h2 i { color:#1d458b; }

.oed-modul { margin-bottom:14px; border:1px solid #e2e8f0; border-radius:10px; overflow:hidden; }
.oed-modul-baslik { background:#f8fafc; padding:10px 14px; font-weight:600; color:#1e293b; display:flex; align-items:center; gap:8px; }
.oed-modul-baslik small { color:#94a3b8; font-weight:400; margin-left:auto; }
.oed-ders-ul { list-style:none; margin:0; padding:8px 14px; }
.oed-modul .oed-ders-ul { padding:8px 14px; }
.oed-ders-ul li { display:flex; align-items:center; gap:10px; padding:8px 0; border-bottom:1px solid #f1f5f9; color:#334155; }
.oed-ders-ul li:last-child { border-bottom:none; }
.oed-ders-ul li i { color:#1d458b; }
.oed-ders-ul li span { margin-left:auto; color:#94a3b8; font-size:12px; }

.oed-canli-item { border:1px solid #e2e8f0; border-radius:10px; padding:12px 16px; margin-bottom:10px; }
.oed-canli-adi { font-weight:600; color:#0f172a; }
.oed-canli-meta { display:flex; gap:16px; flex-wrap:wrap; font-size:13px; color:#64748b; margin-top:4px; }
.oed-canli-aciklama { font-size:13px; color:#94a3b8; margin-top:6px; }

.oed-egitmen-body { display:flex; gap:16px; background:#f8fafc; border:1px solid #e2e8f0; border-radius:12px; padding:18px; }
.oed-egitmen-body img { width:80px; height:80px; border-radius:50%; object-fit:cover; }
.oed-egitmen-ad { font-weight:700; color:#0f172a; font-size:16px; }
.oed-egitmen-unvan { color:#1d458b; font-size:13px; }
.oed-egitmen-kurum { color:#64748b; font-size:13px; }
.oed-egitmen-bio { color:#475569; font-size:13px; line-height:1.6; margin-top:8px; }

@media (max-width:640px) {
    .oed-erisim-banner { flex-direction:column; align-items:stretch; }
    .oed-devam-btn { justify-content:center; }
    .oed-egitmen-body { flex-direction:column; align-items:center; text-align:center; }
}
