/*
Theme Name: Pocket Option
Theme URI: 
Author: Custom Developer
Description: Custom theme for Pocket Option
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pocket-option
*/ 

/* Fix for paragraph spacing in content areas */
.section-content p {
    margin-bottom: 1em;
}

.hero-content p {
    margin-bottom: 0.5em;
    display: block;
}

/* Ensure line breaks are respected */
br {
    display: block;
    content: "";
    margin-top: 0.5em;
} 