/* ==========================================================================
   INDEO KURUMSAL - BİRLEŞİK MODERN ÜRÜN ÖZELLİKLERİ PANELİ CSS
   ========================================================================== */

/* 1. DEVASA ÇAN İKONU SIFIRLAMA */
img[src*="bell"], .fa-bell, [class*="alarm"], [class*="fiyati_dusunce"] img, [class*="fiyati_dusunce"] svg, svg.bell-icon {
    max-width: 18px !important;
    max-height: 18px !important;
    width: 18px !important;
    height: 18px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* ==========================================================================
   2. BİRLEŞİK PANEL — DIŞ ÇERÇEVE
   ========================================================================== */
.techSpecsShort {
    width: 100% !important;
    clear: both !important;
    float: none !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    background: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 14px 16px !important;
    box-sizing: border-box !important;
}


/* ==========================================================================
   3. ORTA KOLONA TAŞINAN VE DARALTILAN AVANTAJ PANELİ — DOKUNULMADI
   ========================================================================== */
.indeo-sag-avantaj-wrapper {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    clear: both !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}


/* ==========================================================================
   7. TAKSİT / ÖDEME SEÇENEKLERİ — BANKA TABLOLARINI SATIRDA 4'LÜ DİZME
   ========================================================================== */
table.banka_taksitler{
    flex:0 0 calc(25% - 12px) !important;
    max-width:calc(25% - 12px) !important;
    box-sizing:border-box !important;
    margin:0 12px 16px 0 !important;
}
table.banka_taksitler:nth-child(4n){
    margin-right:0 !important;
}
@media(max-width:900px){
    table.banka_taksitler{
        flex:0 0 calc(50% - 12px) !important;
        max-width:calc(50% - 12px) !important;
    }
    table.banka_taksitler:nth-child(4n){
        margin-right:12px !important;
    }
    table.banka_taksitler:nth-child(2n){
        margin-right:0 !important;
    }
}
@media(max-width:640px){
    table.banka_taksitler{
        flex:0 0 100% !important;
        max-width:100% !important;
        margin-right:0 !important;
    }
    table.banka_taksitler:nth-child(2n){
        margin-right:0 !important;
    }
}