:root{--mo-rb-bg:rgba(20,20,26,.72);--mo-rb-br:rgba(255,255,255,.10);--mo-rb-text:rgba(255,255,255,.92);--mo-rb-sub:rgba(255,255,255,.68)}
.mo-rb-shell{display:flex;justify-content:center}
.mo-rb-card2{max-width:680px;width:100%;padding:22px 18px 18px;border-radius:26px;background:var(--mo-rb-bg);border:1px solid var(--mo-rb-br);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 18px 40px rgba(0,0,0,.45);text-align:center}
.mo-rb-coverwrap{border-radius:22px;overflow:hidden;box-shadow:0 14px 34px rgba(0,0,0,.45);margin:6px auto 16px;max-width:420px}
.mo-rb-cover2{width:100%;height:auto;display:block;aspect-ratio:1/1;object-fit:cover}
.mo-rb-title2{font-size:30px;line-height:1.15;font-weight:900;color:var(--mo-rb-text);margin:0 0 10px}
.mo-rb-sub2{font-size:18px;line-height:1.45;color:var(--mo-rb-sub);margin:0 0 16px}
.mo-rb-ctaRow{display:flex;justify-content:center;margin:6px 0 14px}
.mo-rb-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:320px;max-width:520px;width:100%;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);color:#fff;text-decoration:none;font-weight:800}
.mo-rb-cta:hover{background:rgba(255,255,255,.09)}
.mo-rb-ctaIcon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}
.mo-rb-ctaIcon svg{width:22px;height:22px}
.mo-rb-videoRow{display:flex;justify-content:center;margin:-4px 0 14px}
.mo-rb-video{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:320px;max-width:520px;width:100%;padding:12px 16px;border-radius:18px;background:rgba(0,0,0,.16);border:1px solid rgba(255,255,255,.12);color:#fff;text-decoration:none;font-weight:800}
.mo-rb-video:hover{background:rgba(0,0,0,.24)}
.mo-rb-iconbar{margin-top:6px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.mo-rb-icon{width:46px;height:46px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.9);text-decoration:none}
.mo-rb-icon:hover{background:rgba(0,0,0,.30)}
.mo-rb-icon svg{width:22px;height:22px}
@media (max-width:720px){
  .mo-rb-card2{padding:18px 14px}
  .mo-rb-title2{font-size:26px}
  .mo-rb-sub2{font-size:16px}
  .mo-rb-cta,.mo-rb-video{min-width:0}
}
/* Font Awesome icons support */
.mo-rb-icon i{font-size:20px;line-height:1}
.mo-rb-ctaIcon i{font-size:20px;line-height:1}

/* Track: label + categories under title */
.mo-tr-label{font-size:14px;font-weight:800;color:rgba(255,255,255,.88);margin:2px 0 6px;letter-spacing:.2px}
.mo-tr-terms{font-size:13px;color:rgba(255,255,255,.70);margin:0 0 10px}
