.league-insights-section {
padding: 3rem 0 2rem;
background: #f8fafc;
border-top: 1px solid #e2e8f0;
}
.league-insights-header {
margin-bottom: 1.5rem;
text-align: center;
}
.league-insights-title {
font-size: 1.6rem;
font-weight: 700;
color: #1e293b;
margin-bottom: 0.4rem;
}
.insights-subtitle {
font-size: 0.95rem;
color: #64748b;
margin: 0;
}
.insights-subtitle strong {
color: #2563eb;
}
.insights-list {
display: flex;
flex-direction: column;
gap: 0;
border: 1px solid #e2e8f0;
border-radius: 12px;
overflow: hidden;
margin-bottom: 1.5rem;
background: #ffffff;
}
.insight-row {
display: grid;
grid-template-columns: 260px 1fr;
gap: 0;
border-bottom: 1px solid #e2e8f0;
}
.insight-row:last-child {
border-bottom: none;
}
.insight-row-label {
display: flex;
align-items: flex-start;
gap: 0.55rem;
padding: 1rem 1.1rem;
background: #f8fafc;
border-right: 1px solid #e2e8f0;
}
.insight-icon {
font-size: 1.15rem;
flex-shrink: 0;
margin-top: 1px;
}
.insight-row-title {
font-size: 0.88rem;
font-weight: 700;
color: #1e293b;
margin: 0;
line-height: 1.4;
}
.insight-row-body {
padding: 1rem 1.25rem;
}
.insight-row-body p {
font-size: 0.88rem;
color: #374151;
line-height: 1.65;
margin: 0;
}
.insights-footer {
text-align: center;
}
.insights-methodology-note {
font-size: 0.8rem;
color: #94a3b8;
margin: 0;
}
.insights-methodology-note a {
color: #2563eb;
text-decoration: none;
}
.insights-methodology-note a:hover {
text-decoration: underline;
}
@media (max-width: 768px) {
.insight-row {
grid-template-columns: 1fr;
}
.insight-row-label {
border-right: none;
border-bottom: 1px solid #e2e8f0;
padding-bottom: 0.65rem;
}
.league-insights-title {
font-size: 1.3rem;
}
}
