/* HubSpot popup close button override*/
.hs-popup-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2147483647;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
  transition: background 0.2s;
}

.hs-popup-close:hover {
  background: rgba(0, 0, 0, 0.8);
}
