.elementor-11728 .elementor-element.elementor-element-7af92d9a{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-6978dfaa */.firepost h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    padding: 50px 0 5px 0;
}
blockquote {
    /* Basic styling for the blockquote container */
    background-color: #f8f8f8; /* Light gray background */
    border-left: 5px solid #ffcd03; /* Blue left border */
    padding: 15px 20px; /* Padding inside the blockquote */
    margin: 20px 0; /* Margin around the blockquote */
    font-style: italic; /* Italic font for the quote */
    color: #333; /* Darker text color */
}

blockquote p {
    /* Styling for the paragraph text within the blockquote */
    font-size: 1.1em; /* Slightly larger font size */
    line-height: 1.6; /* Adjust line height for readability */
}

blockquote cite {
    /* Styling for the citation within the blockquote */
    display: block; /* Make the citation a block element */
    text-align: right; /* Align citation to the right */
    font-size: 0.9em; /* Smaller font size for citation */
    color: #777; /* Lighter color for citation */
    margin-top: 10px; /* Space above the citation */
}/* End custom CSS */