/* Shared WYSIWYG / TinyMCE content — matches package overview */
.cms-content,
.pkg-overview-body {
  color: #344054;
  font-size: 15px;
  line-height: 1.7;
}
.cms-content p,
.pkg-overview-body p {
  margin: 0 0 12px;
}
.cms-content p:last-child,
.pkg-overview-body p:last-child {
  margin-bottom: 0;
}
.cms-content strong,
.cms-content b,
.pkg-overview-body p strong,
.pkg-overview-body strong {
  color: #0d3b66;
}
.cms-content em,
.cms-content i {
  font-style: italic;
}
.cms-content ul,
.pkg-overview-body ul {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  background: #f7fbfd;
  border: 1px solid #e4eef2;
  border-radius: 12px;
  overflow: hidden;
}
.cms-content ul li,
.pkg-overview-body ul li {
  padding: 10px 14px;
  border-bottom: 1px solid #e4eef2;
  color: #4a6f80;
}
.cms-content ul li:last-child,
.pkg-overview-body ul li:last-child {
  border-bottom: 0;
}
.cms-content ol {
  margin: 0 0 16px;
  padding-left: 1.4em;
  color: #4a6f80;
}
.cms-content ol li {
  margin-bottom: 6px;
}
.cms-content h1,
.cms-content h2,
.cms-content h3,
.cms-content h4,
.pkg-overview-body h3 {
  color: #0d3b66;
  font-weight: 700;
  margin: 18px 0 8px;
  line-height: 1.35;
}
.cms-content h1 { font-size: 22px; }
.cms-content h2 { font-size: 20px; }
.cms-content h3,
.pkg-overview-body h3 { font-size: 17px; }
.cms-content h4 { font-size: 15px; }
.cms-content a {
  color: #1592a6;
  text-decoration: underline;
}
.cms-content img,
.pkg-overview-body img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 8px 0;
}
.cms-content table,
.pkg-overview-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 16px;
  background: #fff;
  border: 1px solid #e4eef2;
  border-radius: 12px;
  overflow: hidden;
}
.cms-content table th,
.cms-content table td,
.pkg-overview-body table th,
.pkg-overview-body table td {
  padding: 10px 12px;
  border-bottom: 1px solid #e4eef2;
  text-align: left;
  vertical-align: top;
}
.cms-content table thead th,
.pkg-overview-body table thead th {
  background: #f0f7fa;
  color: #0d3b66;
  font-weight: 700;
}
.cms-content blockquote {
  margin: 0 0 16px;
  padding: 12px 16px;
  border-left: 3px solid #1592a6;
  background: #f7fbfd;
  color: #4a6f80;
}

/* Align other content areas with the same look */
.faq-answer.cms-content,
.faq-answer {
  color: #344054;
  font-size: 15px;
  line-height: 1.7;
}
.faq-answer p { margin: 0 0 10px; }
.faq-answer ul {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  background: #f7fbfd;
  border: 1px solid #e4eef2;
  border-radius: 10px;
  overflow: hidden;
}
.faq-answer ul li {
  padding: 8px 12px;
  border-bottom: 1px solid #e4eef2;
  color: #4a6f80;
}
.faq-answer ul li:last-child { border-bottom: 0; }

.ta-article .post-content.cms-content,
.ta-article .post-content {
  color: #344054;
  font-size: 15px;
  line-height: 1.7;
}
.ta-article .post-content p { margin: 0 0 12px; }
.ta-article .post-content ul {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  background: #f7fbfd;
  border: 1px solid #e4eef2;
  border-radius: 12px;
  overflow: hidden;
}
.ta-article .post-content ul li {
  padding: 10px 14px;
  border-bottom: 1px solid #e4eef2;
  color: #4a6f80;
}
.ta-article .post-content ul li:last-child { border-bottom: 0; }
.ta-article .post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.pkg-itinerary-text.cms-content,
.pkg-itinerary-text {
  color: #344054;
  font-size: 14px;
  line-height: 1.65;
}
.pkg-itinerary-text p { margin: 0 0 8px; }
.pkg-itinerary-text p:last-child { margin-bottom: 0; }
.pkg-itinerary-text ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  background: #f7fbfd;
  border: 1px solid #e4eef2;
  border-radius: 10px;
  overflow: hidden;
}
.pkg-itinerary-text ul li {
  padding: 8px 12px;
  border-bottom: 1px solid #e4eef2;
  color: #4a6f80;
}
.pkg-itinerary-text ul li:last-child { border-bottom: 0; }
