.elementor-4371 .elementor-element.elementor-element-ac2933d{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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 );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS *//* Container */
.gas-guide-container {
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.7;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
}

/* Headings */
.gas-guide-container h2 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ecf0f1;
}

.gas-guide-container h3 {
    font-size: 1.4rem;
    color: #34495e;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.gas-guide-container h4 {
    font-size: 1.1rem;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Paragraphs & Lists */
.gas-guide-container p {
    margin-bottom: 1.2rem;
}

.gas-guide-container ul, .gas-guide-container ol {
    margin-bottom: 1.5rem;
    padding-left: 20px;
}

.gas-guide-container li {
    margin-bottom: 8px;
}

/* Alert Boxes */
.alert-box {
    padding: 20px;
    border-radius: 6px;
    margin: 20px 0;
    border-left: 4px solid;
}

.alert-danger {
    background-color: #fff5f5;
    border-color: #e53e3e;
    color: #c53030;
}

.alert-warning {
    background-color: #fffaf0;
    border-color: #dd6b20;
    color: #c05621;
}

.alert-success {
    background-color: #f0fff4;
    border-color: #38a169;
    color: #2f855a;
}

/* Safety Action Lists */
.safety-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.dont-list li {
    color: #c53030;
    list-style-type:  none;
    position: relative;
    padding-left: 25px;
}
.dont-list li::before {
    content: '✖';
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Fix Badge */
.fix-label {
    display: inline-block;
    background: #e2e8f0;
    color: #2d3748;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.85em;
    margin-right: 5px;
}

/* FAQ Cards */
.faq-card {
    background: #f7fafc;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #edf2f7;
}

.faq-question {
    font-weight: 700;
    color: #2d3748;
    display: block;
    margin-bottom: 8px;
}

/* Utility */
.highlight-bold {
    font-weight: 700;
    color: #2b6cb0;
}/* End custom CSS */