.mtbg-pricing{width:100%;max-width:none;margin:30px 0;padding:24px 20px;border-radius:16px;background:#f2f6fa;border:1px solid #d2dbe7;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#10223a;box-sizing:border-box}
.mtbg-pricing__headline{margin:0 0 4px;font-size:1.7rem;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:.06em}
.mtbg-pricing__sub{margin:0 0 6px;text-align:center;font-size:1.05rem;font-weight:600;color:#24334a}
.mtbg-pricing__desc{margin:0 0 18px;text-align:center;font-size:.9rem;color:#45526b}
.mtbg-pricing-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:18px;flex-wrap:wrap}
.mtbg-tab{display:inline-flex;align-items:center;gap:6px;border:none;border-radius:999px;padding:7px 16px;font-size:.9rem;font-weight:600;cursor:pointer;background:#e4ebf6;color:#10223a;transition:background .2s,transform .1s,box-shadow .2s}
.mtbg-tab--active{background:#ff3e98;color:#fff;box-shadow:0 3px 10px rgba(0,0,0,.18);transform:translateY(-1px)}
.mtbg-tab:hover{background:#d7e1f2}
.mtbg-tab--active:hover{background:#ff2c8c}
.mtbg-badge{padding:2px 6px;border-radius:999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#ffe7f4;color:#c0176a}
.mtbg-tab--active .mtbg-badge{background:#fff;color:#ff3e98}
.mtbg-pricing-table-wrapper{background:#fff;border-radius:14px;padding:18px 16px 36px;box-shadow:0 6px 18px rgba(15,27,54,.12);transform-origin:top;position:relative}
.mtbg-pricing-group-label{margin-bottom:8px;font-weight:600;font-size:.95rem;color:#24334a;text-align:center}
.mtbg-pricing-table{width:100%;border-collapse:collapse;font-size:.95rem}
.mtbg-pricing-table th,.mtbg-pricing-table td{padding:10px 8px;text-align:left}
.mtbg-pricing-table thead th{border-bottom:2px solid #d2dbe7;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7894}
.mtbg-pricing-table tbody tr:nth-child(even){background:#f7f9fd}
.mtbg-pricing-table tbody td:last-child{text-align:right;white-space:nowrap}
.mtbg-old-price{display:inline-block;margin-right:6px;font-size:.85rem;color:#a0a7b7;text-decoration:line-through}
.mtbg-new-price{display:inline-block;font-weight:700;color:#10223a}
.mtbg-pricing-note{margin:10px 4px 0;font-size:.8rem;color:#6b7894;text-align:right}
.mtbg-animate{animation:mtbgFadeUp .28s ease-out}
@keyframes mtbgFadeUp{
  from{opacity:0;transform:translateY(8px) scale(.99)}
  to{opacity:1;transform:translateY(0) scale(1)}
}

/* Currency switcher pill */
.mtbg-currency-switcher{
  position:absolute;
  left:1rem;
  bottom:1rem;
  display:inline-flex;
  gap:4px;
  border-radius:999px;
  padding:3px;
  background:rgba(0,0,0,.6);
}
.mtbg-currency{
  border:0;
  padding:4px 10px;
  border-radius:999px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.06em;
  cursor:pointer;
  background:transparent;
  color:#f5f5f5;
}
.mtbg-currency--active{
  background:#f5f5f5;
  color:#111;
}

.mtbg-group-early-note {
  display: block;
  margin-top: 2px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #d08a00; /* high-contrast amber for white backgrounds */
}

.mtbg-group-early-note-inline {
  font-size: 0.9em;
  font-weight: 600;
  color: #c67800; /* slightly softer amber for inline text */
}


@media (max-width:640px){
  .mtbg-pricing{padding:18px 14px}
  .mtbg-pricing-table th:nth-child(2),.mtbg-pricing-table td:nth-child(2){display:none}
}

