
.rbsp-price-wrap,
.rbsp-variable-note-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.rbsp-price-wrap del,
.rbsp-variable-note-wrap del {
  opacity: .78;
  color: #7a7a7a;
  font-size: .95em;
}

.rbsp-price-wrap ins,
.rbsp-variable-note-wrap ins {
  text-decoration: none;
  font-weight: 800;
  color: #111;
  font-size: 1.08em;
}

.rbsp-subscription-suffix {
  margin-left: 2px;
  color: #333;
}

.rbsp-note {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 12px;
  padding: 12px 14px;
  background: linear-gradient(135deg, #f3ecff 0%, #fff7ef 100%);
  border: 1px solid #d9c2ff;
  border-left: 4px solid #7c3aed;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.08);
  margin-bottom: 22px;
}

.rbsp-note-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #7c3aed;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap;
}

.rbsp-note-text {
  color: #2b145c;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}

.rbsp-note-text strong {
  color: #7c3aed;
  font-weight: 800;
}

@media (max-width: 767px) {
  .rbsp-note {
    padding: 10px 12px;
    gap: 8px;
  }

  .rbsp-note-text {
    font-size: 14px;
  }
}
