.rd-dpp-card {
    position: relative;
    z-index: 1;
    padding: 30px 32px;
    border: 1px solid rgba(141, 222, 234, .24);
    background: rgba(7, 19, 33, .94);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
}

.rd-dpp-card__label {
    margin: 0 0 6px;
    color: var(--risk-cyan);
    font: 700 11px "Ubuntu", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rd-dpp-card ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: dpp;
}

.rd-dpp-card li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-top: 1px solid rgba(141, 222, 234, .14);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    counter-increment: dpp;
}

.rd-dpp-card li:first-child {
    border-top: 0;
}

.rd-dpp-card li::before {
    display: flex;
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--risk-blue), var(--risk-cyan));
    color: #fff;
    content: counter(dpp);
    font: 700 12px "Ubuntu", sans-serif;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
