.elementor-642 .elementor-element.elementor-element-f2d8dc3{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-1fb792b */.orders-faq-section {
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 10px;
  max-width: 800px;
  margin: auto;
}

.orders-faq-section h2 {
  font-size: 2rem;
  text-align: center;
  color: #0073aa;
  margin-bottom: 1.5rem;
}

.faq-item {
  background: #ffffff;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq-item h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #0073aa;
}

.faq-answer {
  font-size: 1rem;
  color: #333333;
  line-height: 1.6;
}

.trust-badges {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 2rem 0;
}

.trust-badges img {
  height: 50px;
}

.quick-checkout-button {
  display: inline-block;
  background-color: #0073aa;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s;
}

.quick-checkout-button:hover {
  background-color: #005d8f;
}/* End custom CSS */