@import url("/blog/what-is-a-guided-self-drive-4x4-tour/blog.css");

.wnaArticlePage {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.wnaArticlePage main { padding-top: 18px; }

.wnaArticlePage .articleHero {
  min-height: 700px;
}

.wnaArticlePage .articleHeroContent {
  width: min(900px, 100%);
}

.articleMetaLine span:not(.articleBadge) {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.articleMetaLine svg { width: 17px; height: 17px; }

.shortCard h2 svg {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 50%;
  padding: 9px;
  color: #ffffff;
  background: var(--navy);
}

.shortCard li svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--red);
}

.seoBlogContent h2 {
  margin-top: 0;
  scroll-margin-top: 190px;
}

.seoBlogContent h2 + h2 { margin-top: 30px; }

.seoBlogContent h3 {
  margin: 22px 0 8px;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.25;
}

.seoBlogContent ul,
.seoBlogContent ol {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding-left: 24px;
  color: #213845;
  font-weight: 650;
  line-height: 1.65;
}

.seoBlogContent a,
.sources a {
  color: var(--red);
  text-underline-offset: 3px;
}

.seoBlogContent table {
  width: 100%;
  margin: 18px 0 30px;
  border-collapse: collapse;
  font-size: 15px;
}

.seoBlogContent th,
.seoBlogContent td {
  border: 1px solid rgba(0, 46, 73, 0.14);
  padding: 13px 14px;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}

.seoBlogContent th {
  color: #ffffff;
  background: var(--navy);
}

.seoBlogContent tbody tr:nth-child(even) {
  background: rgba(249, 191, 143, 0.12);
}

.sources {
  margin-top: 30px;
  border-top: 1px solid rgba(0, 46, 73, 0.14);
  padding-top: 22px;
}

.sources h2 { font-size: 20px; }

.sources ol {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.blogWideCta { margin-bottom: 42px; }

.blogWideCta > div h2 {
  margin: 0 0 6px;
  font-size: 28px;
}

.blogWideCta > div p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
  line-height: 1.55;
}

.blogWideCta > div p:last-child { display: none; }

.blogWideCta .ctaIcon svg { width: 36px; height: 36px; }

@media (max-width: 1100px) {
  .wnaArticlePage .articleHero {
    min-height: 560px;
  }
}

@media (max-width: 760px) {
  .wnaArticlePage main { padding-top: 0; }
  .wnaArticlePage .articleHero { min-height: 590px; }
  .articleHero h1 { font-size: clamp(38px, 11vw, 58px); }
  .articleMetaLine { gap: 10px 14px; font-size: 13px; }
  .seoBlogContent { overflow-x: auto; }
  .seoBlogContent table { min-width: 620px; }
  .blogWideCta { margin-bottom: 28px; }
}
