/* Basic custom styles */
.card { border: 0; box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.badge-soft { background: rgba(13,110,253,.12); color: #0d6efd; }
.rmp-embed-wrap { position: relative; width: 100%; padding-top: 56.25%; }
.rmp-embed-wrap iframe { position: absolute; top:0; left:0; width:100%; height:100%; border:0; }
.ad-overlay {
  position: absolute; inset: 0; display: none; align-items: center; justify-content: center;
  background: rgba(0,0,0,.85); z-index: 9999;
}
.ad-overlay .ad-box { width: min(960px, 92vw); }
.ad-overlay video { width: 100%; height: auto; background: #000; }
.ad-skip {
  position: absolute; right: 16px; top: 16px; z-index: 10000;
}
