:root{
  --mp-blue:#0b2a55;
  --mp-yellow:#f2d64b;
  --mp-black:#050505;
  --mp-cream:#fff8d8;
  --mp-card:#ffffff;
  --mp-radius:22px;
  --mp-radius-lg:30px;
  --mp-shadow:0 12px 30px rgba(0,0,0,.16);
}

.mp-core-card{
  background:var(--mp-card);
  border-radius:var(--mp-radius);
  box-shadow:var(--mp-shadow);
  overflow:hidden;
}

.mp-core-btn{
  border:0;
  border-radius:16px;
  padding:11px 16px;
  font-weight:1000;
  background:var(--mp-yellow);
  color:#000;
  cursor:pointer;
}

.mp-core-popup{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.55);
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}

.mp-core-popup-card{
  width:min(92vw,430px);
  max-height:86vh;
  overflow:auto;
  background:#fff;
  border-radius:28px;
  padding:18px;
  position:relative;
  box-shadow:0 20px 70px rgba(0,0,0,.35);
}

.mp-core-close{
  position:absolute;
  right:12px;
  top:12px;
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:#111;
  color:#fff;
  font-size:24px;
  font-weight:1000;
}

.mp-master-card{
  width:100%;
  border:0;
  overflow:hidden;
  position:relative;
  text-align:left;
  padding:18px;
  isolation:isolate;
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}

.mp-master-copy{
  position:relative;
  z-index:3;
  max-width:54%;
}

.mp-master-badge{
  display:inline-block;
  padding:6px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.75);
  margin-bottom:10px;
  font-size:12px;
  font-weight:1000;
}

.mp-master-card h3{
  margin:8px 0;
  line-height:1.05;
}

.mp-master-card p{
  margin:0 0 12px;
  line-height:1.3;
}

.mp-master-btn{
  display:inline-block;
  padding:11px 16px;
  border-radius:18px;
  font-weight:1000;
}

.mp-core-popup-card p,
.mp-arb-popup-card p{
  white-space:pre-line !important;
}
