/* Header hover item */
#hover-html {
    display: none;
}

#hover-html .container,
.flex-row,
.flex-col {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

#hover-html .container {
    min-width: 320px;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: -ms-fit-content;
    padding: 8px;
    background-color: #EF9726;
    font-weight: 400;
}

#hover-html .container::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: var(--ob-hover-pin-left);
    border: 12px solid;
    border-color: transparent transparent #EF9726 transparent;
}

.flex-row {
    padding: 2px 4px;
}

#hover-html a {
    color: white;
    text-decoration: underline;
}

#hover-html a:hover {
    color: #FFFFFFCC;
}

.text-1,
.text-2,
.break {
    min-width: 320px;
    padding: 8px 12px;
    background-color: #EF9726;
    font-weight: 400;
}

.text-1 .heading,
.text-2 .heading {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}

.text-1 {
    padding-top: 20px !important;
}

.text-2 {
    padding-bottom: 20px !important;
}

#hover-html>div:not(.break) {
    padding-top: 14px;
}

.break hr {
    height: 1px !important;
    background: #fff !important;
}