/* Shared status labels also work on dishes without images. */
.restaurant-status-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 6px 0 10px;
    text-align: left;
}
.restaurant-status-badges > .restaurant-status-badge {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff !important;
    font: 700 10px/1.4 Arial, sans-serif !important;
    letter-spacing: 0.3px;
    white-space: nowrap;
}
.restaurant-status-badge--beliebt { background: #218c5a; }
.restaurant-status-badge--angebot { background: #d84325; }
.restaurant-status-badge--neu { background: #2b55b5; }
.restaurant-status-badge--chef-tipp { background: #946710; }
.product-name .restaurant-status-badges { justify-content: center; }
