﻿.action-button {
    width: 25px;
    height: 25px;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
}

    .action-button:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

.name-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
}