.player-matchup {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
margin-bottom: 20px;
}
.tennis-prediction-single-container {
max-width: 1000px;
margin: 0 auto;
padding: 20px;
}
.match-tournament {
display: inline-flex;
align-items: center;
gap: 6px; justify-content: center; }
.tournament-flag {
width: 20px;
height: auto;
vertical-align: middle;
} .prediction-details_x {
background-color: #f8f8f8; border: 1px solid #e0e0e0;
border-radius: 8px; padding: 20px;
margin-top: 20px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); font-family: 'Inter', sans-serif; color: #333;
line-height: 1.6;
} .prediction-details_x p {
margin-bottom: 10px;
font-size: 16px;
}
.prediction-details_x p:last-child {
margin-bottom: 0; } .winner-name {
color: #007bff; font-weight: bold;
} .confidence-score {
color: #28a745; font-weight: bold;
} .over-under-pick {
color: #fd7e14; font-weight: bold;
} .prediction-notes {
font-style: italic;
color: #555;
font-size: 14px;
} @media (max-width: 768px) {
.prediction-details_x {
padding: 15px;
}
.prediction-details_x p {
font-size: 15px;
}
.prediction-details_x {
font-size: 13px;
}
}
.tennis-btn-analysis {
font-size: 0.875rem;
color: #d52b1e;
border: 1px solid #d52b1e;
border-radius: 0.375rem;
padding: 0.375rem 0.75rem;
background: transparent;
transition: all 0.2s ease-in-out;
text-decoration: none;
display: inline-block;
text-align: center;
margin-top: auto;
}
.tennis-btn-analysis:hover {
background-color: #0056b3;
transform: translateY(-2px);
color: white;
}