.icon-wrapper {
    display: flex;
    align-items: center;
}

.icon-preview-wrapper {
    display: flex;
    align-items: center;
}

.action-menu-button {
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 4px 8px;
    cursor: pointer;
}

.action-popover {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    min-width: 120px;
    border-radius: 4px;
}

.action-popover ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}

.action-popover li {
    margin: 0;
    padding: 6px 12px;
}

#modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 24px;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
}

.card-full {
    width: 100%;
    max-width: 100%;
}
