/* WOH Recipe Meta — widget + shortcode shared defaults.
   Every property is overridable from Elementor controls (see widget). */

.woh-recipe-meta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    gap: 12px;
}

.woh-recipe-meta__item {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    line-height: 1.3;
}

.woh-recipe-meta__label {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.85em;
    opacity: 0.75;
}

.woh-recipe-meta__value {
    font-weight: 500;
}

.woh-recipe-meta__suffix {
    margin-inline-start: 3px;
    opacity: 0.7;
    font-size: 0.95em;
}

.woh-recipe-meta__separator {
    display: inline-block;
    opacity: 0.5;
    user-select: none;
}
