.sgp-gamegridall-wrapper{--gg-gap:20px;--gg-cols-desktop:3;--gg-cols-tablet:2;--gg-cols-mobile:1;width:100%;margin-bottom:30px}.sgp-gamegridall-header{display:flex;align-items:center;margin-bottom:10px;padding:10px 0}.sgp-gamegridall-header .section-icon{width:32px;height:auto}.sgp-gamegridall-section-title{margin:0!important;font-size:1.5rem}.sgp-gamegridall-items{display:grid;grid-template-columns:repeat(var(--gg-cols-desktop),1fr);gap:var(--gg-gap)}@media (max-width:1024px){.sgp-gamegridall-items{grid-template-columns:repeat(var(--gg-cols-tablet),1fr)}}@media (max-width:768px){.sgp-gamegridall-items{grid-template-columns:repeat(var(--gg-cols-mobile),1fr)}}.sgp-gamegridall-item{position:relative;width:100%}.sgp-gamegridall-image-link{display:block;width:100%;position:relative}.sgp-gamegridall-image-wrap{position:relative;width:100%;overflow:hidden}.sgp-gamegridall-image{width:100%;height:auto;display:block;object-fit:cover}.sgp-gamegridall-hover-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.sgp-gamegridall-play-btn{padding:10px 14px;font-weight:700;border:none;cursor:pointer;opacity:0;transition:opacity .3s ease;font-size:1rem}.sgp-gamegridall-image-wrap:hover .sgp-gamegridall-hover-overlay{opacity:1}.sgp-gamegridall-image-wrap:hover .sgp-gamegridall-play-btn{opacity:1}.sgp-gamegridall-image-wrap:hover .sgp-gamegridall-image{opacity:.85;transition:opacity .3s ease}.sgp-gamegridall-loadmore-wrap{text-align:center;margin-top:15px}.sgp-gamegridall-loadmore-btn{padding:10px 20px;background-color:#333;color:#fff;border-radius:4px;cursor:pointer;border:none;font-size:1rem}.sgp-gamegridall-loadmore-btn:hover{background-color:#000}