.elementor-730 .elementor-element.elementor-element-12726fe{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-324ced5 */.orders-container {
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  color: #2c2c2c;
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 30px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  line-height: 1.8;
  font-size: 17px;
}

.orders-container h1,
.orders-container .orders-title {
  font-size: 36px;
  text-align: center;
  color: #111;
  margin-bottom: 40px;
  font-weight: 700;
}

.orders-container h2 {
  font-size: 26px;
  color: #333;
  border-left: 5px solid #5cb85c;
  padding-left: 15px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.orders-container h3 {
  font-size: 22px;
  color: #444;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.orders-container p {
  margin-bottom: 18px;
}

.orders-container ul,
.orders-container ol {
  margin: 15px 0 25px 30px;
}

.orders-container li {
  margin-bottom: 12px;
}

.orders-container a {
  color: #0073e6;
  text-decoration: none;
  font-weight: 500;
}

.orders-container a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .orders-container {
    padding: 40px 20px;
    font-size: 16px;
  }

  .orders-container h1,
  .orders-container .orders-title {
    font-size: 28px;
  }

  .orders-container h2 {
    font-size: 22px;
  }

  .orders-container h3 {
    font-size: 20px;
  }
}/* End custom CSS */