﻿.ebm-svg {
    width: 100%;
    height: min(42svh, 520px);
    min-height: 140px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.ebm-svg > svg {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.ebm-svg .emotion-map-zone {
    cursor: pointer;
}

.ebm-svg .emotion-map-zone-check circle {
    fill: #19a35b;
    stroke: #ffffff;
    stroke-width: 2;
}

.ebm-svg .emotion-map-zone-check path {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ebm-paragraph {
    margin: 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.4;
    color: #444;
    max-width: 640px;
}

.tooltip, .tooltip * {
    pointer-events: none !important;
}


@media (max-width: 400px), (max-height: 700px) {
    .ebm-svg {
        height: 45svh;
    }

    .ebm-paragraph {
        font-size: 0.95rem;
        line-height: 1.4;
    }
}
