/* Shared city landing page layout & typography */

.noteWidget,
.subWidget,
.whyWidget,
.tabBodyH,
.whyusWidget,
.placeWidget,
.onedayPlan,
.justImg,
.justimg,
.visitUs,
.support_container,
.letsdrive,
.tabBodyHr {
  padding-left: 0;
  padding-right: 0;
}

.noteWidget .noteWidgetRow,
.subWidget .subWidgetRow,
.whyWidget .whyWidgetRow,
.tabBodyH > .tabList > .templateContainer,
.whyusWidget > .templateContainer,
.placeWidget > .templateContainer,
.onedayPlan > .templateContainer,
.justImg > .templateContainer,
.justimg,
.visitUs,
.support_container,
.letsdrive,
.tabBodyHr > .templateContainer {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

.city-page-title,
.noteWidget .noteWidgetRow h1,
.subWidget .subWidgetRow h1,
.whyWidget .whyWidgetRow h1,
.whyusWidget .templateContainer h1,
.onedayPlan .templateContainer h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
  color: #101828;
  margin: 0 0 16px;
  padding-top: 0;
  display: block;
}

.city-page-title span,
.noteWidget .noteWidgetRow h1 span,
.subWidget .subWidgetRow h1 span,
.whyWidget .whyWidgetRow h1 span,
.whyusWidget .templateContainer h1 span,
.onedayPlan .templateContainer h1 span {
  background-color: #fab70b;
  color: #101828;
  padding: 2px 6px;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-style: normal;
  border-bottom: none;
}

.noteWidget .noteWidgetRow h1.city-page-title,
.noteWidget .noteWidgetRow > h1:first-child {
  margin-top: 32px;
}

.city-page-title--sm {
  font-size: 22px;
  padding-top: 16px;
}

.city-page-subtitle,
.city-page-lead,
.noteWidget .noteWidgetRow .content p,
.subWidget .subWidgetRow .content p,
.whyWidget .whyWidgetRow .content p,
.whyusWidget .templateContainer p,
.whyusWidget .templateContainer .templateRow .wContentRow p,
.whyusWidget .templateContainer .templateRow .wContentRow1 p,
.onedayPlan .templateContainer p,
.onedayPlan .templateContainer .content p,
.onedayPlan .templateContainer .templateRow .wContentRow p,
.onedayPlan .templateContainer .templateRow .wContentRow1 p,
.visitUs .content p,
.support_container .card p {
  font-size: 16px;
  line-height: 1.65;
  color: #344054;
}

.noteWidget,
.subWidget,
.whyWidget {
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.whyusWidget,
.onedayPlan,
.placeWidget {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}

.tabBodyH .templateContainer.my-5 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.tabBodyH .templateContainer .head {
  min-height: 180px;
  padding: 24px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabBodyH .templateContainer .head img {
  position: static;
  margin: 0 auto;
  padding: 16px;
  width: auto;
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}

.whyusWidget .templateContainer .templateRow,
.onedayPlan .templateContainer .templateRow {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
}

.whyusWidget .templateContainer .templateRow .wContentRow,
.whyusWidget .templateContainer .templateRow .wContentRow1,
.whyusWidget .templateContainer .templateRow .wContentCol1,
.whyusWidget .templateContainer .templateRow .wContentCol2,
.onedayPlan .templateContainer .templateRow .wContentRow,
.onedayPlan .templateContainer .templateRow .wContentRow1,
.onedayPlan .templateContainer .templateRow .wContentCol1,
.onedayPlan .templateContainer .templateRow .wContentCol2 {
  flex: 1 1 320px;
  max-width: none;
  padding-top: 0;
  padding-right: 0;
}

.whyusWidget .templateContainer .templateRow img,
.onedayPlan .templateContainer .templateRow img,
.justImg .templateContainer img,
.justimg img,
.letsdrive img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.support_container {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 24px auto 32px;
  max-width: 1140px;
  padding-left: 24px !important;
  padding-right: 24px !important;
  justify-content: initial;
  box-sizing: border-box;
}

.support_container .card {
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  background: #fff5df;
  border: 2px solid #fcb41a;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 0;
  text-align: center;
  box-shadow: none;
}

.support_container .card h2 {
  font-size: 18px;
  font-weight: 700;
  color: #101828;
  margin: 0 0 10px;
  word-break: normal;
  overflow-wrap: break-word;
}

.support_container .card p {
  font-size: 15px;
  line-height: 1.6;
  color: #344054;
  margin: 0;
  word-break: normal;
  overflow-wrap: break-word;
}

.whyWidget .whyWidgetRow ol,
.city-page-steps,
.city-page-list {
  margin: 0 0 16px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.65;
  color: #344054;
}

.whyWidget .whyWidgetRow ol li,
.city-page-steps li,
.city-page-list li {
  margin-bottom: 10px;
}

.onedayPlan .templateContainer h2,
.onedayPlan .templateContainer .wContentRow h2,
.onedayPlan .templateContainer .wContentCol1 h2,
.onedayPlan .templateContainer .wContentCol2 h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #101828;
  margin: 16px 0 8px;
}

.letsdrive {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin: 24px auto;
}

.letsdrive .lets1,
.letsdrive .lets2 {
  width: auto;
  max-width: calc(50% - 8px);
  height: auto;
}

.visitUs {
  margin: 24px auto 32px;
  text-align: left;
}

.tabBodyHr .templateContainer {
  width: auto;
  max-width: 1140px;
  padding: 16px 24px;
}

.tabBodyHr .templateContainer.my-5 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

@media (max-width: 768px) {
  .city-page-title,
  .noteWidget .noteWidgetRow h1,
  .noteWidget .noteWidgetRow h1 span,
  .subWidget .subWidgetRow h1,
  .subWidget .subWidgetRow h1 span,
  .whyWidget .whyWidgetRow h1,
  .whyusWidget .templateContainer h1,
  .onedayPlan .templateContainer h1 {
    font-size: 22px;
  }

  .noteWidget .noteWidgetRow,
  .subWidget .subWidgetRow,
  .whyWidget .whyWidgetRow,
  .tabBodyH > .tabList > .templateContainer,
  .whyusWidget > .templateContainer,
  .placeWidget > .templateContainer,
  .onedayPlan > .templateContainer,
  .justImg > .templateContainer,
  .justimg,
  .visitUs,
  .support_container,
  .letsdrive,
  .tabBodyHr > .templateContainer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .support_container {
    grid-template-columns: 1fr;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .support_container .card {
    width: 100% !important;
  }

  .letsdrive .lets1,
  .letsdrive .lets2 {
    max-width: 100%;
  }

  .tabBodyH .templateContainer .head {
    min-height: 140px;
  }

  .tabBodyH .templateContainer .head img {
    max-height: 90px;
  }
}
