.results_svg {
    position: relative;
    width: 100%;
    overflow: visible;
    padding-top: 16px;
    padding-bottom: 40px;
}

.results_svg svg {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.results_svg text,
.results_svg tspan {
    text-decoration: none !important;
    pointer-events: none;
    white-space: normal;
}

.results_svg a {
    text-decoration: none !important;
}

.results2__slot-target {
    fill: rgba(255, 255, 255, .01)
}

.results2__slot-target,
.results2__summary-target {
    cursor: pointer;
}

.results2__slot-target:focus-visible,
.results2__summary-target:focus-visible {
    outline: none;
}

.results2__slot-target:focus-visible {
    stroke: #F22A93;
    stroke-width: 2;
}

.results2__summary-target:focus-visible {
    fill: rgba(242, 42, 147, 0.12);
}

.results2__entry {
    opacity: 1;
    transition: opacity .3s;
}

.results2--highlighting .results2__entry {
    opacity: 0.05;
}

.results2--highlighting .results2__entry.is-active {
    opacity: 1;
}

.results2__tooltip {
    position: absolute;
    left: 0;
    top: 0;
    --results2-tooltip-shift: calc(-100% - 14px);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    max-width: none;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(35, 35, 35, 0.96);
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    pointer-events: none;
    white-space: nowrap;
    transform: translate(-50%, var(--results2-tooltip-shift));
}

.results2__tooltip[hidden] {
    display: none;
}

.results2__tooltip.is-below {
    --results2-tooltip-shift: 14px;
}

.results2__tooltip-name {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.results2__tooltip-number {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
}
