[x-cloak] {
  display: none !important;
}

.zc-radio-checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px; /* same as w-2 */
  height: 8px; /* same as h-2 */
  background-color: var(--zc-primary, #005baa);
  border-radius: 9999px;
  transform: translate(-50%, -50%);
}

label.zc-flex.zc-items-center {
  display: grid !important;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px; /* mr-2 = 8px */
}

.zc-text-base.zc-text-primary.zc-font-bold.zc-mr-2 {
  margin-right: 0 !important;
  line-height: 1.4;
}

.zc-relative.zc-w-4.zc-h-4 {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
}

.tippy-tooltip.zc-theme {
  padding: 10px 16px;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
}
