#boxo_container br {
    /* Hide automatically inserted br tags. */
    display: none !important;
}

.boxo_option-icon {
    display: inline-block;
    width: 22px !important;
    height: 22px !important;
    vertical-align: text-bottom;
}

.boxo_option-icon svg {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.boxo_list-item-reusable {
    /* Anchors tooltip. */
    position: relative;
}

.boxo_info-container {
    /* Reset */
    display: inline !important;
}

.boxo_info-container,
.boxo_info-container * {
    /* Reset */
    color: inherit !important;
    border: none !important;
    box-shadow: none !important;
}

.boxo_info-container:hover .boxo_info-tooltip {
    visibility: visible;
    opacity: 1;
}

.boxo_info-icon {
    display: inline-block;
    width: 12px !important;
    height: 12px !important;
    vertical-align: middle;
}

.boxo_info-icon svg {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.boxo_info-tooltip {
    /* Reset */
    white-space: normal;
    text-align: left;
    text-indent: initial;
    font-weight: normal;
    font-style: normal;
    text-transform: none;

    z-index: 999;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: max-content;
    max-width: 360px;
    border: 1px solid black !important;
    background-color: white;
    padding: 16px;
    word-break: keep-all;
    visibility: hidden;
    opacity: 0;
    transition:
        visibility 0.2s,
        opacity 0.2s;
}

.boxo_header {
    /* Prevent table header from being hidden by another plugin. */
    display: table-cell;
}
