/* BOOB buy block */
.buyboob{
  margin-top:14px;
  display:flex;
  gap:18px;
  align-items:center;
  justify-content:space-between;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  background:rgba(0,0,0,.14);
}
.buyboob-title{font-weight:900;font-size:16px}
.buyboob-link{text-decoration:none;font-weight:900}
.buyboob-link:hover{filter:drop-shadow(0 0 10px rgba(255,180,0,.35))}
.buyboob-sub{opacity:.85;margin-top:4px}
.buyboob-btn{
  display:inline-block;
  margin-top:10px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,180,0,.10);
  font-weight:900;
  text-decoration:none;
}
.buyboob-btn:hover{background:rgba(255,180,0,.16);filter:drop-shadow(0 0 10px rgba(255,180,0,.25))}
.buyboob-right{display:flex;gap:14px;align-items:center;justify-content:flex-end;flex-wrap:wrap}

/* hard clamp images */
.buyboob-img{
  height:auto;
  max-height:90px;
  width:auto;
  max-width:180px;
  display:block;
  filter:drop-shadow(0 10px 25px rgba(0,0,0,.55));
  border-radius:14px;
}
.buyboob-rocket{
  outline:1px solid rgba(255,255,255,.08);
  background:rgba(0,0,0,.10);
}

@media (max-width: 800px){
  .buyboob{flex-direction:column;align-items:flex-start}
  .buyboob-right{justify-content:flex-start}
  .buyboob-img{max-height:76px;max-width:160px}
}
