/* Public styles - Arabam.com benzeri görünüm (siyah zemin, beyaz kartlar) */
.dw-oe-wrap{
  background:#0b0b0b;color:#fff;border-radius:10px;padding:18px;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif
}
.dw-oe-head{display:flex;justify-content:space-between;align-items:center;
  border:1px solid #2a2a2a;background:#1a1a1a;border-radius:8px;
  padding:10px 14px;margin-bottom:14px}
.dw-oe-logo-title{display:flex;align-items:center;gap:10px}
.dw-oe-logo{height:var(--dw-oe-logo-h,36px)}
.dw-oe-logo-fallback{font-weight:800;background:#e11b22;padding:6px 10px;border-radius:6px;display:inline-block}
.dw-oe-logo-fallback span{background:#ffcc00;color:#000;padding:2px 4px;border-radius:4px;margin-left:4px}
.dw-oe-titles{display:flex;gap:10px;font-weight:800;font-size:20px;letter-spacing:.2px;text-transform:lowercase}
.dw-oe-main{border-left:1px solid #444;padding-left:10px}
.dw-oe-sub{color:#ffcc00;margin-left:auto}

/* KARTLAR: beyaz kart, siyah zemin üzerinde */
.dw-oe-card{
  display:flex;justify-content:space-between;align-items:stretch;
  background:#ffffff;color:#0f172a;border-radius:10px;border:1px solid #e5e7eb;
  margin:14px 0;box-shadow:0 6px 18px rgba(0,0,0,.22);overflow:hidden
}
.dw-oe-card-left{flex:1;padding:16px 18px}
.dw-oe-badge{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.dw-oe-badge .name{background:#e11b22;color:#fff;font-weight:900;
  padding:7px 12px;border-radius:8px 8px 8px 2px;font-size:15px}
.dw-oe-badge .points{background:#ffcc00;color:#000;padding:6px 10px;border-radius:6px;font-weight:800;font-size:14px}

.dw-oe-cols{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.dw-oe-list{list-style:none;margin:0;padding:0}
.dw-oe-list li{position:relative;padding-left:22px;margin:6px 0;line-height:1.25}
.dw-oe-list li:before{content:'○';position:absolute;left:0;top:0.1em;color:#9ca3af;font-size:14px}
.dw-oe-list.accent li a{color:#2563eb;text-decoration:underline}
.dw-oe-list.accent li{color:#1f2937}

/* Sağdaki fiyat bandı sarı */
.dw-oe-price{display:flex;align-items:center;justify-content:center;
  background:#ffcc00;color:#000;padding:0 26px;min-width:160px;border-left:1px solid #e5e7eb}
.dw-oe-price span{font-size:30px;font-weight:900}

/* Dipnotlar */
.dw-oe-foot{border-top:1px solid #2a2a2a;margin-top:12px;padding-top:12px;color:#bdbdbd;font-size:12px}
.dw-oe-foot p{margin:6px 0}

/* --- Mobil iyileştirmeleri --- */
@media(max-width:900px){
  .dw-oe-cols{grid-template-columns:1fr;gap:10px}
  .dw-oe-card{flex-direction:column}
  .dw-oe-card-left{padding:14px 14px}
  .dw-oe-price{min-width:100%;border-left:none;border-top:1px solid #e5e7eb;
    border-radius:0 0 10px 10px;height:64px}
  .dw-oe-price span{font-size:26px}
  .dw-oe-badge .name{font-size:14px;padding:6px 10px}
  .dw-oe-badge .points{font-size:13px}
  .dw-oe-list li{margin:5px 0;padding-left:20px}
}
@media(max-width:480px){
  .dw-oe-price{height:58px}
  .dw-oe-price span{font-size:24px}
  .dw-oe-titles{font-size:18px}
}
