.block.random-game .block-title{display:grid;grid-template-columns:1fr 30px;align-items:center}.block.random-game .block-content{overflow:hidden}.block.random-game .block-content .animation{height:200px}.block.random-game .block-content .animation a{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;color:var(--color2);box-sizing:border-box}.block.random-game .block-content .animation a.text{padding:5px}.block.random-game .block-content .animation a img{width:auto;height:auto;max-width:100%;max-height:100%}.block.random-game .block-content .animation.move{transition:var(--transition-duration) transform;transform:translateY(-100%)}@media (max-width:500px){.block.random-game .block-title{font-size:15px;font-size:11px}}:root{--rotation-duration:500}refresh-btn{display:flex;justify-content:center;align-items:center;position:relative;width:30px;height:30px;margin:0;padding:0;border-radius:50%}refresh-btn svg{width:70%;height:70%}refresh-btn:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;width:0;height:0;background:rgba(50,50,50,.3);border-radius:50%;transition:.2s ease-in-out}refresh-btn:hover:before{width:100%;height:100%}refresh-btn.on-click{transition:calc(var(--rotation-duration)*1ms) transform;transform:rotate(180deg)}