.xh-v121-loading-text {
  color: #4f46e5 !important;
  font-weight: 900 !important;
}

.xh-v121-loading-card {
  position: relative !important;
}

.xh-v121-sec-badge {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 20;
  min-width: 38px;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #4f46e5;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(79, 70, 229, .25);
  pointer-events: none;
}

@media (max-width: 768px) {
  .xh-v121-sec-badge {
    right: 8px;
    top: 7px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    padding: 0 7px;
  }
}
