/**
 * @version     CVS: 1.0.0
 * @package     mod_basketmanager_best_player
 * @copyright   2025 John Kouvakis
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      John Kouvakis <john@kouvakis.gr>
 */
.tm-matchcenter { padding: 10px 0; position: relative; }
.tm-matchcenter .title { padding-top: 20px; }
.tm-matchcenter::before { content: ''; position: absolute; background-color: rgba(0,0,0,0.6); top: 0; bottom: 0; left: 0; right: 0; border-top: 2px solid #c8102e; border-bottom: 2px solid #c8102e; }
.tm-matchcenter .tm-game-card { height: 80px; background-color: rgba(0,0,0,0.9); padding: 10px; overflow: hidden; border-radius: 5px; }
.tm-matchcenter .tm-game-card.home { border-bottom: 5px solid #c8102e; }
.tm-matchcenter .tm-game-card.away { border-bottom: 5px solid #ffffff; }
