@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/* 상단 대표 이미지: `review/index.css` 의 `.rr-card__img-wrap` 그대로 사용(목록과 동일 크기·비율). */
/* viewrealreview 단일 — 본문 상단 글 제목 (`review/index.css`와 분리: 목록 빌드 깨짐 방지) */
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) .rr-card__title {
  margin: 0;
  font-size: 32px;
  line-height: 1.3;
  color: #242424;
  font-weight: 600;
  text-align: center;
  padding: 31px 0;
}
@media screen and (max-width: 991.98px) {
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) .rr-card__title {
    font-size: 24px;
    padding: 24px 0;
  }
}
@media screen and (max-width: 543.98px) {
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) .rr-card__title {
    font-size: 20px;
    padding: 18px 0;
  }
}

body.single-viewrealreview .rr-page > section.area:not(.rr-hero) .rr-card__date {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
  color: #9d958f;
  text-align: center;
}

/* 하단 이전/다음 + 목록 */
body.single-viewrealreview .rr-post-nav {
  max-width: 1420px;
  margin: 0 auto;
  padding: 48px 16px 72px;
  box-sizing: border-box;
}

body.single-viewrealreview .rr-post-nav__inner {
  width: 100%;
}

body.single-viewrealreview .rr-post-nav__cols {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #d5cfc7;
  border-bottom: 1px solid #d5cfc7;
}

body.single-viewrealreview .rr-post-nav__cell {
  flex: 1 1 0;
  min-width: 0;
  padding: 20px 12px;
  box-sizing: border-box;
}

body.single-viewrealreview .rr-post-nav__cell.is-empty {
  opacity: 0.45;
}

body.single-viewrealreview .rr-post-nav__divider {
  flex: 0 0 1px;
  width: 1px;
  background: #d5cfc7;
  align-self: stretch;
}

body.single-viewrealreview .rr-post-nav__link,
body.single-viewrealreview .rr-post-nav__placeholder {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 44px;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}

body.single-viewrealreview .rr-post-nav__link--next,
body.single-viewrealreview .rr-post-nav__placeholder--next {
  justify-content: flex-end;
}

body.single-viewrealreview .rr-post-nav__link--next .rr-post-nav__title,
body.single-viewrealreview .rr-post-nav__placeholder--next .rr-post-nav__title {
  margin-right: auto;
}

body.single-viewrealreview .rr-post-nav__link--prev .rr-post-nav__title,
body.single-viewrealreview .rr-post-nav__placeholder--prev .rr-post-nav__title {
  flex: 1 1 auto;
  min-width: 0;
}

body.single-viewrealreview .rr-post-nav__label {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #4a433c;
}

body.single-viewrealreview .rr-post-nav__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #4a433c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

body.single-viewrealreview .rr-post-nav__title--muted {
  color: #9d958f;
}

body.single-viewrealreview .rr-post-nav__icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  box-sizing: border-box;
}

body.single-viewrealreview .rr-post-nav__icon--filled {
  background: #6f6358;
  color: #fff;
}

body.single-viewrealreview .rr-post-nav__icon--outline {
  background: #fff;
  border: 1px solid #5c534c;
  color: #5c534c;
}

body.single-viewrealreview .rr-post-nav__icon--muted {
  background: #ebe6e1;
  color: #9d958f;
  border: 1px solid #d5cfc7;
}

body.single-viewrealreview .rr-post-nav__chev {
  display: block;
  margin-top: -2px;
}

body.single-viewrealreview .rr-post-nav__actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

body.single-viewrealreview .rr-post-nav__list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 36px;
  border-radius: 999px;
  background: #7b6f66;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.15s ease, opacity 0.15s ease;
}

body.single-viewrealreview .rr-post-nav__list:hover,
body.single-viewrealreview .rr-post-nav__list:focus {
  background: #6a5f57;
  color: #fff;
}

body.single-viewrealreview .rr-post-nav__list-arrow {
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 543.98px) {
  body.single-viewrealreview .rr-post-nav__cols {
    flex-direction: column;
  }
  body.single-viewrealreview .rr-post-nav__divider {
    flex: 0 0 auto;
    width: 100%;
    height: 1px;
  }
  body.single-viewrealreview .rr-post-nav__cell {
    padding: 16px 4px;
  }
}