/* Empty-view widget — full-width hero illustration above text. */

.empty-image-hero .emptyview-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 24px 16px;
}
.empty-image-hero .emptyview-hero-image {
    width: 100%;
    display: flex;
    justify-content: center;
}
.empty-image-hero .emptyview-hero-image img {
    max-width: 320px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.empty-image-hero .emptyview-hero-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}
