/*
 * Legacy migrated custom CSS (from Customizer Additional CSS)
 * Keep this file minimal. Put new tuning rules under /css/tuning/.
 */

li {
    line-height: 1.8;
}

.category-sec li {
    line-height: 1em;
    font-size: 0.8em;
    float: left;
    margin-left: 1em !important;
    font-weight: normal;
}

ul.footer_acf li {
    line-height: 1.2em;
    margin-bottom: 1.5em !important;
}

.page-section ul li b {
    font-size: inherit !important;
}

ul.footer_acf li p {
    font-size: 1em;
}

a.um-user-bookmarks-button.um-user-bookmarks-add-button {
    border: solid 3px #6091d3 !important;
    border-radius: 10px;
    padding: 0.5em 1em;
    color: #6091d3;
    font-weight: bold;
    margin-bottom: 2em;
    display: block;
    box-sizing: content-box;
    width: max-content;
}