.api-key {
    cursor: pointer;
    border-bottom: 1px dashed #999;
    white-space: nowrap;
}

.api-key:hover {
    background-color: #fff3cd;
    color: #000;
}

.api-key-edit-icon {
    font-size: 0.9em;
    margin-left: 0.3em;
    opacity: 0.5;
}

.api-key:hover .api-key-edit-icon {
    opacity: 1;
}
