Apuestas MLB Hoy | Pronósticos de Valor Diario | Hoy 24/06/2025
.game-analysis-container {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
line-height: 1.6;
}
.game-analysis-header h1 {
font-family: "Teko", sans-serif;
font-size: 2.8em;
text-align: center;
color: #111;
border-bottom: 3px solid #FFD700;
padding-bottom: 10px;
margin-bottom: 15px;
}
.game-analysis-header p {
text-align: center;
font-size: 1.1em;
color: #555;
margin-top: 0;
}
.game-analysis-container h2 {
font-family: "Teko", sans-serif;
font-size: 2.5em;
margin-top: 40px;
padding-left: 10px;
border-left: 5px solid;
}
.tier-high-value { border-color: #2ECC71; color: #2ECC71; }
.tier-moderate-value { border-color: #3498DB; color: #3498DB; }
.tier-neutral-value { border-color: #95A5A6; color: #95A5A6; }
.tier-avoid { border-color: #E74C3C; color: #E74C3C; }
.game-card {
background-color: #ffffff;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 20px;
margin-bottom: 25px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.game-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.game-card h3 {
font-family: "Teko", sans-serif;
font-size: 2em;
margin-top: 0;
color: #2c3e50;
}
.recommendation {
background-color: #f8f9fa;
border-left: 4px solid #FFD700;
padding: 15px;
margin-top: 15px;
margin-bottom: 20px;
border-radius: 4px;
}
.recommendation strong {
display: block;
font-size: 1.1em;
margin-bottom: 5px;
color: #333;
}
.recommendation .score {
color: #D4AF37;
font-weight: 700;
}
.justification h4 {
color: #2c3e50;
font-size: 1.2em;
margin-bottom: 5px;
border-bottom: 1px solid #eee;
padding-bottom: 5px;
}
.justification p {
margin-top: 0;
color: #555;
}