/*
Theme Name:     Ceris Child
Theme URI:
Description:    Ceris Child Theme
Author:         BK Ninja
Author URI:
Template:       ceris
Version:  
*/

.en-bref {
    background-color: #f5f5f5;
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.en-bref h4 {
    background-color: #c00;
    color: white;
    font-weight: bold;
    padding: 5px 15px;
    font-size: 16px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 15px;
    border-radius: 4px;
}

.en-bref-content {
    font-size: 17px;
    line-height: 1.6;
}