.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-230 .elementor-element.elementor-element-2366f3d{width:var( --container-widget-width, 9.453% );max-width:9.453%;--container-widget-width:9.453%;--container-widget-flex-grow:0;}.elementor-230 .elementor-element.elementor-element-2366f3d.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-230 .elementor-element.elementor-element-2366f3d{width:var( --container-widget-width, 112.588px );max-width:112.588px;--container-widget-width:112.588px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-04852f6 *//* --- Target Analysis Page Styles --- */
.teer-analysis-page {
    max-width: 1000px;
    margin: 2rem auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    padding: 0 15px;
}

.teer-analysis-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #eaeaea;
}

.teer-analysis-header h1 {
    color: #0056b3;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}

/* Daily Insight Highlight Box */
.teer-daily-insight {
    background-color: #f1f8ff;
    border: 1px solid #cce5ff;
    border-left: 5px solid #0056b3;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 2.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.teer-daily-insight h3 {
    color: #004085;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.teer-daily-insight p {
    margin-bottom: 5px;
}

/* Flexbox Grid for Content */
.teer-analysis-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.teer-methodology {
    flex: 2 1 500px; /* Takes up more space on desktop */
}

.teer-quick-reference {
    flex: 1 1 300px; /* Sidebar style on desktop */
}

.teer-methodology h2, 
.teer-quick-reference h2 {
    color: #1a1a1a;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 0.5rem;
}

.teer-methodology h3 {
    color: #0056b3;
    font-size: 1.2rem;
    margin-top: 1.5rem;
}

/* Custom list styling for the Value System */
.teer-value-list {
    background: #f8f9fa;
    padding: 15px 15px 15px 35px;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    font-family: monospace;
    font-size: 1.1rem;
}

/* Reference Cards */
.reference-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.reference-card h4 {
    margin: 0 0 8px 0;
    color: #d93025; /* A subtle red to make terms pop */
    font-size: 1.1rem;
}

.reference-card p {
    margin: 0;
    font-size: 0.95rem;
    color: #555;
}/* End custom CSS */