@import url('https://fonts.bunny.net/css?family=Inter:400&display=swap');

.avada-popup-overlay * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Inter, sans-serif;
}

.avada-popup-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.68);
  position: fixed;
  inset: 0;
  z-index: 999999;
}

.avada-alert-popup {
  position: relative;
  width: 400px;
  background: white;
  padding: 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.avada-alert-popup h2 {
  color: #303030;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.avada-alert-popup p {
  color: #616161;
  font-size: 14px;
}

.avada-alert-popup a {
  margin-top: 16px;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  background-color: #303030;
  color: white;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.avada-close-button {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}

.Avada-Faqs-Inline-Button {
  cursor: pointer;
  width: 100%;
  display: block;
  margin: 15px 0;
  border: none;
  outline: none;
  font-size: 14px;
  text-decoration: none;
}
