.visau2-phone-cta {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 0;
}

.elementor-widget-heading .elementor-heading-title.visau2-phone-cta > a.visau2-phone-cta__link {
  display: flex;
  flex: 1 1 50%;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 10px 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  color: inherit;
  font-size: clamp(12px, 1.7vw, 26px);
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .visau2-phone-cta {
    gap: 6px;
  }

  .elementor-widget-heading .elementor-heading-title.visau2-phone-cta > a.visau2-phone-cta__link {
    padding: 8px 3px;
    font-size: 12px;
  }
}
