.vps {
  display: inline-flex;
  align-items: center;
  align-self: center;
  flex-shrink: 0;
  cursor: default;
  line-height: 1;
}

.vps--store {
  transform: translateY(0.04em);
}

.vps--plan-inline {
  font-size: 1rem;
  transform: translateY(0.05em);
}

.vps__disk {
  position: relative;
  width: 0.68em;
  height: 0.68em;
  min-width: 18px;
  min-height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(155deg, #e8f6ff 0%, #7ec4ff 38%, #3d8ec9 72%, #1a5a8a 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.55),
    0 2px 10px rgba(0, 40, 90, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.vps__inner {
  position: absolute;
  inset: 11%;
  border-radius: 50%;
  background: radial-gradient(ellipse 100% 90% at 35% 22%, #9fd8ff 0%, #3d94d4 42%, #1a6aa8 88%, #124a78 100%);
  box-shadow:
    inset 0 2px 5px rgba(0, 30, 60, 0.28),
    inset 0 -1px 1px rgba(255, 255, 255, 0.28);
  pointer-events: none;
}

.vps__check {
  position: relative;
  z-index: 1;
  width: 54%;
  height: 54%;
  display: block;
  filter: drop-shadow(0 0.5px 1px rgba(0, 20, 50, 0.35));
}

.vps .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
