.actionsList {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: none;
    border: none;
}

.actionsListGrouped {
    gap: 16px;
}

.group {
    min-width: 0;
}

.groupTitle {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.groupActions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: none;
    border: none;
}

.actionButton {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    font-weight: 600;
}

/* Link App Router com classes ant-btn — evita legacyBehavior / <a><button> */
.actionLink {
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
}

.disabledWrap {
    display: block;
    width: 100%;
}

.subtitle {
    margin: 0 0 16px;
    font-size: 14px;
    color: var(--text-secondary, #7f8c8d);
    font-weight: 500;
}

.actionsWrap {
    margin-top: 0;
}

.actionsWrapWithChildren {
    margin-top: 16px;
}

.loadingSpin {
    width: 100%;
}
