.elementor-1946 .elementor-element.elementor-element-2bf4ff8{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for text-editor, class: .elementor-element-9dc8242 *//* === Elly’s Store FAQ Page (Black Theme) === */
.ellys-faq {
  max-width: 900px;
  margin: 80px auto;
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  font-family: "Poppins", sans-serif;
  color: #333;
  line-height: 1.7;
}

/* Header Section */
.ellys-faq h1 {
  text-align: center;
  color: #000;
  font-size: 2.3rem;
  margin-bottom: 15px;
  font-weight: 700;
  position: relative;
}

.ellys-faq h1::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background-color: #000;
  margin: 10px auto 0;
  border-radius: 3px;
}

.ellys-faq .intro {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 40px;
  color: #555;
}

/* FAQ Items */
.ellys-faq .faq-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.ellys-faq .faq-item h2 {
  font-size: 1.2rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.ellys-faq .faq-item p {
  font-size: 15px;
  color: #444;
}

/* Contact Section */
.ellys-faq .contact-section {
  margin-top: 50px;
  background-color: #fafafa;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  border-left: 4px solid #000;
}

.ellys-faq .contact-section h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.ellys-faq .contact-section a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.ellys-faq .contact-section a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .ellys-faq {
    margin: 40px 20px;
    padding: 25px;
  }

  .ellys-faq h1 {
    font-size: 1.8rem;
  }

  .ellys-faq .faq-item h2 {
    font-size: 1.1rem;
  }
}/* End custom CSS */