.elementor-114 .elementor-element.elementor-element-7d6a916{padding:30px 0px 30px 0px;}.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 );}/* Start custom CSS for text-editor, class: .elementor-element-cb1f50f */.sos-guide {
    font-family: 'Inter', sans-serif;
    padding: 35px 50px;
    background: #ffffff;
    color: #1a1a1a;
    border-radius: 14px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.08);
    border: 1px solid #e5e7eb;
    max-width: 100%;
    margin: auto;
}

/* Headings */
.sos-guide h1 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #000000;
}

.sos-guide h2 {
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 10px;
    color: #111111;
    font-weight: 600;
}

/* Text */
.sos-guide p,
.sos-guide li {
    font-size: 15px;
    line-height: 1.65;
    color: #333333;
}

.sos-guide ul {
    padding-left: 20px;
}

.sos-guide strong {
    color: #000;
    font-weight: 600;
}

.sos-guide .lead {
    font-size: 17px;
    margin-bottom: 20px;
    color: #444444;
}

.sos-guide .tagline {
    text-align: center;
    font-weight: 600;
    margin-top: 40px;
    color: #000;
    font-size: 18px;
}

/* 📱 Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .sos-guide {
        padding: 22px;
    }

    .sos-guide h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .sos-guide h2 {
        font-size: 20px;
        margin-top: 22px;
    }

    .sos-guide p,
    .sos-guide li {
        font-size: 15px;
        line-height: 1.55;
    }

    .sos-guide .tagline {
        font-size: 16px;
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .sos-guide {
        padding: 18px;
        border-radius: 10px;
    }

    .sos-guide h1 {
        font-size: 22px;
    }

    .sos-guide h2 {
        font-size: 18px;
    }

    .sos-guide p,
    .sos-guide li {
        font-size: 14px;
    }
}/* End custom CSS */