/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/

.headline.headline-aligned-to-center.headline-extra-spacing.headline-box.headline-with-subtitle {
    color: green; /* Changes the text color to green */
    font-weight: bold; /* Makes the text bold */
}

.custom-checkbox {
    width: 16px; /* Adjust the size as needed */
    height: 16px; /* Adjust the size as needed */
    vertical-align: middle; /* Aligns the checkbox with the text */
    margin-right: 8px; /* Adds space between the checkbox and the text */
}