:root {
  --zelvarn-purple: #6d35ff;
  --zelvarn-blue: #3153ef;
  --zelvarn-cyan: #09c8ed;
}

.site-logo,
.site-footer__logo {
  height: auto;
}

.zelvarn-support-button {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9998;
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #3153ef;
  box-shadow: 0 10px 28px rgb(24 48 122 / 35%);
  color: #fff;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.zelvarn-support-button:hover,
.zelvarn-support-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgb(24 48 122 / 45%);
}

.zelvarn-support-button svg {
  width: 24px;
  height: 24px;
}

.zelvarn-form-status {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid #a7d8e7;
  border-radius: 8px;
  background: #effbff;
  color: #173b54;
  font-size: 14px;
  line-height: 1.45;
}

.zelvarn-verification-note {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid #d5dfee;
  border-radius: 7px;
  background: #eef3fa;
  color: #3b5680;
  font-size: 13px;
}

.zelvarn-password-toggle {
  margin-top: 8px;
  border: 0;
  background: transparent;
  color: #3153ef;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
}

.zelvarn-register-side {
  justify-content: center;
}

.zelvarn-register-plan-card--testimonial {
  display: none !important;
}

.zelvarn-auth-logo,
.zelvarn-register-mobile-logo {
  max-width: 220px;
}

.legal-content a,
.site-footer a {
  overflow-wrap: anywhere;
}

.entry-content,
.post-content,
.single-content,
.single-article,
.single-article__content,
article {
  min-width: 0;
  max-width: 100%;
}

.entry-content img,
.entry-content video,
.entry-content iframe,
.post-content img,
.post-content video,
.post-content iframe {
  max-width: 100%;
}

.entry-content pre,
.post-content pre {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.entry-content code,
.post-content code,
.entry-content a,
.post-content a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.entry-content code,
.post-content code,
.single-article__content code,
.help-article__content code {
  white-space: normal;
  word-break: break-all;
}

.wp-block-table,
.entry-content [class*="table-wrap"],
.post-content [class*="table-wrap"] {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.wp-block-table table {
  min-width: 100%;
}

@media (max-width: 720px) {
  .entry-content > *,
  .post-content > *,
  .single-content,
  .single-article,
  .single-article__content {
    width: 100%;
    max-width: 100%;
  }

  .zelvarn-support-button {
    right: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
  }
}
