/* --- ZELENÁ AKCIA --- */
.row-active-promo {
    background: #e1f2e1 !important;
    background-image: linear-gradient(#fafffa, #e1f2e1) !important;
    border-color: #c3e6cb !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important; /* Fix pre Chrome dotyk */
}

/* --- MODRÁ AKCIA --- */
.row-future-promo {
    background: #dcf0ff !important;
    background-image: linear-gradient(#f0f8ff, #dcf0ff) !important;
    border-color: #b8daff !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important; /* Fix pre Chrome dotyk */
}

/* --- ODSTRÁNENIE JQM PRUHOV A VRSTIEV --- */
.row-active-promo .ui-btn-inner, 
.row-active-promo .ui-btn-text,
.row-active-promo a.ui-link-inherit,
.row-future-promo .ui-btn-inner,
.row-future-promo .ui-btn-text,
.row-future-promo a.ui-link-inherit {
    background: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    color: #333 !important; /* Základná farba textu */
}

/* --- FIX PRE BIELY TEXT PRI STLAČENÍ (ACTIVE STATE) --- */
/* Zasahuje riadok aj všetky vnorené texty pri dotyku prstom */
.row-active-promo.ui-btn-down-c,
.row-active-promo.ui-btn-down-c *,
.row-active-promo:active *,
.row-future-promo.ui-btn-down-c,
.row-future-promo.ui-btn-down-c *,
.row-future-promo:active * {
    color: #000 !important; /* Vynútená čierna pri stlačení */
    text-shadow: none !important;
}

/* --- OBRÁZKY A PRECHODY --- */
.row-active-promo img, .row-future-promo img {
    box-shadow: none !important;
}

li.row-active-promo, li.row-future-promo {
    transition: background 0.2s ease-in-out;
}