#app>main{max-width:1440px;align-items:flex-start;gap:12px}#app>main>h2{font-size:20px;font-weight:500;color:#16a34a;font-weight:600;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;margin:16px 0 8px}#app>main>h2>span{width:32px;height:32px;color:#fff;display:flex;justify-content:center;align-items:center;border-radius:6px;background-color:#16a34a}#app>main>div{width:100%;display:grid;justify-content:center;grid-template-columns:repeat(auto-fill,minmax(288px,1fr));gap:24px}.offerwall{position:relative;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #d2d8e1;cursor:pointer;transition:all .2s linear;overflow:hidden;border-radius:6px;box-shadow:#63636333 0 2px 8px}.offerwall:hover{transform:scale(1.05)}.offerwall:has(.blocked){pointer-events:none}.offerwall>.bonus{position:absolute;top:8px;left:8px;color:#fff;font-size:18px;font-weight:600;line-height:14px}.offerwall>.score{position:absolute;top:8px;right:8px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}.offerwall>.img{width:100%;height:128px;display:flex;justify-content:center;align-items:center;background-color:#fba636;box-shadow:#63636333 0 2px 8px}.offerwall>.img>img{width:auto}.offerwall>.desc{width:100%;height:56px;display:flex;justify-content:center;align-items:center;background-color:#fff}.offerwall .blocked{position:absolute;inset:0;color:#16a34a;font-size:18px;font-weight:600;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;background-color:#121b23c2}#popup-offerwall>div{max-width:80%;height:80%}#popup-offerwall>div>iframe{width:100%;height:100%;border-style:none}@media screen and (max-width: 940px){#popup-offerwall{padding:0}#popup-offerwall>div{max-width:100%;height:100%;border-radius:0}}
