/* ==========================================
   THÈMES PREMIUM LGNewsTicker
   ========================================== */

/* ---------- BBC ---------- */
.theme-bbc {
    background: #BB1919 !important;
    color: #ffffff !important;
    border: none !important;
    font-weight: bold !important;
}
.theme-bbc .ticker-item {
    padding-right: 60px;
}

/* ---------- CNN ---------- */
.theme-cnn {
    background: #CC0000 !important;
    color: #fff !important;
    border-bottom: 2px solid #990000 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
.theme-cnn .ticker-item {
    padding-right: 50px;
}

/* ---------- DARK ---------- */
.theme-dark {
    background: #111 !important;
    color: #eaeaea !important;
    border: 1px solid #333 !important;
}
.theme-dark .ticker-item {
    letter-spacing: 0.5px;
}

/* ---------- LIGHT ---------- */
.theme-light {
    background: #ffffff !important;
    color: #333 !important;
    border: 1px solid #ddd !important;
}
.theme-light .ticker-item {
    font-weight: 500;
}

/* ---------- BLUE CORPORATE ---------- */
.theme-blue {
    background: #003366 !important;
    color: #ffffff !important;
    border-bottom: 2px solid #001F4d !important;
}
.theme-blue .ticker-item {
    padding-right: 45px;
}

/* ---------- MINIMAL ---------- */
.theme-minimal {
    background: transparent !important;
    color: #444 !important;
    border: none !important;
}
.theme-minimal .ticker-item {
    padding-right: 20px;
    opacity: 0.85;
}
