.hv-foodspedia-structured {
    --hv-foodspedia-accent: var(--hv-foodspedia, #5f8c6b);
    --hv-foodspedia-accent-dark: var(--hv-foodspedia-dark, #315f56);
}

.hv-foodspedia-structured .hv-foodspedia-render-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 1.08em;
    height: 1.08em;
    color: inherit;
    line-height: 1;
}

.hv-foodspedia-structured .hv-foodspedia-render-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.hv-foodspedia-structured .hv-foodspedia-specimen__head h1 .hv-foodspedia-render-icon--book-open {
    width: 1.125em;
    height: 1em;
}

.hv-foodspedia-structured .hv-foodspedia-specimen__copy .hv-foodspedia-render-icon {
    width: 1em;
    height: 1em;
}

.hv-foodspedia-structured .hv-foodspedia-specimen__body {
    display: block;
}

.hv-foodspedia-structured .hv-foodspedia-specimen__figure {
    width: min(100%, 560px);
    margin-right: auto;
    margin-left: auto;
}

.hv-foodspedia-structured .hv-foodspedia-names {
    width: 100%;
    margin-top: clamp(24px, 3.5vw, 36px);
}

.hv-foodspedia-structured .hv-foodspedia-specimen__body > .hv-foodspedia-names:first-child {
    margin-top: 0;
}

.hv-foodspedia-structured .hv-foodspedia-names__values {
    display: grid;
    gap: .34em;
    min-width: 0;
    margin: 3px 0 0 !important;
    padding: 0;
}

.hv-foodspedia-structured .hv-foodspedia-name__item {
    display: block;
}

.hv-foodspedia-structured .hv-foodspedia-name__note {
    display: inline;
    margin-left: .45em;
    color: #685f54;
    font-size: .88em;
    font-style: normal;
    font-weight: 400;
}

.hv-foodspedia-structured .hv-foodspedia-name--primary {
    font-weight: 700;
}

.hv-foodspedia-structured .hv-foodspedia-section {
    margin-top: clamp(28px, 4.5vw, 44px);
    padding-top: clamp(18px, 2.8vw, 24px);
    border-top: 1px dashed #d9c9aa;
}

#body_wrap .post_content .hv-foodspedia-structured .hv-foodspedia-section > h2,
body #body_wrap .post_content .hv-foodspedia-structured .hv-foodspedia-section > h2,
.post_content .hv-foodspedia-structured .hv-foodspedia-section > h2,
.hv-foodspedia-structured .hv-foodspedia-section > h2 {
    display: flex;
    align-items: center;
    gap: .62em;
    margin: 0 0 .9em;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--hv-foodspedia-accent-dark) !important;
    font-size: clamp(19px, 2.15vw, 22px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .015em;
}

#body_wrap .post_content .hv-foodspedia-structured .hv-foodspedia-section > h2::before,
#body_wrap .post_content .hv-foodspedia-structured .hv-foodspedia-section > h2::after,
body #body_wrap .post_content .hv-foodspedia-structured .hv-foodspedia-section > h2::before,
body #body_wrap .post_content .hv-foodspedia-structured .hv-foodspedia-section > h2::after,
.post_content .hv-foodspedia-structured .hv-foodspedia-section > h2::before,
.post_content .hv-foodspedia-structured .hv-foodspedia-section > h2::after,
.hv-foodspedia-structured .hv-foodspedia-section > h2::before,
.hv-foodspedia-structured .hv-foodspedia-section > h2::after {
    content: none !important;
}

.hv-foodspedia-structured .hv-foodspedia-section__marker {
    display: inline-grid;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--hv-foodspedia-accent) 48%, #d9c9aa);
    border-radius: 50%;
    background: rgba(255, 252, 243, .92);
}

.hv-foodspedia-structured .hv-foodspedia-section__marker::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--hv-foodspedia-accent);
    content: "";
}

.hv-foodspedia-structured .hv-foodspedia-section__body > :first-child,
.hv-foodspedia-structured .hv-foodspedia-related-links > :first-child {
    margin-top: 0;
}

.hv-foodspedia-structured .hv-foodspedia-section__body p {
    margin: 1em 0;
    line-height: 1.9;
}

.hv-foodspedia-structured .hv-foodspedia-related-links ul {
    margin: 1em 0 0;
}

.hv-foodspedia-structured .hv-foodspedia-related-links__kind {
    display: inline-block;
    min-width: 4.5em;
    margin-right: .6em;
    border-radius: 999px;
    background: #edf4ee;
    color: var(--hv-foodspedia-accent-dark);
    text-align: center;
    font-size: .78em;
    font-weight: 700;
}

.hv-foodspedia-structured .hv-vi-nowrap {
    white-space: nowrap;
}

.hv-foodspedia-structured--preview {
    max-width: 860px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .hv-foodspedia-structured .hv-foodspedia-section {
        margin-top: 1.6em;
    }

    .hv-foodspedia-structured .hv-foodspedia-section > h2 {
        font-size: 1.08em;
    }

    .hv-foodspedia-structured .hv-foodspedia-name__note {
        display: block;
        margin: .15em 0 0;
    }

    .hv-foodspedia-structured .hv-foodspedia-related-links__kind {
        display: block;
        width: max-content;
        margin: 0 0 .25em;
    }
}
