.games-hub{padding-bottom:20px}.games-hub__filters-wrapper{background-color:#f2f2f1}.games-hub__mascot{bottom:200px;height:auto;max-width:300px;pointer-events:none;position:absolute;right:100px;width:25%;z-index:10}.games-hub__filters{margin-bottom:24px;padding:80px 0 40px;position:relative}.games-hub__search{align-items:center;display:flex;gap:12px}.games-hub__search-field{align-items:center;display:flex;flex:1;position:relative;width:100%}.games-hub__search-icon{color:#999;left:14px;pointer-events:none;position:absolute}.games-hub__search-input{background:#fff;border:1px solid #e0ddd8;border-radius:50px;box-sizing:border-box;color:#333;font-size:15px;outline:none;padding:12px 12px 12px 40px;transition:border-color .15s;width:100%}.games-hub__search-input::placeholder{color:#aaa}.games-hub__search-input:focus{border-color:#0070c0}.games-hub__search-btn{background-color:#0070c0;border:none;border-radius:50px;color:#fff;cursor:pointer;flex-shrink:0;font-size:14px;font-weight:700;letter-spacing:.04em;padding:12px 24px;text-transform:uppercase;transition:background-color .15s;white-space:nowrap}.games-hub__search-btn:hover{background-color:#155f8f}.games-hub__divider{border:none;border-top:1px solid #e0ddd8;margin:18px 0}.games-hub__dropdowns{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px}.games-hub__filter{flex:0 1 220px}.games-hub__filter label{color:#333;display:block;font-size:13px;font-weight:700;margin-bottom:6px}.games-hub__filter select{appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1.5 5 5 5-5'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1px solid #e0ddd8;border-radius:8px;box-sizing:border-box;color:#333;cursor:pointer;font-size:14px;outline:none;padding:10px 34px 10px 14px;transition:border-color .15s;width:100%}.games-hub__filter select:focus{border-color:#0070c0}.games-hub__dropdown{position:relative}.games-hub__dropdown-trigger{align-items:center;background:#fff;border:1px solid #e0ddd8;border-radius:8px;box-sizing:border-box;color:#333;cursor:pointer;display:flex;font-size:14px;justify-content:space-between;outline:none;padding:10px 14px;text-align:left;transition:border-color .15s;width:100%}.games-hub__dropdown-trigger:hover{border-color:#ccc}.games-hub__dropdown-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.games-hub__dropdown-arrow{color:#666;flex-shrink:0;margin-left:8px;transition:transform .2s}.games-hub__dropdown.is-open .games-hub__dropdown-trigger{border-color:#0070c0}.games-hub__dropdown.is-open .games-hub__dropdown-arrow{transform:rotate(180deg)}.games-hub__dropdown.is-open .games-hub__dropdown-list{display:block}.games-hub__dropdown-list{background:#fff;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.12);display:none;left:0;list-style:none;margin:5px 0;max-height:260px;min-width:100%;overflow-y:auto;padding:0;position:absolute;top:calc(100% + 4px);z-index:10}.games-hub__dropdown-item{align-items:center;color:#333;cursor:pointer;display:flex;font-size:14px;justify-content:space-between;padding:10px 14px;transition:background-color .1s;white-space:nowrap}.games-hub__dropdown-item:hover{background-color:#f5f5f5}.games-hub__dropdown-item.is-selected{font-weight:600}.games-hub__dropdown-item.is-selected:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' fill='none'%3E%3Cpath stroke='%2345ad59' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 5 4 4 8-8'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:10px;margin-left:12px;width:14px}.games-hub__reset{background-color:#0070c0;border:none;border-radius:50px;color:#fff;cursor:pointer;flex-shrink:0;font-size:14px;font-weight:700;letter-spacing:.04em;padding:10px 24px;text-transform:uppercase;transition:background-color .15s;white-space:nowrap}.games-hub__reset:hover{background-color:#155f8f}.games-hub__result-count{color:#333;font-size:20px;font-weight:600;margin-bottom:20px}.games-hub__grid{display:grid;gap:20px;grid-template-columns:repeat(5,1fr)}@media (max-width:991px){.games-hub__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:767px){.games-hub__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:575px){.games-hub__grid{grid-template-columns:repeat(2,1fr)}}.games-hub__card{background:#fff;border:1px solid #e0ddd8;border-radius:12px;overflow:hidden}.games-hub__card-link{color:inherit;text-decoration:none}.games-hub__card-link span{display:block;margin:0 10px}.games-hub__card-link span:first-of-type{margin-top:8px}.games-hub__card-link span:last-of-type{margin-bottom:8px}.games-hub__card-image{height:150px;line-height:0;margin:0;overflow:hidden;position:relative;width:100%}.games-hub__card-image img{display:block;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;width:100%}.games-hub__card-link:hover .games-hub__card-image img{transform:scale(1.2)}.games-hub__card-rtp{color:#1a7ab5;font-size:14px;font-weight:700}.games-hub__card-title{color:#222;font-size:16px;font-weight:700;line-height:1.2}.games-hub__card-provider{color:#696969;font-size:12px}.games-hub__no-results{width:100%}.games-hub__load-more-wrapper{margin:20px 0;text-align:center}.games-hub__load-more-wrapper button{background:#fff;border:2px solid #000;padding:13px 36px}.post-type-archive-game .header-text,.post-type-archive-slot .header-text{width:65%}@media (max-width:575px){.games-hub__mascot{right:0;top:-75px;width:150px}.post-type-archive-game .header-text,.post-type-archive-slot .header-text{width:100%}.games-hub__search{flex-direction:column}.games-hub__search-btn{width:100%}.games-hub__dropdowns{flex-direction:column}.games-hub__filter{flex:1 1 100%;width:100%}.games-hub__reset{width:100%}}.games-hub__filters.is-loading,.games-hub__load-more.is-loading{pointer-events:none;position:relative}.games-hub__filters.is-loading:after,.games-hub__load-more.is-loading:after{animation:games-hub-spin .6s linear infinite;border:2.5px solid #e0ddd8;border-radius:50%;border-top-color:#0070c0;content:"";height:20px;position:absolute;width:20px;z-index:99}.games-hub__filters.is-loading:after{left:20px;top:30px}.games-hub__load-more.is-loading:after{right:10px;top:15px}@keyframes games-hub-spin{to{transform:rotate(1turn)}}