/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme.
Version:            10.7.0
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage
License:            MIT License
License URI:        https://opensource.org/licenses/MIT
Requires PHP:       8.0
Requires at least:  5.9
*/

x-cloak {
    display: none;
}

.wp-block-centered-content ul, .wp-block-half-content-half-image ul{
    list-style-type: disc !important;
    margin-left: 30px;
}

.wp-list-table.fixed {
    position: none!important;
}

.button-primary{
    padding:1rem!important;
}
@media(max-width: 768px){
    h1.\!text-5xl, h1.\!text-6xl{
       font-size: 2.7rem !important;
    }
    h2.\!text-5xl{
       font-size: 2.4rem !important;
    }
}