.ak-crm-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.ak-crm-modal.is-open {
    display: flex;
}

.ak-crm-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
}

.ak-crm-modal-dialog {
    position: relative;
    z-index: 1;
    max-width: 640px;
    width: 100%;
    margin: 16px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
    padding: 16px 18px 18px;
    max-height: 90vh;
    overflow-y: auto;
}

.ak-crm-modal-close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: none;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
    color: #6b7280;
}

.ak-crm-modal-close:hover {
    color: #111827;
}

.ak-crm-modal-content {
    margin-top: 8px;
}

.ak-crm-modal-loading {
    text-align: center;
    padding: 24px 12px;
    font-size: 14px;
    color: #6b7280;
}
