.ewfs-slot {
  margin-top: 10px;
}

.ewfs-slot iframe {
  max-width: 100%;
}

.ewfs-hp-wrap {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ewfs-loading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #5c6b77;
}

.ewfs-loading::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-top-color: rgba(0, 0, 0, 0.38);
  animation: ewfs-spin 0.9s linear infinite;
}

.ewfs-alert {
  margin-bottom: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #f1c7cd;
  background: #fff5f6;
  color: #842029;
  font-size: 14px;
  line-height: 1.4;
}

@keyframes ewfs-spin {
  to {
    transform: rotate(360deg);
  }
}
