.game-resualts .game-category { background: #ecf0f1; margin-bottom: 30px; }
.game-resualts .game-category .game-category-header { background: #d75151; padding: 10px 25px; color: #fff; }
.game-resualts .game-category .game-category-header h3 { font-weight: 300; font-size: 24px; display: inline-block; }
.game-resualts .game-category .game-category-header div { display: inline-block; vertical-align: middle; margin: -7px 0 0 19px; }
.game-resualts .game-category .game-category-header div .game-count { height: 34px; width: 34px; display: table-cell; text-align: center; vertical-align: middle; border-radius: 50%; border: 2px solid #fff; background: transparent; padding-top: 1px; }

.game-resualts .games-carousel .game { text-align: center; padding: 10px 20px 0 20px; }

.game-details p { display: inline-block; }
.game-details .column { padding: 5px; }

.column.first { clear: both; }
.game-detail-icon { font-size: 20px; margin-right: 10px; position: relative; display: inline-block; background-repeat: no-repeat !important; width: 30px; height: 20px; background-size: contain !important; }

header .game-jackpots { margin-top: 15px;  }
header .game-jackpots .game-jackpot { margin-bottom: 15px; display: block; color: #fff; display: flex; align-items: center; text-decoration: none; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
header .game-jackpots .game-jackpot:hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);  }
header .game-jackpots .column { padding: 0; }
header .game-jackpots .column.large-6 { padding-left: 10px; }
header .game-jackpots .column.large-4 { color: #61ab66; font-weight: bold; }
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
