/* PAN CRM teklif kalemleri: popup kullanmadan satırı iki seviyeli gösterim.
   Sadece teklif kalemi satırlarını hedefler; modal/popup katmanlarına dokunmaz. */

@media (min-width: 1100px) {
    tr:has(.pancrm-offer-row-marker) {
        height: auto !important;
    }

    tr:has(.pancrm-offer-row-marker) > td {
        vertical-align: top !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    tr:has(.pancrm-offer-row-marker) > td:nth-child(2) {
        min-width: 640px !important;
        width: 640px !important;
    }

    tr:has(.pancrm-offer-row-marker) > td:nth-child(3) {
        min-width: 260px !important;
        width: 260px !important;
    }

    tr:has(.pancrm-offer-row-marker) > td:nth-child(4) {
        min-width: 54px !important;
        width: 54px !important;
        max-width: 54px !important;
    }

    tr:has(.pancrm-offer-row-marker) > td:nth-child(6),
    tr:has(.pancrm-offer-row-marker) > td:nth-child(7) {
        min-width: 92px !important;
        width: 92px !important;
        max-width: 92px !important;
    }

    tr:has(.pancrm-offer-row-marker) > td:nth-child(8) {
        min-width: 190px !important;
        width: 190px !important;
    }

    /* Alt satırdaki varyant/fiyat ayarları daha rahat görülsün. */
    tr:has(.pancrm-offer-row-marker) > td:nth-child(6),
    tr:has(.pancrm-offer-row-marker) > td:nth-child(7),
    tr:has(.pancrm-offer-row-marker) > td:nth-child(8),
    tr:has(.pancrm-offer-row-marker) > td:nth-child(9),
    tr:has(.pancrm-offer-row-marker) > td:nth-child(10) {
        background: #f8fbff !important;
        border-top: 1px dashed #c9d9e8 !important;
    }

    tr:has(.pancrm-offer-row-marker) > td:nth-child(6)::before { content: 'Marj'; }
    tr:has(.pancrm-offer-row-marker) > td:nth-child(7)::before { content: 'Sabit'; }
    tr:has(.pancrm-offer-row-marker) > td:nth-child(8)::before { content: 'Yapışkan'; }
    tr:has(.pancrm-offer-row-marker) > td:nth-child(9)::before { content: 'Baskılı'; }
    tr:has(.pancrm-offer-row-marker) > td:nth-child(10)::before { content: 'Perfore'; }

    tr:has(.pancrm-offer-row-marker) > td:nth-child(6)::before,
    tr:has(.pancrm-offer-row-marker) > td:nth-child(7)::before,
    tr:has(.pancrm-offer-row-marker) > td:nth-child(8)::before,
    tr:has(.pancrm-offer-row-marker) > td:nth-child(9)::before,
    tr:has(.pancrm-offer-row-marker) > td:nth-child(10)::before {
        display: block;
        margin-bottom: 6px;
        color: #334155;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
    }
}
