/* =========================
   PANEL RSS - W STYLU RANKING
========================= */

.dt-left-rss-panel {
    width: 100%;
    margin: 0 0 14px 0;
    border-radius: 25px;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(29,167,255,.16), transparent 38%),
        linear-gradient(145deg, #101927, #06101a);
    border: 1px solid rgba(120,170,255,.16);
    box-shadow:
        0 10px 24px rgba(0,0,0,.42),
        inset 0 0 18px rgba(40,130,255,.04);
}

/* HEADER IDENTYCZNY KLIMAT JAK RANKING */
.dt-left-rss-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;

    min-height: 68px;
    padding: 0 24px;



    border-bottom: 1px solid rgba(120,170,255,.11);

    color: #eef5ff;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .8px;
    text-shadow:
        0 0 10px rgba(77,166,255,.38),
        0 2px 0 rgba(0,0,0,.35);
    border-radius: 25px;;
}

.dt-left-rss-head:before {
content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(45,140,255,.16), transparent 70%);
  pointer-events: none;
    
}




.dt-left-rss-icon {
    font-size: 16px;
    filter: drop-shadow(0 0 6px rgba(92,225,255,.45));
}

.dt-left-rss-body { padding: 12px; }

.dt-rss-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 14px;
    background: linear-gradient(145deg, #111a27, #0b121c);
    border: 1px solid rgba(120,170,255,.16);
    color: #dbe6f3 !important;
    text-decoration: none !important;
    overflow: hidden;
    box-shadow:
        inset 0 0 14px rgba(40,130,255,.04),
        0 5px 14px rgba(0,0,0,.28);
    transition: .18s ease;
}

.dt-rss-link:before {
    content: "";
    position: absolute;
    top: 0; left: -120%;
    width: 80%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.20), transparent);
    transform: skewX(-20deg);
}

.dt-rss-link:hover {
    transform: translateY(-2px);
    border-color: rgba(92,225,255,.40);
    box-shadow:
        0 0 18px rgba(31,109,255,.30),
        inset 0 0 14px rgba(40,130,255,.06);
}

.dt-rss-link:hover:before { left: 140%; transition: .55s; }

.dt-rss-link-icon {
    width: 34px; height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #1f6dff, #12a8ff);
    box-shadow: 0 0 14px rgba(18,168,255,.32);
    font-size: 17px;
    flex: 0 0 auto;
}

.dt-rss-link-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.dt-rss-link-text b {
    color: #8fc7ff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
}

.dt-rss-link-text small {
    margin-top: 2px;
    color: #9fb0c7;
    font-size: 10px;
    line-height: 1.25;
}
