/* Only the alternatives article needs this highlighted editorial note. */
.note-box {
    margin-top: 1.35rem;
    padding: 1rem 1rem 1.05rem;
    border-radius: 12px;
    border: 1px solid rgba(47, 128, 255, 0.5);
    background: rgba(47, 128, 255, 0.09);
}

.note-box p {
    margin-bottom: 0.2rem;
    color: #e8f3ff;
}

.alt-link {
    color: #72e2ff;
    text-decoration: underline;
    text-underline-offset: 3px;
}
