﻿.users-action-btn {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
}

.users-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.users-modal {
    width: 600px;
    max-width: 90vw;
    margin: 0;
    max-height: 90vh;
    overflow-y: auto;
}

.users-code-clickable {
    cursor: pointer;
}

.users-help {
    color: var(--gray-600);
}

.users-code-small {
    font-size: 0.75rem;
}

.users-modal-close {
    width: 100%;
}