.elementor-29681 .elementor-element.elementor-element-3d21320{--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-93655be *//* Alt Alta Dizilim İçin Ana Kapsayıcı */
.kampanya-bar-column {
    background-color: transparent; 
    display: flex;
    flex-direction: column; /* Kesinlikle alt alta getirir */
    align-items: center;    /* Ortalar */
    justify-content: center;
    gap: 10px;              /* Satırlar arası boşluk */
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* Turuncu Badge Ayarı */
.k-badge {
    background-color: #f39c12;
    color: #1a2e44;
    padding: 5px 12px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
}

/* Orta Metin Ayarı */
.k-text {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}

.k-highlight {
    color: #f39c12;
    font-weight: 800;
}

/* Alt Zaman Yazısı */
.k-timer {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 400;
}

/* Mobilde yazı boyutunu biraz daha optimize edelim */
@media (max-width: 480px) {
    .k-text {
        font-size: 14px;
    }
    .k-timer {
        font-size: 12px;
    }
}/* End custom CSS */