@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");


/* ===== 폰트 ===== */
body, button, input, select, textarea {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}
body { font-size: 17px; line-height: 1.75; letter-spacing: -0.01em; }
h1, h2, h3, h4, .entry-title, .site-title, .wp-block-post-title {
  font-weight: 700; line-height: 1.35; letter-spacing: -0.02em;
}

/* ===== 카드 ===== */

/* 제목 마우스 올리면 체리 */
.entry-title a:hover, .wp-block-post-title a:hover { color: #DB3B2E; }

/* 카테고리 라벨 모양 + 색 (진짜 카테고리일 때만 색 적용) */
.entry-meta .cat-links, .wp-block-post-terms {
  text-transform: uppercase; letter-spacing: 0.1em; font-size: 12px; font-weight: 700;
}
.entry-meta .cat-links a, .wp-block-post-terms a { color: #DB3B2E; }
.category-life .cat-links a, .category-life .wp-block-post-terms a { color: #3E92CF; }
.category-culture .cat-links a, .category-culture .wp-block-post-terms a { color: #7BA56B; }

/* READ MORE 버튼 */
.read-more, .wp-block-read-more, .wp-block-post-excerpt__more-link {
  display: inline-block; background: #DB3B2E; color: #FAF5EC;
  padding: 8px 16px; border-radius: 8px; font-size: 13px; font-weight: 700;
  letter-spacing: 0.04em; text-decoration: none;
}
.read-more:hover, .wp-block-read-more:hover, .wp-block-post-excerpt__more-link:hover {
  background: #B82E22; color: #FAF5EC;
}


/* 홈페이지 제목 감추기 */
.home .entry-header { display: none; }

html, body {
  overflow-x: hidden;
}


/* 모바일 오른쪽 여백 문제 */
.gb-grid-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gb-grid-wrapper > * {
  min-width: 0 !important;
}
.gb-grid-wrapper img {
  max-width: 100% !important;
  height: auto;
}

.single-post .entry-content {
  max-width: 992px;
  margin-inline: auto;
  padding-inline: 20px;
  font-family: 'Pretendard', sans-serif;
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: #1B1A18;
}
.single-post .entry-content p { margin-bottom: 1.2em; }

/* ── 굵고 긴 구분선 ── */
.single-post .entry-content hr.edit-rule,
.single-post .entry-content .wp-block-separator.edit-rule {
  border: none;
  height: 3px;
  background: #1B1A18;
  width: 100%;
  max-width: 700px;
  margin: 48px auto;
  opacity: 1;
}

/* 본문 삽입 이미지 위아래 간격 자동 */
.single-post .entry-content .wp-block-image {
  margin-top: 2em;
  margin-bottom: 2em;
}

/* 글 상자 좌우 여백 5px로 */
.single-post .entry-content {
  padding-left: 5px;
  padding-right: 5px;
}

}
