.elementor-1441 .elementor-element.elementor-element-6ab8294{--display:flex;}/* Start custom CSS *//* ====== Travel Insurance Article Styling ====== */
.travel-article {
  max-width: 860px;
  margin: 0 auto;
  padding: 30px 20px 40px 20px;
  background: #f8fafc;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(18,38,88,0.08), 0 1.5px 4px rgba(40,60,80,0.08);
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  color: #27324a;
  font-size: 1.13rem;
  line-height: 1.75;
}

/* Headings */
.travel-article h1 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #102142;
  margin-bottom: 12px;
  margin-top: 8px;
  letter-spacing: 0.02em;
}
.travel-article h2 {
  font-size: 1.7rem;
  color: #2b425e;
  margin-top: 36px;
  margin-bottom: 12px;
  border-left: 4px solid #3a8fdd;
  padding-left: 12px;
  font-weight: 600;
}
.travel-article h3 {
  font-size: 1.2rem;
  color: #23629d;
  margin-top: 30px;
  margin-bottom: 6px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* Paragraphs and Lists */
.travel-article p {
  margin: 0 0 18px 0;
}
.travel-article ul, .travel-article ol {
  padding-left: 22px;
  margin-bottom: 18px;
}
.travel-article li {
  margin-bottom: 9px;
}
.travel-article strong {
  color: #1643a8;
}
.travel-article em {
  color: #485373;
}

.travel-article a {
  color: #1c7ed6;
  text-decoration: underline;
  transition: color 0.18s;
}
.travel-article a:hover {
  color: #103e7d;
  text-decoration: none;
}

/* Featured Image */
.travel-featured-image {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 6px 28px rgba(20,40,80,0.13), 0 1.5px 3px rgba(30,30,40,0.10);
  margin: 36px 0 20px 0;
  display: block;
  object-fit: cover;
}

/* Caption */
.travel-featured-caption {
  display: block;
  text-align: center;
  color: #3b4861;
  font-size: 1.11rem;
  font-style: italic;
  margin-bottom: 36px;
  margin-top: 8px;
  opacity: 0.86;
}

/* FAQ Styling */
.travel-article h2#faqs,
.travel-article h2[id*='faq'] {
  margin-top: 42px;
}
.travel-article h3 {
  margin-bottom: 0.25em;
}
.travel-article .faq {
  background: #eaf3fb;
  border-radius: 13px;
  padding: 18px 24px;
  margin: 22px 0;
  border-left: 5px solid #3a8fdd;
}

.travel-article .faq p {
  margin: 0 0 11px 0;
}

/* Blockquote / Pull Quotes */
.travel-article blockquote {
  border-left: 4px solid #3a8fdd;
  margin: 28px 0 28px 0;
  padding: 13px 24px;
  background: #f1f7fc;
  color: #22446b;
  font-size: 1.06em;
  font-style: italic;
  border-radius: 9px;
}

/* Call to Action */
.travel-article .cta {
  background: linear-gradient(95deg, #f1f7fc 60%, #d7eaff 100%);
  color: #18344a;
  border-radius: 15px;
  padding: 22px 28px;
  font-size: 1.13rem;
  font-weight: 600;
  margin: 30px 0 40px 0;
  box-shadow: 0 3px 10px rgba(42,58,88,0.06);
  text-align: center;
}

/* Responsive Design */
@media (max-width: 700px) {
  .travel-article {
    padding: 14px 6px 22px 6px;
    border-radius: 10px;
    font-size: 1rem;
  }
  .travel-article h1 {
    font-size: 2rem;
  }
  .travel-article h2 {
    font-size: 1.18rem;
    padding-left: 7px;
  }
  .travel-featured-image {
    border-radius: 10px;
    margin: 16px 0 12px 0;
  }
}

/* Optional: Table styling */
.travel-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  font-size: 1.02em;
}
.travel-article th,
.travel-article td {
  border: 1px solid #b5d4ee;
  padding: 9px 13px;
  text-align: left;
}
.travel-article th {
  background: #eaf3fb;
  color: #24588d;
  font-weight: 600;
}/* End custom CSS */