/* Empty-view widget — icon + CTA. Centered stack with prominent button. */

.empty-icon-cta .emptyview-stack--centered {
    align-items: center;
    text-align: center;
    padding: 32px 24px;
    gap: 10px;
    min-height: 220px;
    justify-content: center;
}
