/*
Theme Name: Match-Predict
Description: Lightweight, high-performance theme for match predictions.
Version: 1.0
Author: bana
*/
/* Tab Buttons */
.tab-container { display: flex; border-bottom: 2px solid #0073aa; margin: 20px 0; }
.tab-link { padding: 10px 20px; cursor: pointer; background: #f1f5f9; font-weight: bold; border: 1px solid #ddd; border-bottom: none; }
.tab-link.active { background: #0073aa; color: #fff; }

/* Content Areas */
.tab-content { display: none; }
.tab-content.active { display: block; }

/* Table Styling */
.form-table { width: 100%; border-collapse: collapse; margin-top: 10px; }
.form-table th, .form-table td { padding: 10px; border: 1px solid #ddd; text-align: center; }