.mcrdp-box {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fff;
}

.product-prices.mcrdp-native-hidden .mcrdp-box {
  margin-top: 0;
}

.mcrdp-switch {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.mcrdp-switch a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  text-decoration: none;
  color: #333;
  font-size: 12px;
  font-weight: 700;
}

.mcrdp-switch a.active {
  background: #111;
  border-color: #111;
  color: #fff;
}

.mcrdp-panel {
  display: none;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.mcrdp-panel.is-active {
  display: flex;
}

.mcrdp-old {
  text-decoration: line-through;
  color: #888;
  font-size: 14px;
}

.mcrdp-current {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #111;
}

.mcrdp-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: #d61f1f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.mcrdp-note {
  width: 100%;
  font-size: 12px;
  color: #666;
}

.mcrdp-hidden-native-node {
  display: none !important;
}

.product-miniature .mcrdp-box {
  padding: 10px;
}

.product-miniature .mcrdp-current {
  font-size: 20px;
}
