.records-heading-title-only {
  display: block;
}

.records-heading-title-only h2 {
  max-width: 960px;
}

.v2-floating-consult {
  position: fixed;
  z-index: 84;
  top: 52%;
  right: clamp(10px, 1.7vw, 24px);
  display: grid;
  width: 138px;
  justify-items: center;
  padding: 10px 10px 11px;
  border: 1px solid rgba(18, 100, 232, 0.18);
  border-radius: 10px;
  color: #123a68;
  background: rgba(250, 253, 255, 0.94);
  box-shadow: 0 18px 46px rgba(13, 58, 118, 0.17);
  cursor: zoom-in;
  transform: translateY(-50%);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  backdrop-filter: blur(16px) saturate(125%);
}

.v2-floating-consult:hover {
  border-color: rgba(18, 100, 232, 0.38);
  box-shadow: 0 22px 54px rgba(13, 58, 118, 0.23);
  transform: translateY(-50%) scale(1.025);
}

.v2-floating-consult > span {
  display: grid;
  width: 116px;
  height: 116px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(18, 100, 232, 0.1);
  border-radius: 6px;
  background: #fff;
}

.v2-floating-consult img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.v2-floating-consult strong {
  margin-top: 9px;
  font-size: 12px;
  line-height: 1.35;
  white-space: nowrap;
}

.v2-floating-consult small {
  margin-top: 3px;
  color: #6a7f96;
  font-size: 10px;
}

@media (max-width: 720px) {
  .v2-floating-consult {
    display: none;
  }

  .v2-mobile-cta,
  .v2-mobile-cta.is-visible {
    position: fixed;
    z-index: 85;
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    left: auto;
    display: flex;
    width: auto;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 999px;
    color: #fff;
    background: rgba(13, 91, 218, 0.92);
    box-shadow: 0 16px 38px rgba(6, 47, 112, 0.28);
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
    transform: none;
    transition: none;
    backdrop-filter: blur(16px) saturate(125%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .v2-floating-consult {
    transition: none;
  }
}
