/* ── Sipariş özeti kargo kutusu ─────────────────────────────────────────────── */

.bekk-kargo-kutusu {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e8e8e8;
}

.bekk-kargo-baslik {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    color: #0b3954;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.bekk-kargo-baslik-ikon {
    font-size: 16px;
    line-height: 1;
}

/* ── Dahil / Hariç rozeti (daima görünür) ───────────────────────────────────── */

.bekk-kargo-dahil-rozet {
    display: inline-block;
    margin-bottom: 10px;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
}

.bekk-kargo-dahil-evet {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
}

.bekk-kargo-dahil-hayir {
    background: #f0f4ff;
    border: 1px solid #c7d7f9;
    color: #1e3a8a;
}

/* ── Bekleniyor durumu ───────────────────────────────────────────────────────── */

.bekk-kargo-bekleniyor {
    display: block;
    color: #9ca3af;
    font-size: 13px;
    font-style: italic;
}

/* ── Fiyat detay satırları ───────────────────────────────────────────────────── */

.bekk-kargo-detay {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bekk-kargo-satir {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
    font-size: 13px;
    line-height: 1.35;
    color: #374151;
}

.bekk-kargo-ana-fiyat .bekk-kd-etiket,
.bekk-kargo-ana-fiyat .bekk-kd-deger {
    color: #0b3954;
    font-weight: 700;
    font-size: 14px;
}

.bekk-kd-etiket {
    color: #6b7280;
    font-size: 12px;
    white-space: nowrap;
}

.bekk-kd-deger {
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
}

/* ── Dahil notu (fiyat gösterildiğinde içeride) ─────────────────────────────── */

.bekk-kargo-dahil-notu {
    margin-top: 4px;
    padding: 8px 10px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 6px;
    color: #166534;
    font-size: 12px;
    line-height: 1.4;
}

/* ── Ambar / Teklif Al durumu ────────────────────────────────────────────────── */

.bekk-kargo-teklif {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bekk-kargo-teklif-baslik {
    display: block;
    color: #92400e;
    font-size: 14px;
    font-weight: 700;
}

.bekk-kargo-teklif-deger {
    margin: 0;
    color: #374151;
    font-size: 13px;
    font-weight: 600;
}

.bekk-kargo-teklif-aciklama {
    margin: 0;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.45;
}

/* ── WhatsApp butonu ─────────────────────────────────────────────────────────── */

.bekk-kargo-wa-buton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    min-height: 42px;
    margin-top: 4px;
    padding: 9px 14px;
    color: #fff;
    background: #25d366;
    border: 1px solid #1fb85a;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .15s ease, border-color .15s ease;
}

.bekk-kargo-wa-buton:hover,
.bekk-kargo-wa-buton:focus-visible {
    color: #fff;
    background: #1fb85a;
    border-color: #1aa34f;
    text-decoration: none;
}

.bekk-kargo-wa-buton svg {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* ── Fiyat listesi satır rozetleri ───────────────────────────────────────────── */

.bekk-kargo-rozet {
    display: block;
    margin-top: 3px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}

.sfmk-price-item.active .bekk-kargo-rozet {
    color: #0b3954;
}

.bekk-kargo-rozet-teklif {
    color: #92400e;
}

.sfmk-price-item.active .bekk-kargo-rozet-teklif {
    color: #7c2d12;
}

@media (prefers-reduced-motion: reduce) {
    .bekk-kargo-wa-buton {
        transition: none;
    }
}
