.nova-sport-wrap { max-width: 1100px; margin: 24px auto; padding: 0 20px; }
.nova-sport-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: flex-end; margin-bottom: 18px; }
.nova-sport-actions label { display: flex; flex-direction: column; font-weight: 600; }
.nova-sport-actions select, .nova-sport-actions input[type="text"] { padding: 10px 12px; min-width: 220px; border: 1px solid #ccd0d4; border-radius: 6px; }
.nova-sport-table th, .nova-sport-table td { padding: 12px 10px; }
.nova-sport-card { border: 1px solid #e1e1e1; border-radius: 12px; padding: 16px; margin-bottom: 18px; background: #ffffff; }
.nova-sport-card-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.nova-sport-team { display: flex; align-items: center; gap: 10px; }
.nova-sport-team img { width: 48px; height: 48px; border-radius: 50%; object-fit: contain; background: #f7f7f7; padding: 8px; }
.nova-sport-score { font-size: 24px; font-weight: 700; }
.nova-sport-card-meta { margin-top: 12px; color: #555; font-size: 14px; }
.nova-sport-details-panel { border: 1px solid #dfe3e8; border-radius: 8px; padding: 16px; margin: 18px 0; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.04); }
.nova-sport-details-panel h4 { margin: 0 0 12px; padding-bottom: 10px; border-bottom: 1px solid #edf0f2; font-size: 18px; }
.nova-sport-lineup { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.nova-sport-lineup > h4 { grid-column: 1 / -1; }
.nova-sport-lineup-block { min-width: 0; padding: 12px; border: 1px solid #edf0f2; border-radius: 8px; background: #fbfcfd; }
.nova-sport-lineup-block h4 { margin: 0 0 10px; padding: 0; border: 0; font-size: 15px; }
.nova-sport-lineup-list, .nova-sport-events-list, .nova-sport-h2h-list, .nova-sport-stats ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.nova-sport-lineup-list li, .nova-sport-events-list li, .nova-sport-h2h-list li { padding: 9px 11px; border: 1px solid #edf0f2; border-radius: 7px; background: #fff; line-height: 1.7; }
.nova-sport-events-list li { border-right: 4px solid #0073aa; }
.nova-sport-stats li { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 12px; border: 1px solid #e7e7e7; border-radius: 8px; background: #fbfcfd; }
.nova-sport-stat-name { color: #4d5965; }
.nova-sport-stats strong { color: #111827; font-size: 15px; }
@media (max-width: 700px) { .nova-sport-lineup { grid-template-columns: 1fr; } .nova-sport-stats li { align-items: flex-start; flex-direction: column; } }
.nova-sport-meta-table th { width: 160px; vertical-align: top; padding: 12px 10px; }
.nova-sport-meta-table td { padding: 12px 10px; }
.nova-sport-no-data { margin: 24px 0; padding: 18px; background: #fff7e6; border: 1px solid #ffd36a; border-radius: 10px; color: #7a5a00; }
.nova-sport-match-table { display: grid; gap: 14px; margin: 16px 0; }
.nova-sport-match-link { color: inherit; text-decoration: none; }
.nova-sport-match-link:hover .nova-sport-card { border-color: #0073aa; }
