.boxes{display:flex;flex-wrap:wrap;gap:30px}.box{background-color:#010c3d;border-radius:6px;padding:20px;width:calc(33% - 20px);position:relative;flex-direction:column;min-width:300px}.box,.box-header{display:flex;justify-content:space-between}.box-header{align-items:flex-start}.couponDate{font-size:11px;text-align:right}.box-inner-row{padding:10px;background:linear-gradient(168deg,rgba(35,12,100,.2) 7.37%,rgba(171,64,255,.2) 76.57%);margin-bottom:10px}.bet-game,.bet-game-header{display:flex;justify-content:space-between}.bet-game-header{gap:10px}.bet-game-header img{width:20px;height:auto}.bet-game-game{font-size:10px}.bet-game-odd{border-radius:6px;background:linear-gradient(168deg,rgba(35,12,100,.2) 7.37%,rgba(171,64,255,.2) 76.57%);padding:5px;font-size:12px;line-height:12px}.box-footer{display:flex;justify-content:space-between;border-top:1px dashed #fff;margin-top:10px;padding-top:10px}.box-row:not(:last-child){margin-bottom:10px}.coins{display:flex;gap:5px;align-items:center}.coins img{width:20px;height:auto;position:relative;top:-2px}