/* Frontend styles for NSC Downloads (scoped) */

.nsc-group ul {
    margin-bottom: 2.5rem;
}

.nsc-group ul li {
    position: relative;
}

.nsc-group ul li a {
    color: #D70A1E;
}

.nsc-group ul li::before {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    background-color: #D70A1E;
    position: absolute;
    left: -1em;
    top: 0.3em;
}
