/**
 * @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-tickets-card { background-color: rgba(0, 0, 0, 0.7); overflow: hidden; border-radius: 5px; }
.tm-tickets-card .uk-slider-items > div { padding-bottom: 50px;}
.tm-tickets-card .home { border-bottom: 20px solid #c8102e; padding: 20px; }
.tm-tickets-card .away { border-bottom: 20px solid #ffffff; padding: 20px; }
.tm-tickets-card .tm-arrows { bottom: 30px; right: 20px; }
.tm-tickets-card .tm-arrows a { color: #fff; }
