.toplevel_page_fabergocenter_settings .wp-menu-image img {
    max-width: 16px;
}

/* Home dei flussi server (Benetton, Bricocenter) */
.benetton-actions .card {
    min-height: 100%;
}

.benetton-action {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.95rem 1rem;
}

.benetton-action-icon {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    background: #f4f6f9;
    color: #495057;
    margin-top: 0.1rem;
}

.benetton-action-body {
    min-width: 0;
    flex: 1;
}

.benetton-action-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-weight: 600;
    line-height: 1.25;
    color: #1f2d3d;
}

.benetton-action-description {
    color: #6c757d;
    font-size: 0.875rem;
    line-height: 1.35;
    margin-top: 0.25rem;
}

.benetton-action .badge {
    white-space: nowrap;
    font-size: 0.72rem;
}

.ergocenter-process-step {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.ergocenter-process-step + .ergocenter-process-step {
    margin-top: 1rem;
}

.ergocenter-process-number {
    width: 1.8rem;
    min-width: 1.8rem;
    height: 1.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #007bff;
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
}
