.elementor-1561 .elementor-element.elementor-element-18e25b5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-1561 .elementor-element.elementor-element-d9f40ca .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1561 .elementor-element.elementor-element-7c4a45a{padding:15px 15px 15px 15px;}/* Start custom CSS for text-editor, class: .elementor-element-7c4a45a *//* 1. Style all H5 tags (like "1. Introduction") and set brand color */
h5 {
    color: #0056b3 !important; /* Your brand color */
    font-size: 1.35rem !important; /* Slightly smaller and cleaner */
    font-weight: 700 !important;
    margin-top: 2.5rem !important; /* Creates clear demarcation before the heading */
    margin-bottom: 0.75rem !important;
    padding-left: 0 !important;
}

/* Ensure the very first H5 doesn't have a giant gap at the top */
h5:first-of-type {
    margin-top: 0.5rem !important;
}

/* 2. Indent bullet lists so they align nicely under the text */
ul {
    margin-left: 1.5rem !important; /* Moves bullets in to align with text */
    margin-bottom: 1.5rem !important;
    padding-left: 1rem !important;
}

/* 3. Style the bullets and text */
ul li {
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
    color: #4a5568 !important; /* Softer, readable dark gray for main text */
    margin-bottom: 0.5rem !important;
}

/* 4. Make the actual bullet points the brand color */
ul li::marker {
    color: #0056b3 !important; /* Brand color for the dots */
    font-size: 1.1rem !important;
}

/* 5. Style inline bold titles (like "Personal Data", "Usage Data") */
ul strong, 
p strong {
    display: inline-block;
    margin-top: 0.5rem;
    color: #2d3748;
}/* End custom CSS */