/* Football Oracle — front-end styles */
.fo-top3-container { max-width: 100%; overflow-x: auto; margin: 1em 0; }
.fo-top3-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.fo-top3-table th, .fo-top3-table td { padding: 10px 8px; border: 1px solid #ddd; text-align: center; vertical-align: middle; }
.fo-top3-table th { background: #2c3e50; color: #fff; font-weight: 600; }
.fo-top3-table tbody tr:nth-child(even) { background: #f9f9f9; }
.fo-top3-table tbody tr:hover { background: #eef5ff; }
.prob { color: #555; font-size: 0.85em; }
.stars { color: #f39c12; font-size: 1.1em; letter-spacing: 1px; }
.fo-disclaimer { font-size: 0.85em; color: #777; margin-top: 0.5em; }
.fo-no-data { color: #999; font-style: italic; }
.fo-single-match { border: 1px solid #ddd; padding: 1em; background: #fff; margin: 1em 0; }
.fo-single-match h3 { margin-top: 0; }

@media (max-width: 600px) {
    .fo-top3-table thead { display: none; }
    .fo-top3-table tr { display: block; margin-bottom: 1em; border: 1px solid #ccc; }
    .fo-top3-table td { display: flex; justify-content: space-between; padding: 8px; border: none; border-bottom: 1px solid #eee; }
    .fo-top3-table td::before { content: attr(data-label); font-weight: bold; text-transform: uppercase; color: #2c3e50; margin-right: 10px; }
}
