.bekatec-glossary-term {
    text-decoration: underline dotted;
    cursor: help;
}

.bekatec-glossary-term:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.bekatec-glossary-popover {
    position: absolute;
    z-index: 1080;
    width: min(320px, calc(100vw - 20px));
    padding: 1rem;
    background: #000;
    font-size: .8rem;
    color: #fff;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.bekatec-glossary-popover__text {
    margin-bottom: .5rem;
}

.bekatec-glossary-popover a {
    text-decoration: underline;
    color: #fff;
}

.bekatec-glossary-popover:focus-within {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}
