.elementor-255 .elementor-element.elementor-element-5b18a8f0{--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-255 .elementor-element.elementor-element-fdd4d74{--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;}/* Start custom CSS for text-editor, class: .elementor-element-d819221 */:root {
    --navy: #0d1b2a;
    --teal: #1b8a81;
    --accent-blue: #0077b6;
    --light-teal: #f0fafa;
    --gray-text: #4a5568;
}

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    line-height: 1.7;
    background-color: #f8fafc;
    color: var(--gray-text);
    margin: 0;
    padding: 40px 20px;
}

.analysis-container {
    max-width: 1900px;
    margin: 0 auto;
    background: white;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.analysis-header {
    text-align: center;
    border-bottom: 2px solid var(--teal);
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.analysis-header h1 {
    color: var(--navy);
    font-size: 2.4rem;
    margin-bottom: 10px;
}

.subtitle {
    color: var(--teal);
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}

.intro-box {
    background: var(--light-teal);
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.dimension-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.dim-card {
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 10px;
    border-top: 5px solid var(--accent-blue);
}

.dim-card h3 {
    margin-top: 0;
    color: var(--navy);
}

h2 {
    color: var(--navy);
    border-left: 5px solid var(--teal);
    padding-left: 15px;
    margin-top: 50px;
}

h3 {
    color: var(--accent-blue);
    margin-top: 30px;
}

.analysis-footer {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e2e8f0;
}

.ref-list {
    font-size: 0.9rem;
    color: #718096;
}

.disclaimer {
    font-size: 0.8rem;
    font-style: italic;
    text-align: center;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .analysis-container { padding: 30px; }
}/* End custom CSS */