.demo-slot-games{background-color:#3f3f3f;border-radius:.5rem;padding:2rem;min-width:180px}.demo-slot-games h2{color:#dedede}.demo-slot-games .grid{gap:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}@media (max-width:560px){.demo-slot-games .grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:280px){.demo-slot-games .grid{grid-template-columns:repeat(1,1fr)}}.demo-slot-games figure{margin:0;min-width:1rem}.demo-slot-games img{margin-bottom:.5rem;cursor:pointer;width:100%}.demo-slot-games figcaption{font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}#demo-slot-modal{position:fixed;top:0;left:0;margin:0;width:100%;height:100%;background-color:rgba(17,24,39,.5);display:flex;align-items:center;justify-content:center;z-index:888888;max-width:100%;min-width:100%}#demo-slot-modal .w-full{width:100%;height:100%;max-width:100%;min-width:100%}#demo-slot-iframe{width:100%;height:100%;max-width:100%;min-width:100%;border:none}#demo-slot-btn-close{width:1.75rem;height:1.75rem;position:absolute;top:1.5rem;right:1.5rem;cursor:pointer;color:#dc2626;z-index:999999}#demo-slot-btn-close path{stroke-width:3;stroke:currentColor}