#cutgo-release-update-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.cutgo-release-update-card {
  width: min(100%, 320px);
  padding: 10px 12px 12px;
  border-radius: 12px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  color: #f5f5f7;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'PingFang SC', sans-serif;
}

.cutgo-release-update-heading {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.35;
}

.cutgo-release-update-body {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(245, 245, 247, 0.92);
}

.cutgo-release-update-hint {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(245, 245, 247, 0.62);
}

.cutgo-release-update-btn-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
