.tl-list.bonus-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 24px 0 30px;
}

.tl-list.bonus-cards .bc {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--brd);
    border-radius: 18px;
    background: var(--card);
    box-shadow: var(--shadow);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tl-list.bonus-cards .bc:hover {
    border-color: rgba(13, 148, 136, 0.22);
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
}

.tl-list.bonus-cards .bc::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--a500), var(--a400));
}

.tl-list.bonus-cards .bc:nth-child(2)::before {
    background: #94a3b8;
}

.tl-list.bonus-cards .bc:nth-child(3)::before {
    background: #b45309;
}

.tl-list.bonus-cards .bc:nth-child(n + 4)::before {
    background: rgba(17, 20, 22, 0.1);
}

.tl-list.bonus-cards .bc.featured {
    border-color: rgba(212, 160, 23, 0.28);
    background: linear-gradient(90deg, rgba(212, 160, 23, 0.06), var(--card) 32%);
}

.tl-list.bonus-cards .bc.featured::after {
    content: "BONUS TYDNE";
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 10px;
    border-radius: 0 0 0 8px;
    background: linear-gradient(135deg, var(--a500), var(--a400));
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tl-list.bonus-cards .bc__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 0 0 104px;
    min-width: 104px;
    padding: 18px 12px;
    border-right: 1px solid rgba(17, 20, 22, 0.08);
    background: linear-gradient(180deg, #f7f5f1 0%, #f1eeea 100%);
}

.tl-list.bonus-cards .bc__logo-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(212, 160, 23, 0.14);
    color: var(--a400);
    font-family: var(--fm);
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
}

.tl-list.bonus-cards .bc:nth-child(2) .bc__logo-rank {
    background: rgba(148, 163, 184, 0.18);
    color: #64748b;
}

.tl-list.bonus-cards .bc:nth-child(3) .bc__logo-rank {
    background: rgba(180, 83, 9, 0.12);
    color: #b45309;
}

.tl-list.bonus-cards .bc:nth-child(n + 4) .bc__logo-rank {
    background: rgba(17, 20, 22, 0.06);
    color: #73808b;
}

.tl-list.bonus-cards .tl-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 0;
    border-radius: 14px;
    background: #ebe7e1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.tl-list.bonus-cards .tl-logo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.tl-list.bonus-cards .tl-logo-box__placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: var(--tx);
    font-family: var(--fm);
    font-size: 14px;
    font-weight: 800;
    border-radius: inherit;
    background: linear-gradient(135deg, #f6c453, #d97706);
    color: #ffffff;
}

.tl-list.bonus-cards .bc__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
    gap: 6px;
    padding: 18px 20px;
}

.tl-list.bonus-cards .bc__top {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.tl-list.bonus-cards .bc__name {
    color: var(--tx) !important;
    font-family: var(--fb);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}

.tl-list.bonus-cards .bc__rating {
    display: inline-flex;
    align-items: center;
    padding: 2px 9px;
    border: 1px solid rgba(212, 160, 23, 0.22);
    border-radius: 4px;
    background: rgba(212, 160, 23, 0.05);
    color: var(--a400);
    font-family: var(--fm);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
}

.tl-list.bonus-cards .bc__type {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border: 1px solid rgba(13, 148, 136, 0.24);
    border-radius: 4px;
    background: rgba(13, 148, 136, 0.04);
    color: var(--b500);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
}

.tl-list.bonus-cards .bc__bonus {
    margin: 0;
    color: var(--a400);
    font-family: var(--fb);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
}

.tl-list.bonus-cards .bc__desc {
    color: var(--txm);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    min-width: 0;
    padding: 0;
}

.tl-list.bonus-cards .bc__promo {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 2px;
}

.tl-list.bonus-cards .bc__code {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border: 1px dashed rgba(13, 148, 136, 0.22);
    border-radius: 6px;
    background: rgba(13, 148, 136, 0.05);
    color: var(--b500);
    font-family: var(--fm);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
}

.tl-list.bonus-cards .bc__score-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 104px;
    min-width: 104px;
    gap: 4px;
    padding: 18px 12px;
    border-left: 1px solid rgba(17, 20, 22, 0.08);
    background: linear-gradient(180deg, #fbfaf7 0%, #f8f5ef 100%);
}

.tl-list.bonus-cards .bc__score-n {
    color: rgba(185, 170, 148, 0.9);
    font-family: var(--fb);
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.tl-list.bonus-cards .bc__score-stars {
    color: var(--a500);
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 1;
}

.tl-list.bonus-cards .bc__score-s {
    color: var(--g500c);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tl-list.bonus-cards .bc__actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 166px;
    min-width: 166px;
    gap: 8px;
    padding: 16px 14px;
    border-left: 1px solid rgba(17, 20, 22, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0));
}

.tl-list.bonus-cards .bc__btn {
    display: block;
    padding: 12px 14px;
    border-radius: 12px;
    background: var(--b500);
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tl-list.bonus-cards .bc__btn:hover,
.tl-list.bonus-cards .bc__btn:focus {
    background: var(--b600);
    box-shadow: 0 8px 20px rgba(13, 148, 136, 0.18);
    text-decoration: none !important;
}

.tl-list.bonus-cards .bc.featured .bc__btn {
    background: linear-gradient(135deg, var(--a500), var(--a400));
}

.tl-list.bonus-cards .bc__btn-rev {
    display: block;
    padding: 12px 10px;
    border: 1px solid rgba(17, 20, 22, 0.12);
    border-radius: 12px;
    background: #ffffff;
    color: var(--tx) !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
}

.tl-list.bonus-cards .bc__btn-rev:hover,
.tl-list.bonus-cards .bc__btn-rev:focus {
    color: var(--b500) !important;
    border-color: rgba(13, 148, 136, 0.24);
    text-decoration: none !important;
}

.tl-list.bonus-cards .bc.bc-no-score .bc__score-col {
    display: none;
}

.tl-list.bonus-cards .bc.tl-no-actions .bc__actions {
    display: none;
}

@media (max-width: 959px) {
    .tl-list.bonus-cards .bc,
    .tl-list.bonus-cards .bc.bc-no-score,
    .tl-list.bonus-cards .bc.tl-no-actions,
    .tl-list.bonus-cards .bc.bc-no-score.tl-no-actions {
        flex-wrap: wrap;
    }

    .tl-list.bonus-cards .bc__logo {
        box-sizing: border-box;
        flex-basis: 104px;
        min-width: 104px;
        padding: 16px 12px;
    }

    .tl-list.bonus-cards .tl-logo-box {
        width: 64px;
        height: 64px;
    }

    .tl-list.bonus-cards .bc__info {
        flex-basis: calc(100% - 104px);
        padding: 16px 18px 16px 16px;
    }

    .tl-list.bonus-cards .bc__score-col {
        box-sizing: border-box;
        order: 3;
        flex: 1 1 140px;
        min-width: 0;
        min-height: 74px;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0 16px 16px 16px;
        border-left: 0;
        background: transparent;
        border-top: 1px solid rgba(17, 20, 22, 0.08);
    }

    .tl-list.bonus-cards .bc__actions {
        box-sizing: border-box;
        order: 4;
        flex: 1 1 220px;
        flex-direction: row;
        min-width: 0;
        align-items: flex-end;
        justify-content: flex-end;
        gap: 10px;
        padding: 0 16px 16px;
        border-left: 0;
        border-top: 1px solid rgba(17, 20, 22, 0.08);
    }

    .tl-list.bonus-cards .bc__btn,
    .tl-list.bonus-cards .bc__btn-rev {
        flex: 1 1 0;
    }
}

@media (max-width: 639px) {
    .tl-list.bonus-cards {
        gap: 8px;
        margin: 20px 0 24px;
    }

    .tl-list.bonus-cards .bc,
    .tl-list.bonus-cards .bc.bc-no-score,
    .tl-list.bonus-cards .bc.tl-no-actions,
    .tl-list.bonus-cards .bc.bc-no-score.tl-no-actions {
        display: grid;
        grid-template-columns: 104px minmax(0, 1fr);
        align-items: stretch;
    }

    .tl-list.bonus-cards .bc__logo {
        box-sizing: border-box;
        width: auto;
        min-width: 104px;
        flex-basis: auto;
        flex-direction: column;
        justify-content: center;
        gap: 12px;
        padding: 18px 12px;
        border-right: 1px solid rgba(17, 20, 22, 0.08);
        border-bottom: 0;
        background: linear-gradient(180deg, #f7f5f1 0%, #f1eeea 100%);
    }

    .tl-list.bonus-cards .tl-logo-box {
        width: 76px;
        height: 76px;
    }

    .tl-list.bonus-cards .bc__logo-rank {
        order: 0;
    }

    .tl-list.bonus-cards .bc__info {
        padding: 16px 16px 16px 14px;
        min-width: 0;
    }

    .tl-list.bonus-cards .bc__top {
        gap: 5px 6px;
    }

    .tl-list.bonus-cards .bc__name {
        font-size: 15px;
    }

    .tl-list.bonus-cards .bc__bonus {
        font-size: 16px;
    }

    .tl-list.bonus-cards .bc__desc {
        font-size: 12px;
        line-height: 1.5;
    }

    .tl-list.bonus-cards .bc__score-col {
        box-sizing: border-box;
        grid-column: 1 / -1;
        width: 100%;
        min-height: 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        padding: 12px 16px 14px;
        border-top: 1px solid rgba(17, 20, 22, 0.08);
        border-left: 0;
    }

    .tl-list.bonus-cards .bc__score-n {
        font-size: 24px;
    }

    .tl-list.bonus-cards .bc__actions {
        box-sizing: border-box;
        grid-column: 1 / -1;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 0 16px 16px;
        border-top: 0;
        border-left: 0;
    }

    .tl-list.bonus-cards .bc.bc-no-score .bc__actions {
        padding-top: 12px;
        border-top: 1px solid rgba(17, 20, 22, 0.08);
    }

    .tl-list.bonus-cards .bc__btn,
    .tl-list.bonus-cards .bc__btn-rev {
        width: 100%;
        flex: none;
    }

    .tl-list.bonus-cards .bc__btn-rev {
        padding: 12px 10px;
    }
}
