body .et-db #et-boc .et-l .et-fb-modal__support-notice,
body .et-fb-modal__tab-footer {
    display: none !important;
}

option {
    position: relative;
}

option[data-title]:hover::after {
    content: attr(data-title);
    max-width: 50ch;
    background-color: blue;
    padding: 0.75rem;
    position: absolute;
    top: 2rem;
    left: 50%;
    text-wrap: auto;
    display: inline-block;
    z-index: 100;
    border-radius: 0.5rem;
    color: wheat;
    line-height: 120%;
    font-size: 0.75rem;
    opacity: 0.7;
}

body .custom_category_checkboxes-wrap,
body .custom_multiple_checkboxes-wrap {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(22rem, auto));
}

body .custom_category_checkboxes-wrap {
    grid-template-columns: repeat(auto-fit, minmax(14rem, auto));
}

body .custom_category_checkboxes-wrap .child {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    gap: 1rem;
}

body .custom_category_checkboxes-wrap label+input {
    margin-top: 2rem !important;
    display: block !important;
}

.et-db #et-boc .et-l .et-fb-multiple-checkboxes-wrap label {
    width: max-content !important;
}

.btn {
    background-color: transparent;
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
    color: rgb(102, 102, 102);
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    line-height: 160%;
    margin: 0 !important;
    border-radius: 99em;
}

.btn-admin {
    padding: 0.25rem 0.875rem !important;
    font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    border-width: 0.5px;
}

select:hover option {
    color: initial;
}
