/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Read More Block */
.bechewy-readmore { 
    max-width: 880px !important;
    margin: 30px auto 40px !important;
    padding: 30px !important;
    border-top: 1px solid rgba(var(--medium-gray), 0.25) !important;
    background: rgba(var(--light-gray), 0.5) !important;
}
.bechewy-readmore .read-more-title { 
    text-transform: uppercase;
    font-size: 1.8rem !important;
    color: rgb(var(--bechewy)) !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}
.bechewy-readmore ul { 
    margin-bottom: 0;
}