body {
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
}
h1 {
  font-size: 2em;
}
h2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5em;
}
h3 {
  font-size: 1.3em;
}
ol,
ul {
  margin-bottom: 1.5em;
  margin-left: 1em;
}
.inside-article {
  border-radius: 0.75rem;
  padding: 10px;
  padding-top: 0px;
}
.widget_block {
  border-radius: 0.75rem;
}

div.entry-meta > span.byline {
  display: none;
}
.inside-article {
  border-radius: 1rem;
}
.paging-navigation {
  border-radius: 1rem;
}
.grid-container {
  max-width: 1200px;
}
.content-area {
  width: 100%;
}
.site-content .content-area {
  width: 100%;
}




/* travelmint-homepage-start */
.home.page .entry-header,
.home.page .post-image,
.home.page .featured-image,
.home.page #right-sidebar,
.home.page #left-sidebar,
.home.page .widget-area {
  display: none !important;
}

.home.page .site.grid-container,
.home.page .site-content,
.home.page .content-area,
.home.page #primary {
  width: 100% !important;
  max-width: 100% !important;
}

.home.page .inside-article {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.home.page .entry-content,
.home.page .entry-content > .tm-home-shell {
  margin: 0;
}

.tm-home-shell {
  display: grid;
  gap: 32px;
  padding: 16px 0 48px;
}

.tm-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: 40px;
  padding: 44px;
  border-radius: 30px;
  background: linear-gradient(135deg, #f4fbf8 0%, #eef6f3 54%, #ffffff 100%);
  border: 1px solid rgba(23, 59, 52, 0.08);
  box-shadow: 0 24px 60px rgba(20, 54, 47, 0.08);
}

.tm-home-eyebrow {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.24em;
  color: #2f7d6d;
}

.tm-home-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  color: #173b34;
}

.tm-home-lead {
  margin: 22px 0 0;
  max-width: 58ch;
  font-size: 1.08rem;
  line-height: 1.85;
  color: #4d675f;
}

.tm-home-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 22px 48px rgba(15, 39, 34, 0.16);
}

.tm-home-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tm-home-highlights article {
  padding: 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(23, 59, 52, 0.08);
}

.tm-home-highlights span {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #7c9b92;
}

.tm-home-highlights h2 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 1.28rem;
  color: #173b34;
}

.tm-home-highlights p {
  margin: 0;
  line-height: 1.75;
  color: #556a64;
}

.tm-home-latest-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px;
}

.tm-home-latest-head p {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7c9b92;
}

.tm-home-latest-head h2 {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  color: #173b34;
}

ul.wp-block-latest-posts.tm-home-latest-posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0 !important;
  margin-left: 0 !important;
  padding: 0;
  list-style: none !important;
}

ul.wp-block-latest-posts.tm-home-latest-posts li {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 14px 14px 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(23, 59, 52, 0.08);
  box-shadow: 0 14px 34px rgba(20, 54, 47, 0.06);
  overflow: hidden;
  list-style: none !important;
}

ul.wp-block-latest-posts.tm-home-latest-posts .wp-block-latest-posts__featured-image {
  margin: -14px -14px 0;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
}

ul.wp-block-latest-posts.tm-home-latest-posts .wp-block-latest-posts__featured-image img {
  display: block;
  width: 100% !important;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

ul.wp-block-latest-posts.tm-home-latest-posts a.wp-block-latest-posts__post-title {
  display: inline-block;
  margin: 0;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.45;
  color: #173b34 !important;
  text-decoration: none;
}

ul.wp-block-latest-posts.tm-home-latest-posts a.wp-block-latest-posts__post-title:hover {
  color: #2f7d6d !important;
}

ul.wp-block-latest-posts.tm-home-latest-posts .wp-block-latest-posts__post-date {
  display: block;
  margin: -4px 0 0;
  font-size: 0.88rem;
  color: #7c9b92;
}

ul.wp-block-latest-posts.tm-home-latest-posts .wp-block-latest-posts__post-excerpt {
  margin: 0;
  color: #556a64;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .tm-home-hero,
  .tm-home-highlights,
  ul.wp-block-latest-posts.tm-home-latest-posts {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  ul.wp-block-latest-posts.tm-home-latest-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .tm-home-shell {
    gap: 20px;
    padding-bottom: 32px;
  }

  .tm-home-hero {
    padding: 24px;
    gap: 24px;
    border-radius: 22px;
  }

  .tm-home-hero h1 {
    font-size: clamp(2.4rem, 13vw, 4rem);
  }

  .tm-home-latest-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* travelmint-homepage-end */
