/* Supplemental styles for airline reservation content (airblogpage equivalent) */
.content-flight-airline h2,
.content-flight-airline h3 {
  color: #4c1d95;
  margin: 1.2em 0 0.6em;
  font-weight: 700;
}
.content-flight-airline p {
  line-height: 1.7;
  color: #333;
}
.content-flight-airline ul {
  padding-left: 1.2em;
  margin-bottom: 1em;
}
.faq-section .panel-title a {
  display: block;
  padding: 12px 15px;
  background: #f5f5f5;
  color: #4c1d95;
  font-weight: 600;
}
.steps-booking .step-box {
  text-align: center;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 6px;
  margin-bottom: 15px;
}
