/* Inspired by https://cdn.jsdelivr.net/npm/tippy.js@6.3.7/themes/translucent.css */

.tippy-box {
    background-color: rgba(0, 0, 0, .9)
}

.tippy-box > .tippy-arrow {
    width: 14px;
    height: 14px
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
    border-width: 7px 7px 0;
    border-top-color: rgba(0, 0, 0, .9)
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    border-width: 0 7px 7px;
    border-bottom-color: rgba(0, 0, 0, .9)
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
    border-width: 7px 0 7px 7px;
    border-left-color: rgba(0, 0, 0, .9)
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
    border-width: 7px 7px 7px 0;
    border-right-color: rgba(0, 0, 0, .9)
}

.tippy-box > .tippy-backdrop {
    background-color: rgba(0, 0, 0, .9)
}

.tippy-box > .tippy-svg-arrow {
    fill: rgba(0, 0, 0, .9)
}
