/* =============================================================================
   GHS Hazmat Pictograms – product detail page
   Applies to all shops. Override in child theme with higher-specificity rules.
   ============================================================================= */

.hazmat-pictograms {
    margin: 1em 0;
}

.hazmat-pictograms__heading {
    font-size: 0.85em;
    font-weight: 700;
    margin: 0 0 0.5em;
    padding: 0;
}

.hazmat-pictograms__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75em;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hazmat-pictogram {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 110px;
    margin: 0;
    padding: 0;
}

.hazmat-pictogram img {
    width: 60px;
    height: 60px;
    display: block;
}

.hazmat-pictogram figcaption {
    font-size: 0.7em;
    text-align: center;
    margin-top: 0.25em;
    line-height: 1.2;
}
