
.f1-driver-stats-container { max-width: 900px; margin: 20px auto; padding: 20px; background: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.f1-driver-header { display: flex; align-items: center; gap: 20px; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 2px solid #e74c3c; }
.f1-driver-image { width: 150px; height: 150px; object-fit: cover; border-radius: 50%; border: 4px solid #e74c3c; }
.f1-driver-info h2 { margin: 0 0 10px; font-size: 28px; color: #333; }
.f1-team { font-size: 18px; color: #e74c3c; font-weight: 600; margin: 5px 0; }
.f1-number, .f1-nationality { color: #666; margin: 5px 0; }
.f1-season-summary { margin: 30px 0; }
.f1-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 15px; }
.f1-stat-box { background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%); padding: 20px; border-radius: 8px; text-align: center; color: white; }
.f1-stat-label { display: block; font-size: 14px; margin-bottom: 10px; opacity: 0.9; }
.f1-stat-value { display: block; font-size: 32px; font-weight: bold; }
.f1-results-table { width: 100%; border-collapse: collapse; margin-top: 15px; }
.f1-results-table th { background: #333; color: white; padding: 12px; text-align: left; }
.f1-results-table td { padding: 10px 12px; border-bottom: 1px solid #ddd; }
.f1-results-table tbody tr:hover { background: #f5f5f5; }
.f1-position { font-weight: bold; color: #e74c3c; }
.f1-points { font-weight: bold; color: #27ae60; }
.f1-comparison-container { max-width: 1000px; margin: 20px auto; padding: 20px; background: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.f1-comparison-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; margin: 30px 0; }
.f1-comparison-driver { text-align: center; }
.f1-comparison-driver img { width: 120px; height: 120px; object-fit: cover; border-radius: 50%; border: 3px solid #e74c3c; }
.f1-comparison-driver h3 { margin: 15px 0 5px; font-size: 22px; }
.f1-vs { font-size: 32px; font-weight: bold; color: #e74c3c; }
.f1-comparison-table { width: 100%; border-collapse: collapse; margin-top: 20px; }
.f1-comparison-table th { background: #333; color: white; padding: 15px; text-align: left; }
.f1-comparison-table td { padding: 12px 15px; border-bottom: 1px solid #ddd; }
.f1-comparison-table tbody tr:hover { background: #f5f5f5; }
.f1-winner { background: #d4edda; font-weight: bold; color: #155724; }
@media (max-width: 768px) {
    .f1-driver-header { flex-direction: column; text-align: center; }
    .f1-driver-image { width: 100px; height: 100px; }
    .f1-stats-grid { grid-template-columns: 1fr; }
    .f1-comparison-grid { grid-template-columns: 1fr; }
    .f1-vs { margin: 20px 0; }
}
