:root {
  --ink: #142236;
  --muted: #667080;
  --teal: #0798a7;
  --teal-dark: #047280;
  --line: #dfe6ea;
  --soft: #f6f8f9;
  --footer: #052f55;
  --footer-deep: #03243f;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.1;
}

.hero {
  position: relative;
  min-height: 500px;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(rgba(4, 22, 38, .36), rgba(4, 22, 38, .28)),
    url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?auto=format&fit=crop&w=1800&q=85") center / cover;
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(rgba(4, 22, 38, .18), rgba(1, 25, 38, .54));
  pointer-events: none;
}

.hero-slider,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  display: grid;
  place-items: center;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity .75s ease;
}

.hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.topbar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0;
  text-transform: uppercase;
}

.brand {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 210px;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  flex: 0 0 46px;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.globe-ring,
.globe-line {
  fill: none;
  stroke: rgba(255, 255, 255, .96);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.globe-ring {
  stroke-width: 3;
}

.globe-line {
  stroke-width: 2;
  opacity: .92;
}

.globe-land {
  fill: rgba(255, 255, 255, .94);
}

.brand strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 23px;
  letter-spacing: 0;
}

.brand small {
  display: block;
  margin-top: 2px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 9px;
  letter-spacing: .8px;
  opacity: .9;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links li:first-child a,
.nav-links > a:first-child {
  padding-bottom: 7px;
  border-bottom: 2px solid #fff;
}

.nav-links li {
  margin: 0;
}

.header-actions,
.social-links {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 16px;
}

.header-search {
  display: flex;
  align-items: center;
  width: 30px;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, .75);
  transition: width .22s ease;
}

.header-search.is-open,
.header-search:focus-within {
  width: 172px;
}

.header-search input {
  width: 0;
  height: 28px;
  min-width: 0;
  padding: 0;
  opacity: 0;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 2px;
  font: inherit;
  font-size: 11px;
  transition: width .22s ease, opacity .2s ease, padding .22s ease;
}

.header-search.is-open input,
.header-search:focus-within input {
  width: 112px;
  padding: 0 8px;
  opacity: 1;
}

.header-search input::placeholder {
  color: rgba(255, 255, 255, .8);
}

.header-search button {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  background: transparent;
  border: 0;
  font-size: 25px;
  cursor: pointer;
}

.header-search .search-submit {
  display: none;
  font-size: 18px;
}

.header-search.is-open .search-toggle,
.header-search:focus-within .search-toggle {
  display: none;
}

.header-search.is-open .search-submit,
.header-search:focus-within .search-submit {
  display: grid;
}

.social-links a {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  place-items: center;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
  width: 30px;
}

.social-links a:hover,
.social-links a:focus {
  background: #0798a7;
  border-color: #0798a7;
  color: #fff;
}

.social-links a[aria-label*="YouTube"] {
  color: #fff;
}

.custom-logo-link {
  display: block;
  flex: 0 0 auto;
}

.custom-logo {
  width: auto;
  max-width: 70px;
  max-height: 54px;
}

.menu-button {
  display: none;
  justify-self: end;
  color: #fff;
  background: transparent;
  border: 0;
  font-size: 28px;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  padding: 96px 24px 0;
  text-align: center;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .45);
}

.hero-content p {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.hero-content h1 {
  font-size: clamp(58px, 8vw, 86px);
  font-weight: 800;
  text-transform: uppercase;
}

.hero-content span {
  margin-top: -6px;
  font-family: "Great Vibes", cursive;
  font-size: clamp(31px, 4vw, 44px);
}

.hero-arrow {
  position: absolute;
  z-index: 3;
  top: 52%;
  width: 40px;
  height: 40px;
  color: #fff;
  background: transparent;
  border: 0;
  font-size: 45px;
  line-height: 1;
}

.hero-arrow.left {
  left: 28px;
}

.hero-arrow.right {
  right: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  padding: 9px 24px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.primary {
  color: #fff;
  background: var(--teal);
}

.primary:hover {
  background: var(--teal-dark);
}

.outline {
  color: var(--teal);
  background: #fff;
  border: 1px solid var(--teal);
}

.light {
  color: var(--teal);
  background: #fff;
}

.hero .button {
  margin-top: 26px;
  text-shadow: none;
}

.hero-content-small {
  padding: 112px 24px 120px;
}

.hero-content-small h1 {
  max-width: 900px;
  font-size: clamp(42px, 6vw, 72px);
}

.section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 26px 0 34px;
  text-align: center;
}

.section.soft {
  width: 100%;
  max-width: none;
  padding: 26px max(24px, calc((100% - 1180px) / 2)) 36px;
  background: var(--soft);
}

.section-heading {
  margin-bottom: 24px;
}

.section-heading h2,
.left-title,
.panel h2 {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.section-heading h2::after {
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 38px;
  height: 2px;
  content: "";
  background: var(--teal);
  transform: translateX(-50%);
}

.section-heading p {
  margin: 20px 0 0;
  color: var(--muted);
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

.destination-card {
  text-align: left;
}

.destination-card img {
  height: 148px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 8px 14px rgba(16, 32, 45, .12);
}

.destination-card h3 {
  margin: 14px 0 2px;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.destination-card h4 {
  margin: 14px 0 2px;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.destination-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.destination-card p span {
  color: #078b98;
  display: block;
  font-weight: 800;
  margin-top: 4px;
  text-transform: uppercase;
}

.destination-country-directory {
  display: grid;
  gap: 34px;
}

.destination-region h3 {
  border-bottom: 1px solid #dfe7ec;
  color: #0a2b4d;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  margin: 0 0 18px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.destination-grid + .button,
.story-grid + .button,
.friends .button {
  margin-top: 22px;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
}

.story-card {
  background: #fff;
  box-shadow: 0 12px 26px rgba(22, 38, 52, .08);
}

.story-card img {
  height: 177px;
  object-fit: cover;
}

.story-card div {
  padding: 18px 20px 20px;
}

.story-card span,
.post-list span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.story-card h3 {
  margin: 6px 0 11px;
  font-size: 21px;
}

.story-card p {
  margin: 0 0 17px;
  color: #4d5968;
}

.story-card small {
  color: #5c6875;
  font-size: 11px;
}

.content-split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .9fr);
  gap: 52px;
  align-items: start;
  text-align: left;
}

.content-with-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 36px;
  align-items: start;
  text-align: left;
}

.primary-content {
  min-width: 0;
}

.site-sidebar {
  display: grid;
  gap: 22px;
}

.site-sidebar .panel,
.site-sidebar .sidebar-banner {
  box-shadow: 0 12px 26px rgba(22, 38, 52, .06);
}

.sidebar-banner {
  overflow: hidden;
  background: var(--soft);
  border-radius: 3px;
}

.sidebar-banner > h2 {
  display: none;
}

.sidebar-banner a {
  position: relative;
  display: block;
  min-height: 170px;
  color: #fff;
}

.sidebar-banner img {
  height: 190px;
  object-fit: cover;
}

.sidebar-banner span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 46px 18px 16px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-weight: 800;
  background: linear-gradient(transparent, rgba(2, 19, 30, .86));
}

.sidebar-profile-card {
  text-align: center;
}

.sidebar-profile-card img {
  border-radius: 50%;
  height: 104px;
  margin: 4px auto 15px;
  object-fit: cover;
  width: 104px;
}

.sidebar-profile-card h2 {
  margin-bottom: 10px;
}

.sidebar-profile-card p {
  color: #53697c;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 17px;
}

.sidebar-instagram-panel h2 {
  margin-bottom: 14px;
}

.sidebar-instagram-grid {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}

.sidebar-instagram-grid a {
  aspect-ratio: 1;
  display: block;
  overflow: hidden;
}

.sidebar-instagram-grid img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .18s ease;
  width: 100%;
}

.sidebar-instagram-grid a:hover img,
.sidebar-instagram-grid a:focus img {
  transform: scale(1.06);
}

.sidebar-link-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 18px;
}

.left-title {
  margin-bottom: 20px;
}

.post-list {
  border-top: 1px solid var(--line);
}

.post-list article {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.post-list img {
  height: 75px;
  object-fit: cover;
}

.post-list h3 {
  margin: 2px 0 3px;
  font-size: 18px;
}

.post-list p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.post-list + .button {
  margin-top: 18px;
}

.sidebar {
  display: grid;
  gap: 22px;
}

.panel {
  padding: 28px 32px;
  background: var(--soft);
}

.about-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: center;
  margin: 24px 0 18px;
}

.about-row img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 999px;
}

.about-row p,
.subscribe p,
.subscribe small {
  margin: 0;
  color: #566272;
}

.subscribe p {
  margin-top: 16px;
}

.subscribe form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  margin: 22px 0 12px;
}

.subscribe input {
  min-width: 0;
  height: 43px;
  padding: 0 16px;
  border: 1px solid #d6dde2;
  font: inherit;
}

.subscribe button {
  border: 0;
}

.trip-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 82px;
  width: min(1180px, calc(100% - 48px));
  min-height: 118px;
  margin: 0 auto 22px;
  padding: 24px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(4, 31, 55, .9), rgba(4, 31, 55, .72)),
    url("https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=1500&q=80") center / cover;
}

.trip-banner h2 {
  font-size: 27px;
  text-transform: uppercase;
}

.trip-banner p {
  margin: 4px 0 0;
  font-family: "Great Vibes", cursive;
  font-size: 31px;
}

.banner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.mini-banner {
  position: relative;
  display: flex;
  min-height: 126px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 20px 24px;
  color: #fff;
  text-align: left;
  background: linear-gradient(transparent, rgba(2, 19, 30, .75)), var(--bg) center / cover;
  border-radius: 3px;
}

.mini-banner strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

.mini-banner span {
  font-family: "Great Vibes", cursive;
  font-size: 24px;
}

.friends {
  padding-top: 0;
}

.friend-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
}

.friend-list img {
  width: 82px;
  height: 82px;
  margin: 0 auto 12px;
  object-fit: cover;
  border-radius: 999px;
}

.friend-list h3 {
  margin-bottom: 3px;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.friend-list p {
  margin: 0;
  color: var(--teal);
  font-size: 11px;
  font-weight: 600;
}

.site-footer {
  color: #fff;
  background: linear-gradient(135deg, var(--footer), var(--footer-deep));
}

.footer-main,
.footer-stats,
.footer-bottom {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.4fr .9fr;
  gap: 60px;
  padding: 38px 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.footer-main h2 {
  margin-bottom: 24px;
  font-size: 25px;
  text-transform: uppercase;
}

.country-columns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
}

.country-columns h3 {
  margin-bottom: 5px;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.country-columns p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1.55;
}

.country-columns a {
  color: rgba(255, 255, 255, .84);
}

.country-columns a:hover {
  color: #fff;
  text-decoration: underline;
}

.world-map {
  color: #fff;
  display: block;
  position: relative;
  min-height: 210px;
  align-self: center;
}

.world-map:hover .markers path,
.world-map:focus .markers path {
  fill: #fff;
}

.world-map svg {
  display: block;
  width: 100%;
  height: auto;
  opacity: .95;
}

.continents path {
  fill: rgba(120, 190, 211, .2);
  stroke: rgba(178, 231, 241, .34);
  stroke-width: 2;
}

.map-lines path {
  fill: none;
  stroke: rgba(178, 231, 241, .13);
  stroke-width: 1;
}

.markers path {
  fill: #18b8c9;
  filter: drop-shadow(0 0 10px rgba(24, 184, 201, .8));
}

.markers circle {
  fill: #fff;
}

.footer-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.footer-stats div {
  min-height: 48px;
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.footer-stats strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 29px;
}

.footer-stats span {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-social-links {
  display: flex;
  gap: 9px;
  margin: 9px 0 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0 16px;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  margin-left: 24px;
}

.footer-menu {
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.archive-layout {
  padding-top: 48px;
}

.archive-story-grid,
.compact-story-grid {
  grid-template-columns: repeat(2, 1fr);
}

.single-layout {
  max-width: 920px;
  padding-top: 48px;
  text-align: left;
}

.place-layout {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0;
  text-align: left;
}

.entry-content-panel {
  padding: 36px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 35, 50, .08);
}

.entry-content-panel h2 {
  margin-bottom: 14px;
  font-size: 34px;
}

.entry-meta {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 13px;
}

.entry-content {
  color: #344154;
  font-size: 16px;
}

.entry-content img,
.single-featured img {
  height: auto;
  border-radius: 3px;
}

.single-featured {
  margin-bottom: 28px;
}

.location-map,
.you-may-like {
  margin-top: 30px;
}

.location-map h2 {
  margin-bottom: 14px;
  font-size: 28px;
}

.location-map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
  border-radius: 3px;
}

.navigation.pagination {
  margin-top: 28px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.navigation.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  margin: 0 3px;
  padding: 0 10px;
}

.comments-area {
  margin-top: 28px;
}

.comment-list {
  padding-left: 24px;
}

.page-card-grid {
  margin-bottom: 28px;
}

.page-copy {
  margin-top: 30px;
  text-align: left;
}

.place-posts {
  padding-top: 34px;
  text-align: center;
}

.place-page {
  max-width: 920px;
  margin: 0 auto;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.photo-tile {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 230px;
  color: #fff;
  border-radius: 3px;
}

.photo-tile img {
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  transition: transform .3s ease;
}

.photo-tile:hover img {
  transform: scale(1.04);
}

.photo-tile span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 38px 18px 16px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 800;
  text-align: left;
  background: linear-gradient(transparent, rgba(2, 19, 30, .82));
}

.inline-section {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.contact-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  font: inherit;
}

.search-results-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin: 0 0 24px;
}

.search-results-form input {
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  font: inherit;
}

.widget_media_image img,
.widget_custom_html img {
  height: auto;
}

.sitemap-list {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

@media (max-width: 760px) {
  .topbar {
    grid-template-columns: auto auto;
  }

  .nav-links,
  .header-actions,
  .social-links {
    display: none;
  }

  .nav-links.is-open {
    position: absolute;
    top: 82px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 12px 20px;
    background: rgba(4, 31, 55, .96);
  }

  .nav-links.is-open a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .menu-button {
    display: block;
  }

  .destination-grid,
  .friend-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .banner-grid,
  .footer-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .content-split,
  .content-with-sidebar,
  .footer-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 430px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 20px;
  }

  .hero-content {
    padding: 84px 24px 0;
  }

  .hero-content h1 {
    max-width: 100%;
    font-size: 42px;
    overflow-wrap: anywhere;
  }

  .hero-arrow {
    display: none;
  }

  .section,
  .footer-main,
  .footer-stats,
  .footer-bottom,
  .trip-banner {
    width: min(100% - 32px, 1180px);
  }

  .destination-grid,
  .story-grid,
  .banner-grid,
  .photo-grid,
  .friend-list,
  .country-columns,
  .footer-stats {
    grid-template-columns: 1fr;
  }

  .story-grid {
    gap: 18px;
  }

  .post-list article,
  .about-row,
  .subscribe form {
    grid-template-columns: 1fr;
  }

  .post-list img {
    height: 150px;
  }

  .trip-banner {
    flex-direction: column;
    gap: 16px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-menu {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-bottom a {
    margin: 0 10px;
  }
}

@media (max-width: 480px) {
  .section-heading h2,
  .left-title,
  .panel h2 {
    max-width: 100%;
    font-size: 22px;
    overflow-wrap: anywhere;
  }

  .panel {
    padding: 24px 20px;
  }
}

/* Reference refresh: compact magazine-style travel pages */
body {
  background: #f7f9fb;
}

.hero {
  min-height: 420px;
  background:
    linear-gradient(rgba(3, 24, 43, .44), rgba(3, 24, 43, .4)),
    url("https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=1800&q=85") center / cover;
}

.home .hero,
.blog .hero {
  min-height: 460px;
}

body:not(.home) .hero {
  min-height: 220px;
}

.page-template-page-destinations .hero {
  background:
    linear-gradient(rgba(3, 24, 43, .42), rgba(3, 24, 43, .48)),
    url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=1800&q=85") center / cover;
}

.page-template-page-photos .hero {
  background:
    linear-gradient(rgba(3, 24, 43, .44), rgba(3, 24, 43, .48)),
    url("https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=1800&q=85") center / cover;
}

.page-template-page-contact .hero,
.page-template-page-about-me .hero {
  background:
    linear-gradient(rgba(3, 24, 43, .48), rgba(3, 24, 43, .5)),
    url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?auto=format&fit=crop&w=1800&q=85") center / cover;
}

.topbar {
  width: 100%;
  padding: 10px max(24px, calc((100% - 1180px) / 2));
  gap: 14px;
  background: rgba(2, 26, 48, .94);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.brand {
  min-width: 170px;
}

.brand-mark {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
}

.brand strong {
  font-size: 16px;
}

.brand small {
  font-size: 7px;
}

.nav-links {
  gap: 14px;
  font-size: 14px;
}

.header-actions {
  gap: 8px;
}

.hero-content {
  padding-top: 106px;
}

.hero-content h1 {
  font-size: clamp(44px, 6vw, 72px);
}

.hero-content p {
  font-size: 14px;
}

.hero-content span {
  font-size: clamp(27px, 3vw, 38px);
}

.hero-content-small {
  padding: 82px 24px 72px;
}

.hero-content-small h1 {
  font-size: clamp(34px, 4vw, 52px);
}

.section,
.content-with-sidebar,
.footer-main,
.footer-stats,
.footer-bottom,
.trip-banner {
  width: min(1120px, calc(100% - 48px));
}

.section {
  padding-top: 34px;
  padding-bottom: 42px;
}

.section.soft {
  padding-left: max(24px, calc((100% - 1120px) / 2));
  padding-right: max(24px, calc((100% - 1120px) / 2));
}

.section-heading h2,
.left-title,
.panel h2 {
  font-size: 23px;
}

.destination-grid {
  gap: 20px;
}

.destination-card img {
  height: 128px;
  box-shadow: 0 7px 18px rgba(12, 28, 42, .13);
}

.story-card,
.entry-content-panel,
.panel,
.sidebar-banner {
  border: 1px solid rgba(217, 225, 230, .8);
  box-shadow: 0 12px 28px rgba(21, 39, 54, .07);
}

.story-card img {
  height: 170px;
}

.story-card h3 {
  font-size: 18px;
}

.story-card p {
  font-size: 13px;
  line-height: 1.7;
}

.content-with-sidebar {
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
}

.archive-story-grid,
.compact-story-grid {
  gap: 20px;
}

.site-sidebar {
  gap: 18px;
}

.site-sidebar .panel {
  padding: 22px;
}

.sidebar-banner img {
  height: 168px;
}

.sidebar-banner span {
  padding: 42px 16px 14px;
  font-size: 20px;
}

.photo-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.photo-tile,
.photo-tile img {
  min-height: 150px;
}

.photo-tile span {
  font-size: 17px;
}

.contact-form input,
.contact-form textarea,
.search-results-form input,
.subscribe input {
  background: #fff;
  border-color: #d9e1e6;
}

.site-footer {
  background: #052f55;
}

.footer-main {
  padding-top: 32px;
  padding-bottom: 24px;
}

.footer-stats {
  padding: 15px 0;
}

.footer-stats strong {
  font-size: 25px;
}

@media (max-width: 900px) {
  .topbar {
    width: 100%;
  }

  .photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .topbar {
    grid-template-columns: auto auto;
  }

  .content-with-sidebar,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .header-actions,
  .nav-links {
    display: none;
  }

  .nav-links.is-open {
    display: grid;
  }

  .hero-content {
    padding-top: 88px;
  }

  body:not(.home) .hero {
    min-height: 190px;
  }
}

@media (max-width: 520px) {
  .photo-grid,
  .destination-grid,
  .story-grid,
  .archive-story-grid,
  .compact-story-grid,
  .banner-grid,
  .friend-list,
  .country-columns,
  .footer-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .topbar {
    align-items: center;
    gap: 10px 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 15px 14px;
    width: 100%;
  }

  .brand {
    min-width: 0;
  }

  .brand span {
    min-width: 0;
  }

  .brand strong,
  .brand small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .menu-button {
    align-items: center;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-grid;
    font-size: 28px;
    height: 42px;
    justify-content: center;
    line-height: 1;
    position: relative;
    width: 42px;
    z-index: 12;
  }

  .nav-links,
  .header-actions {
    display: none;
  }

  .nav-links.is-open {
    background: rgba(4, 31, 55, .8);
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: 0 18px 35px rgba(3, 18, 34, .32);
    display: grid;
    gap: 0;
    grid-column: 1 / -1;
    justify-content: stretch;
    margin: 4px -14px 0;
    padding: 8px 14px;
    position: static;
    width: 100vw;
    z-index: 11;
  }

  .nav-links.is-open li,
  .nav-links.is-open > a {
    margin: 0;
  }

  .nav-links.is-open a {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    display: block;
    padding: 13px 0;
  }

  .nav-links.is-open li:first-child a,
  .nav-links.is-open > a:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    padding-bottom: 13px;
  }

  .nav-links.is-open + .header-actions {
    align-items: center;
    background: rgba(4, 31, 55, .8);
    border: 1px solid rgba(255, 255, 255, .16);
    border-top: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    grid-column: 1 / -1;
    justify-content: space-between;
    margin: -10px -14px 0;
    padding: 12px 14px 14px;
    width: 100vw;
  }

  .nav-links.is-open + .header-actions .header-search,
  .nav-links.is-open + .header-actions .social-links {
    display: flex;
  }

  .nav-links.is-open + .header-actions .header-search {
    border-right: 0;
    flex: 1 1 170px;
    width: auto;
  }

  .nav-links.is-open + .header-actions .header-search input {
    opacity: 1;
    padding: 0 8px;
    width: 100%;
  }

  .nav-links.is-open + .header-actions .header-search .search-toggle {
    display: none;
  }

  .nav-links.is-open + .header-actions .header-search .search-submit {
    display: grid;
  }
}

/* Reference page bodies: header/footer intentionally untouched. */
.about-me-page {
  background: #fff;
}

.about-intro-section {
  padding-top: 34px;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr) 280px;
  gap: 42px;
  align-items: start;
}

.about-portrait img {
  width: 270px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  box-shadow: 0 16px 38px rgba(16, 42, 62, .12);
}

.about-copy h2,
.recent-places h2,
.single-article h2 {
  color: #0a2b4d;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  margin: 0 0 8px;
}

.about-copy h3 {
  color: #0a2b4d;
  font-size: 15px;
  margin: 0 0 22px;
}

.about-copy p {
  color: #173653;
  font-size: 15px;
  line-height: 1.9;
  margin: 0 0 20px;
}

.about-copy .signature {
  font-family: "Great Vibes", cursive;
  font-size: 42px;
  line-height: 1;
  margin-top: 26px;
}

.about-stats-stack {
  display: grid;
  gap: 20px;
}

.about-card {
  background: #f8fafc;
  border: 1px solid #e7edf1;
  border-radius: 2px;
  padding: 24px;
}

.about-card h2,
.travel-map-sidebar .panel h2,
.single-sidebar .panel h2 {
  color: #0a2b4d;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.journey-card ul,
.map-stats-panel ul,
.map-filter-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.journey-card li,
.map-stats-panel li {
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 12px;
  align-items: center;
  margin-bottom: 18px;
}

.journey-card li:last-child,
.map-stats-panel li:last-child {
  margin-bottom: 0;
}

.journey-card li span,
.map-stats-panel li span {
  grid-row: span 2;
  color: #058a9a;
  font-size: 26px;
  line-height: 1;
}

.journey-card strong,
.map-stats-panel strong {
  color: #0a2b4d;
  font-size: 24px;
  line-height: 1;
}

.journey-card em,
.map-stats-panel em {
  color: #173653;
  font-style: normal;
  font-size: 13px;
}

.philosophy-card p {
  color: #173653;
  line-height: 1.8;
  margin: 0 0 8px;
}

.philosophy-card span {
  display: block;
  color: #0a2b4d;
  text-align: right;
}

.love-grid {
  border-top: 1px solid #e4ebf0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.love-grid article {
  border-right: 1px solid #e4ebf0;
  padding: 26px 22px 14px;
  text-align: center;
}

.love-grid article:last-child {
  border-right: 0;
}

.love-grid span {
  color: #068c9d;
  display: block;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 16px;
}

.love-grid h3 {
  color: #0a2b4d;
  font-size: 15px;
  margin: 0 0 12px;
}

.love-grid p {
  color: #173653;
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
}

.favorite-destination-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.favorite-destination-card {
  border-radius: 3px;
  color: #fff;
  display: block;
  min-height: 150px;
  overflow: hidden;
  position: relative;
}

.favorite-destination-card img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.favorite-destination-card::after {
  background: linear-gradient(180deg, rgba(4, 27, 48, .05), rgba(4, 27, 48, .78));
  content: "";
  inset: 0;
  position: absolute;
}

.favorite-destination-card span {
  bottom: 16px;
  left: 16px;
  position: absolute;
  right: 16px;
  text-align: center;
  z-index: 1;
}

.favorite-destination-card strong,
.favorite-destination-card em {
  display: block;
}

.favorite-destination-card strong {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  text-transform: uppercase;
}

.favorite-destination-card em {
  font-style: normal;
  font-size: 13px;
}

.center-action {
  margin-top: 22px;
  text-align: center;
}

.friend-list-clean article {
  box-shadow: none;
  border: 0;
}

.friend-list-clean {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.travel-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
}

.travel-map-primary {
  min-width: 0;
}

.map-board {
  background:
    radial-gradient(circle at 20% 20%, rgba(7, 152, 167, .16), transparent 28%),
    radial-gradient(circle at 80% 35%, rgba(5, 47, 85, .14), transparent 30%),
    linear-gradient(135deg, #d9eef7, #f4fbf6);
  border: 1px solid #dbe7ed;
  border-radius: 4px;
  height: 438px;
  overflow: hidden;
  position: relative;
}

.map-board iframe {
  border: 0;
  display: block;
  height: 100%;
  pointer-events: none;
  transform-origin: center;
  transition: transform .3s ease, filter .3s ease;
  width: 100%;
}

.map-board.is-zoomed iframe {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(.96);
}

.map-board::after {
  background: linear-gradient(180deg, rgba(3, 36, 63, .02), rgba(3, 36, 63, .12));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.travel-map-markers {
  inset: 0;
  position: absolute;
  z-index: 3;
}

.travel-map-marker {
  appearance: none;
  background: #078b98;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 7px 18px rgba(3, 36, 63, .32);
  color: #fff;
  cursor: pointer;
  display: grid;
  font: 800 12px/1 Inter, Arial, sans-serif;
  height: 34px;
  padding: 0 7px;
  place-items: center;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: background .18s ease, transform .18s ease, z-index .18s ease;
  width: 34px;
  z-index: 1;
}

.travel-map-marker.range-sm {
  background: #078b98;
}

.travel-map-marker.range-md {
  background: #0b7892;
}

.travel-map-marker.range-lg {
  background: #052f55;
}

.travel-map-marker.range-xl {
  background: #b66d16;
}

.travel-map-marker.is-child {
  background: #078b98;
}

.travel-map-marker .marker-count {
  display: block;
}

.travel-map-marker:hover,
.travel-map-marker:focus,
.travel-map-marker.is-active {
  background: #0798a7;
  transform: translate(-50%, -50%) scale(1.14);
  z-index: 5;
}

.travel-map-detail {
  background: #fff;
  border: 1px solid #dce6ec;
  border-radius: 3px;
  box-shadow: 0 18px 36px rgba(3, 36, 63, .22);
  color: #0a2b4d;
  max-height: 250px;
  margin: 2px;
  overflow: auto;
  padding: 0;
  position: absolute;
  text-align: left;
  width: min(310px, calc(100% - 36px));
  z-index: 6;
}

.travel-map-detail h2 {
  color: #0a2b4d;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  margin: 0;
}

.travel-map-detail h2:empty {
  display: none;
}

.travel-map-detail a {
  border-top: 1px solid #e5edf2;
  display: block;
  padding: 10px 0;
  text-align: left;
}

.travel-map-detail a:first-child {
  border-top: 0;
}

.travel-map-detail strong,
.travel-map-detail span {
  display: block;
}

.travel-map-detail strong {
  color: #0a2b4d;
  font-size: 13px;
}

.travel-map-detail span {
  color: #667080;
  font-size: 12px;
  margin-top: 3px;
}

.map-detail-close {
  background: #eef5f7;
  border: 0;
  border-radius: 50%;
  color: #0a2b4d;
  cursor: pointer;
  font-size: 18px;
  height: 28px;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 28px;
}

.map-post-card {
  align-items: center;
  display: grid !important;
  grid-template-columns: 76px 1fr;
  gap: 10px;
  padding: 0 !important;
  text-align: left;
}

.map-post-card img,
.map-post-list-item img {
  aspect-ratio: 1.25;
  border-radius: 2px;
  height: 62px;
  object-fit: cover;
  width: 76px;
}

.map-post-card em,
.map-post-list-item em {
  color: #667080;
  display: block;
  font-style: normal;
  font-size: 12px;
  margin-top: 4px;
}

.map-post-list-item {
  align-items: center;
  display: grid !important;
  gap: 10px;
  grid-template-columns: 76px 1fr;
  margin: 0 0 2px;
  padding: 2px !important;
  text-align: left;
}

.map-post-list-item:last-child {
  margin-bottom: 0;
}

.map-zoom-back {
  background: #fff;
  border: 1px solid #dce6ec;
  border-radius: 3px;
  box-shadow: 0 10px 22px rgba(3, 36, 63, .14);
  color: #052f55;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  left: 18px;
  padding: 9px 12px;
  position: absolute;
  text-transform: uppercase;
  top: 18px;
  z-index: 6;
}

.map-board rect {
  fill: #c7eaf7;
}

.map-board path {
  fill: #d9ead7;
  stroke: rgba(82, 151, 140, .18);
  stroke-width: 2;
}

.map-board::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, .28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .28) 1px, transparent 1px);
  background-size: 62px 62px;
  content: "";
  inset: 0;
  opacity: .75;
  position: absolute;
}

.map-pin {
  background: #078b98;
  border: 3px solid #fff;
  border-radius: 999px 999px 999px 0;
  box-shadow: 0 5px 12px rgba(3, 47, 85, .22);
  height: 18px;
  position: absolute;
  transform: translate(-50%, -100%) rotate(-45deg);
  width: 18px;
  z-index: 2;
}

.map-pin::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 4px;
}

.recent-places {
  margin-top: 26px;
}

.recent-place-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.recent-place-card {
  border: 1px solid #dfe8ee;
  border-radius: 3px;
  color: #173653;
  display: block;
  overflow: hidden;
  background: #fff;
}

.recent-place-card img {
  aspect-ratio: 1.45;
  display: block;
  object-fit: cover;
  width: 100%;
}

.recent-place-card strong,
.recent-place-card span,
.recent-place-card em {
  display: block;
  padding: 0 12px;
}

.recent-place-card strong {
  color: #0a2b4d;
  font-size: 14px;
  margin-top: 12px;
}

.recent-place-card span {
  font-size: 13px;
  margin-top: 4px;
}

.recent-place-card em {
  color: #66788a;
  font-style: normal;
  font-size: 12px;
  margin: 10px 0 12px;
}

.travel-map-sidebar {
  display: grid;
  gap: 24px;
  align-content: start;
}

.map-filter-panel li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.map-filter-panel a {
  color: #173653;
}

.map-filter-panel li:first-child a {
  color: #078b98;
  font-weight: 700;
}

.map-filter-panel span {
  background: #dff2f4;
  border-radius: 999px;
  color: #078b98;
  min-width: 35px;
  padding: 4px 9px;
  text-align: center;
}

.single-post-layout {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 300px;
}

.single-article {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.single-tax-row {
  color: #078b98;
  display: flex;
  gap: 12px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.single-tax-row a {
  color: #078b98;
}

.single-meta-share {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.single-meta-row {
  color: #53697c;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 12px;
}

.single-meta-row a {
  color: #0a2b4d;
  font-weight: 700;
}

.single-share-row {
  align-items: center;
  display: flex;
  gap: 8px;
  white-space: nowrap;
}

.single-share-row span {
  color: #53697c;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.single-share-row.social-links a {
  background: #052f55;
  border-color: #052f55;
  color: #fff;
}

.single-share-row.social-links a:hover,
.single-share-row.social-links a:focus {
  background: #0798a7;
  border-color: #0798a7;
  color: #fff;
}

.single-featured {
  margin-bottom: 24px;
}

.single-featured img {
  border-radius: 2px;
  display: block;
  max-height: 430px;
  object-fit: cover;
  width: 100%;
}

.single-entry-content {
  color: #30485c;
  font-size: 15px;
  line-height: 1.85;
}

.single-entry-content > p:first-child img {
  display: none;
}

.single-entry-content h2,
.single-entry-content h3 {
  color: #0a2b4d;
  font-family: "Playfair Display", serif;
  font-size: 27px;
  margin: 28px 0 12px;
}

.single-entry-content img {
  border-radius: 2px;
  display: block;
  margin: 18px 0;
  width: 100%;
}

.location-map {
  margin-top: 30px;
}

.location-map h2 {
  font-size: 24px;
}

.location-map iframe {
  border: 0;
  height: 300px;
  width: 100%;
}

.single-post-nav {
  border: 1px solid #dfe7ec;
  border-radius: 3px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
}

.single-post-nav div {
  padding: 16px 20px;
}

.single-post-nav div + div {
  border-left: 1px solid #dfe7ec;
  text-align: right;
}

.single-post-nav span {
  color: #078b98;
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.single-post-nav a {
  color: #0a2b4d;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.single-sidebar {
  display: grid;
  gap: 22px;
}

.single-author-card {
  text-align: center;
}

.single-author-card img {
  border-radius: 50%;
  height: 116px;
  margin: 6px auto 18px;
  object-fit: cover;
  width: 116px;
}

.single-author-card p {
  color: #53697c;
  font-size: 13px;
  line-height: 1.75;
}

.single-recent-post {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 12px;
  margin-bottom: 14px;
}

.single-recent-post img {
  height: 70px;
  object-fit: cover;
  width: 78px;
}

.single-recent-post strong {
  color: #0a2b4d;
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  line-height: 1.35;
}

.single-recent-post em {
  color: #6c7d8e;
  display: block;
  font-style: normal;
  font-size: 12px;
  margin-top: 6px;
}

.single-category-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-category-list li {
  margin-bottom: 11px;
}

.single-category-list a {
  color: #173653;
}

.single-subscribe-panel p {
  color: #53697c;
  font-size: 13px;
  line-height: 1.7;
}

.single-subscribe-panel .subscribe {
  display: grid;
  gap: 12px;
}

.single-subscribe-panel .subscribe input,
.single-subscribe-panel .subscribe button {
  width: 100%;
}

@media (max-width: 1000px) {
  .about-intro-grid,
  .travel-map-layout,
  .single-post-layout {
    grid-template-columns: 1fr;
  }

  .about-portrait img {
    margin: 0 auto;
  }

  .love-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .favorite-destination-grid,
  .recent-place-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .friend-list-clean {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .love-grid,
  .favorite-destination-grid,
  .recent-place-grid {
    grid-template-columns: 1fr;
  }

  .friend-list-clean {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .love-grid article {
    border-right: 0;
    border-bottom: 1px solid #e4ebf0;
  }

  .map-board {
    height: 300px;
  }

  .single-meta-share,
  .single-meta-row {
    align-items: flex-start;
    display: grid;
  }

  .single-post-nav {
    grid-template-columns: 1fr;
  }

  .single-post-nav div + div {
    border-left: 0;
    border-top: 1px solid #dfe7ec;
    text-align: left;
  }
}
