.elementor-2493 .elementor-element.elementor-element-cddca5b{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2493 .elementor-element.elementor-element-c23bd34{color:#020202;}/* Start custom CSS for text-editor, class: .elementor-element-c23bd34 *//* Container and General Spacing */
.allied-policy-container {
    max-width: 850px;
    margin: 40px auto;
    padding: 20px;
    line-height: 1.8;
    color: #333;
    background: #fff; /* Ensures readability if theme background is dark */
}

/* Section Spacing */
.allied-policy-container section {
    margin-bottom: 40px;
}

/* Headings and Font Sizes */
.allied-policy-container h1 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    color: #111;
    border-bottom: 3px solid #f0f0f0;
    padding-bottom: 15px;
}

.allied-policy-container h2 {
    font-size: 1.75rem;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #222;
}

.allied-policy-container h3 {
    font-size: 1.25rem;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #444;
}

.allied-policy-container p {
    font-size: 1.1rem;
    margin-bottom: 15px;
}

/* THE BULLET POINT FIX */
.allied-policy-container ul {
    margin: 20px 0;
    padding-left: 25px; /* Enough space to keep bullets inside */
    list-style-type: disc;
}

.allied-policy-container li {
    font-size: 1.1rem;
    margin-bottom: 8px;
    display: list-item; /* Forces standard list behavior */
}

/* Opt-out keywords box */
.opt-out-box {
    background: #f4f7f9;
    padding: 20px;
    border-left: 5px solid #333;
    margin-top: 15px;
    font-size: 1.1rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .allied-policy-container {
        padding: 15px;
        margin: 20px auto;
    }
    
    .allied-policy-container h1 {
        font-size: 1.8rem;
    }
    
    .allied-policy-container h2 {
        font-size: 1.5rem;
    }

    .allied-policy-container ul {
        padding-left: 20px; /* Adjusted for smaller screens */
    }
}/* End custom CSS */