.trusted-device-option {
    display: grid;
    grid-template-columns: 17px minmax(0, 1fr);
    align-items: start;
    gap: 9px;
    padding: 2px 1px;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
}

.trusted-device-option input {
    width: 17px;
    height: 17px;
    margin: 2px 0 0;
    padding: 0;
    accent-color: var(--primary);
}

.trusted-device-option span {
    display: grid;
    gap: 1px;
    min-width: 0;
}

.trusted-device-option strong {
    color: var(--text);
    font-size: .84rem;
    font-weight: 720;
    line-height: 1.3;
}

.trusted-device-option small {
    color: var(--muted);
    font-size: .72rem;
    font-weight: 520;
    line-height: 1.35;
}

.trusted-device-option:hover strong {
    color: var(--primary-dark);
}

.trusted-device-option:focus-within {
    outline: 3px solid rgba(101, 88, 232, .16);
    outline-offset: 4px;
    border-radius: 6px;
}
