.sakura-plan-badge-dev,
.sakura-plan-badge-enterprise {
  border-radius: 999px !important;
  border-style: solid !important;
  border-width: 1px !important;
  color: #fff !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 1px 6px rgba(15, 23, 42, 0.42) !important;
}

.sakura-plan-badge-dev,
.sakura-plan-badge-dev .semi-tag-content,
.sakura-plan-badge-dev * {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.sakura-plan-badge-enterprise,
.sakura-plan-badge-enterprise .semi-tag-content,
.sakura-plan-badge-enterprise * {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.sakura-plan-badge-dev {
  background: linear-gradient(135deg, #06b6d4 0%, #2563eb 48%, #7c3aed 100%) !important;
  background-color: #2563eb !important;
  border-color: rgba(125, 211, 252, 0.78) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.22) inset,
    0 5px 14px rgba(37, 99, 235, 0.28) !important;
}

.sakura-plan-badge-enterprise {
  background: linear-gradient(135deg, #f59e0b 0%, #ef4444 46%, #c026d3 100%) !important;
  background-color: #ef4444 !important;
  border-color: rgba(253, 224, 71, 0.86) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.24) inset,
    0 5px 16px rgba(192, 38, 211, 0.28) !important;
}

.sakura-plan-badge-text {
  display: inline-flex !important;
  align-items: center !important;
  max-width: 100% !important;
  min-height: 22px !important;
  padding: 2px 10px !important;
  line-height: 1.4 !important;
}

.sakura-plan-badge-text.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html.dark .sakura-plan-badge-dev,
body[theme-mode="dark"] .sakura-plan-badge-dev {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 0 16px rgba(56, 189, 248, 0.34),
    0 5px 14px rgba(37, 99, 235, 0.24) !important;
}

html.dark .sakura-plan-badge-enterprise,
body[theme-mode="dark"] .sakura-plan-badge-enterprise {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2) inset,
    0 0 18px rgba(251, 191, 36, 0.28),
    0 5px 16px rgba(192, 38, 211, 0.24) !important;
}
