.elementor-10387 .elementor-element.elementor-element-7cfefdb{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-04615f5 */h2 {
    font-size: 1.8em;
    margin-top: 30px;
}
h3 {
    font-size: 1.4em;
    margin-top: 20px;
}
p {
    margin-bottom: 15px;
}
a {
    color: #007bff; /* Standard link blue */
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.internal-link {
    font-weight: bold; /* Highlight internal links */
    color: #28a745; /* Green for internal links */
}
.external-link {
    font-weight: bold; /* Highlight external links */
    color: #dc3545; /* Red for external links */
}
ul {
    margin-bottom: 15px;
    padding-left: 20px;
}
li {
    margin-bottom: 8px;
}
.faq-question {
    font-weight: bold;
    color: #0056b3;
    margin-top: 15px;
}
.faq-answer {
    margin-left: 15px;
    margin-bottom: 15px;
}
.cta-button {
    display: inline-block;
    background-color: #28a745;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.1em;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}
.cta-button:hover {
    background-color: #218838;
    text-decoration: none;
    color: white;
}
.section-divider {
    border-top: 1px solid #eee;
    margin: 30px 0;
}/* End custom CSS */