.rvi-bubble.liquid-glass {
  background: rgba(255, 255, 255, 0.65);
  border-color: rgba(120, 150, 255, 0.28);
  box-shadow: 0 16px 36px rgba(60, 80, 180, 0.16);
}

.rvi-bubble.liquid-glass::after {
  background: rgba(255, 255, 255, 0.65);
}

.rvi-bubble.liquid-glass .rvi-block {
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(140, 160, 255, 0.22);
}

.rvi-bubble.liquid-glass .rvi-mobile-summary {
  background: linear-gradient(135deg, rgba(90, 135, 255, 0.95), rgba(255, 118, 188, 0.95));
}

.rvi-bubble.liquid-glass .rvi-modal-inner {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(120, 150, 255, 0.22);
}
