.elementor-29662 .elementor-element.elementor-element-99498ea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-5b07860 *//* Kampanya Bar Ana Taşıyıcı */
.kampanya-bar-wrapper {
    background-color: #1a2e4400; /* Görseldeki lacivert */
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    font-family: 'Poppins', sans-serif; /* Sitede yüklü olan fonta göre değişir */
    font-size: 14px;
    gap: 15px;
    width: 100%;
}

/* Turuncu Buton/Badge */
.kampanya-badge {
    background-color: #f39c12; /* Görseldeki turuncu */
    color: #1a2e44;
    padding: 6px 14px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

/* Metin Alanları */
.kampanya-text {
    font-weight: 600;
}

.kampanya-highlight {
    color: #f39c12;
    font-weight: 800;
}

.kampanya-divider {
    color: rgba(255, 255, 255, 0.3);
    font-weight: 300;
}

.kampanya-timer {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

/* Mobil Uyumluluk Ayarları */
@media (max-width: 768px) {
    .kampanya-bar-wrapper {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        padding: 15px;
    }
    .kampanya-divider {
        display: none; /* Mobilde dikey çizgiye gerek yok */
    }
}/* End custom CSS */