﻿.ebm-svg {
    width: 100%;
    height: min(42svh, 520px);
    min-height: 140px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.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;
    }
}
