

.dfp-courses-widget__row {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    min-height: 30px;
    padding: 7px 9px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    box-sizing: border-box;
}

.dfp-courses-widget__icon {
    flex: 0 0 auto;
    width: 18px;
    line-height: 1;
    text-align: center;
}

.dfp-courses-widget__title {
    min-width: 0;
}

.dfp-courses-widget__row--passed {
    border-color: rgba(22, 163, 74, 0.22);
    background: rgba(22, 163, 74, 0.05);
}

.dfp-courses-widget__row--failed {
    border-color: rgba(220, 38, 38, 0.18);
    background: rgba(220, 38, 38, 0.04);
}
