/* Close controls must not inherit Elementor or theme typography. */
.apc-close {
  position: relative !important;
  display: block !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  flex: 0 0 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
}

.apc-close svg {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
  fill: none !important;
  stroke: #182d4d !important;
  stroke-width: 2.25 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  vector-effect: non-scaling-stroke !important;
  pointer-events: none !important;
}

.apc-close:hover {
  background: #eaf0f8 !important;
  border-color: #c7d5e7 !important;
}

.apc-close:focus-visible {
  outline: 3px solid #4485ee !important;
  outline-offset: 3px !important;
}
