.shaim_gpsr {
    margin: 15px 0;
    padding: 12px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: .9em;
}

.shaim_gpsr_title {
    margin: 0 0 8px;
    font-weight: 700;
}

.shaim_gpsr.shaim_gpsr_in_tab {
    margin: 0;
    padding: 0;
    border: 0;
}

details.shaim_gpsr_collapsible > summary.shaim_gpsr_title {
    cursor: pointer;
}

.shaim_gpsr_body .shaim_gpsr_block {
    margin-bottom: 10px;
}

.shaim_gpsr_body .shaim_gpsr_block:last-child {
    margin-bottom: 0;
}

.shaim_gpsr_label {
    display: block;
    margin-bottom: 2px;
    font-weight: 600;
}

.shaim_gpsr_name {
    font-weight: 600;
}

.shaim_gpsr_pictograms {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.shaim_gpsr_pictogram {
    width: auto;
    height: auto;
    max-height: 64px;
}
