.jb-horo-push {
  display: inline-block;
  max-width: 100%;
}

.jb-horo-push-button {
  appearance: none;
  border: 0;
  border-radius: var(--jb-push-radius, 999px);
  background: var(--jb-push-bg, #1d3557);
  color: var(--jb-push-text, #fff);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--jb-push-py, 11px) var(--jb-push-px, 18px);
  font-family: 'Bellefair', serif;
  font-size: var(--jb-push-font-size, 13px);
  font-weight: var(--jb-push-font-weight, 500);
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}

.jb-horo-push-button:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.jb-horo-push-button:disabled,
.jb-horo-push-button.is-loading {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.jb-horo-push-button.is-active {
  background: var(--jb-push-bg-active, #5a6b80);
  color: var(--jb-push-text-active, #fff);
}

.jb-horo-push-button-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45em;
}

.jb-horo-push[data-icon-position="right"] .jb-horo-push-button-inner {
  flex-direction: row-reverse;
}

.jb-horo-push-icon:empty {
  display: none;
}

.jb-horo-push-status {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.35;
}
