:where(.field--name-field-image-hotspot img) {
    margin: 0 !important;
}

:where(.field--name-field-hotspots-groups) {
    --bg-hotspot: #f0f0f0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-shadow: 0 0 0 100vmax var(--bg-hotspot);
    clip-path: inset(0 -100vmax);
    background-color: var(--bg-hotspot);
    padding: 25px 0;
    gap: 25px;
}

:where(.paragraph--type--grupo-hotspot) {
    margin: 0 !important;
}

:where(.hotspot-group__header) {
    display: flex;
    gap: 15px;
    align-items: center;
}

:where(.hotspot-group_items) {
    margin-inline-start: 35px;
}

.hotspot-group_items > .paragraph--type--hotspot:hover > div,
.hotspot-group_items > .paragraph--type--hotspot.active > div {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

:where(.hotspot-group__circle) {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

:where(.paragraph--type--hotspot) {
    margin: 0 !important;
}

:where(.paragraph--type--hotspot span) {
    margin: 0 !important;
    color: var(--dark-blue);
    font-weight: 400 !important;
    font-size: 14px;
    user-select: none;
}

:where(.hotspot-group__tittle) {
    font-size: 14px;
    font-weight: 700;
    color: var(--dark-blue);
}

/* image spots */
:where(.HotspotPlugin_Hotspot:hover,
    .HotspotPlugin_Hotspot.active) {
    background-color: var(--white) !important;
    box-shadow: 0px 0px 2px 4px rgba(9, 27, 57, 0.75);
    border: none;
    z-index: 999 !important;
}

:where(.HotspotPlugin_Hotspot.active > div) {
    display: block !important;
}

:where(.hotspot-info__wrapper) {
    color: var(--dark-blue);
}