.security-item {
    display: flex;
    padding: .5em;
    color: var(--theme-font-1);
    background-color: var(--theme-generic-2);
    border-radius: var(--theme-border-radius);
    margin: .3em;
}

.security-item:hover {
    cursor: pointer;
}
.security-item:before, .security-item:after {
    font-family: var(--FontAwesome);
    font-weight: bold;
    white-space: pre;
}