/**
 * 888 Pokies Widget — Desktop Layout CSS (Part 3)
 * @version 1.4.0
 * Auto-generated from 888.html
 */

.pokies-888-wrap .bonus-row .br-rank {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.pokies-888-wrap .bonus-row .br-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
}

.pokies-888-wrap .bonus-row .br-info {
    flex: 1;
    min-width: 0;
}

.pokies-888-wrap .bonus-row .br-bonus b {
    display: block;
}

.pokies-888-wrap .bonus-row .br-btn {
    padding: 10px 20px;
}

.pokies-888-wrap .features {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px;
    margin-bottom: 28px;
}

.pokies-888-wrap .feat {
    padding: 20px;
}

.pokies-888-wrap .feat .fi {
    width: 44px;
    height: 44px;
    margin: 0 auto 10px;
    display: grid;
    place-items: center;
}

.pokies-888-wrap .feat .fi svg {
    width: 22px;
    height: 22px;
}

.pokies-888-wrap .feat h4 {
    margin-bottom: 4px;
}

.pokies-888-wrap .gbs {
    margin-top: 28px;
    margin-bottom: 40px;
    overflow: hidden;
}

.pokies-888-wrap .gbs-header {
    padding: 28px 28px 20px;
    position: relative;
    overflow: hidden;
}

.pokies-888-wrap .gbs-header::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
}

.pokies-888-wrap .gbs-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.pokies-888-wrap .gbs-header-top h2 {
    margin: 0;
}

.pokies-888-wrap .gbs-header-top a {
    padding: 6px 14px;
}

.pokies-888-wrap .gbs-header-search {
    position: relative;
    margin-bottom: 16px;
    z-index: 2;
}

.pokies-888-wrap .gbs-header-search input {
    width: 100%;
    padding: 14px 20px 14px 48px;
}

.pokies-888-wrap .gbs-header-search svg {
    position: absolute;
    left: 18px;
    top: 50%;
    width: 18px;
    height: 18px;
}

.pokies-888-wrap .gbs-header-filters {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.pokies-888-wrap .gbs-header-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 28px;
}

.pokies-888-wrap .gbs-tab {
    flex: 0 0 auto;
    padding: 8px 16px;
}

.pokies-888-wrap .gbs-header-meta select {
    padding: 8px 14px;
}

.pokies-888-wrap .gbs-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
    padding: 16px 20px 20px;
}

.pokies-888-wrap .gc {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.pokies-888-wrap .gc-visual {
    position: relative;
    height: 120px;
    overflow: hidden;
    flex-shrink: 0;
}

.pokies-888-wrap .gc-bg {
    position: absolute;
    inset: 0;
}

.pokies-888-wrap .gc-overlay {
    position: absolute;
    inset: 0;
}

.pokies-888-wrap .gc-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.pokies-888-wrap .gc-badges {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    display: flex;
    justify-content: space-between;
    z-index: 3;
}

.pokies-888-wrap .gc-badge {
    padding: 3px 8px;
}

.pokies-888-wrap .gc-rtp {
    padding: 3px 7px;
}

.pokies-888-wrap .gc-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    z-index: 4;
}

.pokies-888-wrap .gc-play svg {
    width: 16px;
    height: 16px;
    margin-left: 2px;
}

.pokies-888-wrap .gc-vinfo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 3;
}

.pokies-888-wrap .gc-bonus {
    padding: 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.pokies-888-wrap .gc-bonus-tag {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 4px 10px;
    margin-bottom: 6px;
    margin-right: 3px;
}

.pokies-888-wrap .gc-amount {
    margin-bottom: 10px;
}

.pokies-888-wrap .gc-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-bottom: auto;
    padding-bottom: 12px;
}

.pokies-888-wrap .gc-det {
    padding: 8px 10px;
}

.pokies-888-wrap .gc-det-val {
    margin-top: 2px;
}

.pokies-888-wrap .gc-casino {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.pokies-888-wrap .gc-casino-logo {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.pokies-888-wrap .gc-casino-name {
    overflow: hidden;
}

.pokies-888-wrap .gc-casino-rating {
    margin-left: auto;
    padding: 3px 8px;
}

.pokies-888-wrap .gc-cta {
    display: flex;
    gap: 6px;
    margin-top: auto;
}

.pokies-888-wrap .gc-cta-main {
    flex: 1;
    padding: 11px;
    position: relative;
    overflow: hidden;
}

.pokies-888-wrap .gc-cta-main::after {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}

.pokies-888-wrap .gc-cta-main:hover::after {
    left: 100%;
}

.pokies-888-wrap .gc-cta-info {
    width: 36px;
    display: grid;
    place-items: center;
}

.pokies-888-wrap .gc-cta-info svg {
    width: 16px;
    height: 16px;
}

.pokies-888-wrap .gbs-more-wrap,
.pokies-888-wrap .games-more-wrap {
    padding: 24px 20px 24px;
}

.pokies-888-wrap .gbs-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
}

.pokies-888-wrap .gbs-more-wrap.hidden,
.pokies-888-wrap .games-more-wrap.hidden {
    display: none;
}

.pokies-888-wrap .gbs-empty {
    display: none;
    padding: 40px 20px;
}

.pokies-888-wrap .gbs-empty.show {
    display: block;
}

.pokies-888-wrap .gbs-empty svg {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.pokies-888-wrap .newrel-wrap {
    overflow: hidden;
    position: relative;
}

.pokies-888-wrap .newrel-wrap::before,
.pokies-888-wrap .newrel-wrap::after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 2;
}

.pokies-888-wrap .newrel-wrap::before {
    left: 0;
}

.pokies-888-wrap .newrel-wrap::after {
    right: 0;
}

.pokies-888-wrap .newrel {
    display: flex;
    gap: 14px;
    width: max-content;
    padding-bottom: 4px;
}

.pokies-888-wrap .newrel-card {
    flex: 0 0 180px;
    overflow: hidden;
    position: relative;
    height: 220px;
}

.pokies-888-wrap .newrel-card .gbg {
    position: absolute;
    inset: 0;
}

.pokies-888-wrap .newrel-card .gov {
    position: absolute;
    inset: 0;
}

.pokies-888-wrap .newrel-card .gtag {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 4px 10px;
}

.pokies-888-wrap .newrel-card .ginfo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px;
    z-index: 1;
}

.pokies-888-wrap .newrel-card .ginfo .grow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
}

.pokies-888-wrap .jackpots-section,
.pokies-888-wrap .hiw-section {
    overflow: hidden;
    margin-bottom: 28px;
}

.pokies-888-wrap .jackpots-section .jackpots,
.pokies-888-wrap .hiw-section .hiw {
    margin-bottom: 0;
}

.pokies-888-wrap .jackpots-section .jackpots {
    padding: 0 20px 20px;
}

.pokies-888-wrap .hiw-section .hiw {
    padding: 0 20px 20px;
}

.pokies-888-wrap .browse-panel .games {
    margin-bottom: 0;
}

.pokies-888-wrap .browse-panel .providers {
    padding: 0;
}

.pokies-888-wrap .jackpots {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
    margin-bottom: 28px;
}

.pokies-888-wrap .jp-card {
    padding: 24px;
    position: relative;
    overflow: hidden;
}

.pokies-888-wrap .jp-card .jp-label {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pokies-888-wrap .jp-card .jp-label .jp-dot {
    width: 8px;
    height: 8px;
}

.pokies-888-wrap .jp-card .jp-amount {
    margin-bottom: 10px;
}

.pokies-888-wrap .jp-card .jp-bar {
    height: 6px;
    overflow: hidden;
    margin-bottom: 8px;
}