/* --- ECEM BİLGİSAYAR MODERN ROZET SİSTEMİ --- */
.ecem-kdv-etiket {
    font-size: 11px;
    font-weight: 700;
    color: #999;
    background: #fdfdfd;
    border: 1px solid #e0e0e0;
    padding: 3px 8px;
    border-radius: 4px;
    margin-right: 12px;
    display: inline-block !important;
    vertical-align: middle;
}

.ecem-info-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 !important;
    clear: both;
}

.ecem-modern-badge {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-left: 4px solid #333;
    padding: 8px 15px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 125px;
    height: 55px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    position: relative;
    top: 0;
}

.ecem-modern-badge:hover {
    top: -5px;
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.badge-title {
    font-size: 9px;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
    margin-bottom: 3px;
    display: block;
}

.badge-data {
    font-size: 13px;
    font-weight: 700;
    color: #555;
    display: block;
}

/* Renkler */
.stok-green { border-left-color: #2ecc71 !important; }
.stok-red { border-left-color: #e74c3c !important; }
.stok-none { border-left-color: #bdc3c7 !important; opacity: 0.7; }
.stok-sku { border-left-color: #222 !important; }
.stok-kargo-badge { 
    border-left-color: #f39c12 !important; 
    background: #fffcf5; 
    min-width: 260px; 
}
.stok-kargo-badge .badge-data { color: #a35200; }
.timer-units { font-size: 9px; opacity: 0.8; margin: 0 2px; }