.elementor-3226 .elementor-element.elementor-element-47e38f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-444350d */.ivape-faq {
  background-color: #f8fafc;
  padding: 60px 20px;
  font-family: "Poppins", sans-serif;
  color: #333;
  line-height: 1.7;
}

.ivape-faq-container {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 50px 60px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.ivape-faq h1 {
  font-size: 2.4rem;
  color: #0b132b;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 3px solid #0077ff;
  display: inline-block;
  padding-bottom: 8px;
}

.ivape-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  color: #555;
}

.ivape-faq-item {
  border-bottom: 1px solid #e5e7eb;
  padding: 20px 0;
  transition: all 0.3s ease;
}

.ivape-faq-item:last-child {
  border-bottom: none;
}

.ivape-faq-item h2 {
  font-size: 1.2rem;
  color: #0077ff;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
}

.ivape-faq-item h2::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  transition: 0.3s;
}

.ivape-faq-item.open h2::after {
  content: "–";
}

.ivape-faq-item p {
  display: none;
  color: #444;
  margin: 10px 0 0;
}

.ivape-faq-item.open p {
  display: block;
}

.ivape-link {
  color: #0077ff;
  text-decoration: none;
  border-bottom: 1px solid #0077ff;
  transition: 0.3s;
}

.ivape-link:hover {
  color: #0055cc;
  border-color: #0055cc;
}/* End custom CSS */