@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#page-content-wrapper.page-community {
  overflow: visible;
  /* #section01 hero — review/index 패턴: wrapper 여백 없이 hero padding으로 처리 */
}
@media screen and (max-width: 1439.98px) {
  #page-content-wrapper.page-community {
    padding-top: var(--mega-dim-top, 88px);
  }
}
@media screen and (max-width: 767.98px) {
  #page-content-wrapper.page-community {
    padding-top: var(--mega-dim-top, 72px);
  }
}
@media screen and (max-width: 1439.98px) {
  #page-content-wrapper.page-community:has(#section01) {
    padding-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  #page-content-wrapper.page-community:has(#section01) {
    padding-top: 0;
  }
}

@media screen and (max-width: 767.98px) {
  #page-content-wrapper.page-community > section,
  .community-hero-wrap > section#section01 {
    margin-top: 62px;
    padding: 100px 0;
  }
}
.page-community .rr-hero h1 .rr-hero__accent {
  color: #9d968e;
}

/**
 * Review 하위 페이지 공통 스타일
 * - `review/index.html`, `review/before-after.html` 등에서 공유하는 영역만 둡니다.
 * - 칩(`rr-chips`), Total 줄(`rr-toolbar` / `rr-total`), FEATURED(`rr-feat` …) 등.
 * - 각 페이지 전용 스타일은 `index.scss`, `before-after.scss` 등에 유지하세요.
 * - `#section01` hero 배경·반응형은 `_review-section01-hero.scss`를 사용하세요.
 *
 * 상위에서 `@import "../../__variables";`, `@import "../../__mixins";` 후에 이 파일을 불러오세요.
 */
.rr-hero {
  padding: 48px 0 36px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .rr-hero {
    padding: 32px 0 24px;
  }
}

.rr-hero > p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #7a716a;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
}
@media screen and (max-width: 991.98px) {
  .rr-hero > p {
    font-size: 13px;
    font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  }
}

.rr-hero > h1 {
  margin: 0;
  font-size: clamp(28px, 4.2vw, 52px);
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  line-height: 1.15;
}
@media screen and (max-width: 991.98px) {
  .rr-hero > h1 {
    font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  }
}

.rr-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 0 22px;
}

.rr-chips button {
  appearance: none;
  border: 1px solid #d5cfc7;
  background: #fff;
  color: #4a433c;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.rr-chips button:hover {
  border-color: #b0a69a;
}
.rr-chips button.is-active {
  border-color: #4a433c;
  background: #4a433c;
  color: #fff;
}

.rr-toolbar {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 20px;
}

.rr-total {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #6f665e;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}

.rr-spot {
  padding: 40px 0 52px;
  background: #6f6358;
  color: #f5f0e8;
  text-align: center;
  /* FEATURED 등 소제목(첫 요소가 p 일 때) */
  /* 카드 셀 460×301 — 클릭 비활성(고정 노출) */
  /* FEATURED 슬롯 그리드: h2 또는 p 바로 다음 형제 div (B&A 베스트는 h2+ul 이라 여기 해당 없음) */
  /* FEATURED 슬롯: 빈 슬롯용 반투명 박스(.rr-feat 제외) */
  /* FEATURED — 마크업: .rr-feat > .rr-feat__item > .rr-feat__box > .rr-feat__media | .rr-feat__body */
}
@media screen and (max-width: 991.98px) {
  .rr-spot {
    padding: 28px 0 36px;
  }
}
.rr-spot > .area {
  max-width: 1420px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.rr-spot > .area > p:first-child {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(245, 240, 232, 0.9);
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
}
.rr-spot > .area > h2 {
  margin: 0 0 28px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ebca6d;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}
@media screen and (max-width: 991.98px) {
  .rr-spot > .area > h2 {
    margin-bottom: 20px;
  }
}
.rr-spot > .area > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 18px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .rr-spot > .area > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
@media screen and (max-width: 543.98px) {
  .rr-spot > .area > ul {
    grid-template-columns: 1fr;
  }
}
.rr-spot > .area > ul > li {
  width: 460px;
  max-width: 100%;
  height: 301px;
  margin: 0;
  pointer-events: none;
  box-sizing: border-box;
}
.rr-spot > .area > ul > li > div {
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 18px rgba(44, 39, 33, 0.06);
}
.rr-spot > .area > p + div,
.rr-spot > .area > h2 + div {
  display: grid;
  justify-content: center;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 991.98px) {
  .rr-spot > .area > p + div,
  .rr-spot > .area > h2 + div {
    gap: 14px 16px;
  }
}
@media screen and (min-width: 720px) {
  .rr-spot > .area > p + div,
  .rr-spot > .area > h2 + div {
    grid-template-columns: repeat(2, minmax(0, 340px));
  }
}
@media screen and (min-width: 1100px) {
  .rr-spot > .area > p + div,
  .rr-spot > .area > h2 + div {
    grid-template-columns: repeat(3, minmax(0, 340px));
  }
}
@media screen and (min-width: 1480px) {
  .rr-spot > .area > p + div,
  .rr-spot > .area > h2 + div {
    grid-template-columns: repeat(4, minmax(0, 340px));
  }
}
.rr-spot > .area > p + div > div:not(.rr-feat__item),
.rr-spot > .area > h2 + div > div:not(.rr-feat__item) {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}
.rr-spot > .area > p + div > a.rr-feat__item,
.rr-spot > .area > h2 + div > a.rr-feat__item {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}
.rr-spot > .area > p + div > a.rr-feat__item:hover,
.rr-spot > .area > h2 + div > a.rr-feat__item:hover {
  transform: translateY(-2px);
}
.rr-spot > .area > p + div > a.rr-feat__item:hover .rr-feat__box,
.rr-spot > .area > h2 + div > a.rr-feat__item:hover .rr-feat__box {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.rr-spot > .area > p + div > a.rr-feat__item .rr-feat__box,
.rr-spot > .area > h2 + div > a.rr-feat__item .rr-feat__box {
  transition: box-shadow 0.2s ease;
}
.rr-spot > .area > p + div > a.rr-feat__item--text .rr-feat__box,
.rr-spot > .area > h2 + div > a.rr-feat__item--text .rr-feat__box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.rr-spot > .area > p + div > a.rr-feat__item--text .rr-feat__body,
.rr-spot > .area > h2 + div > a.rr-feat__item--text .rr-feat__body {
  width: 100%;
  padding: 20px 16px;
  text-align: center;
}
.rr-spot > .area > p + div > div.rr-feat__item--ph,
.rr-spot > .area > h2 + div > div.rr-feat__item--ph {
  width: 100%;
  box-sizing: border-box;
  pointer-events: none;
}
.rr-spot .rr-feat__box {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.rr-spot .rr-feat__media {
  width: 100%;
  max-width: 340px;
  height: 340px;
  margin-inline: auto;
  background: #1a1410;
  box-sizing: border-box;
}
.rr-spot .rr-feat__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rr-spot .rr-feat__ph {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a1410 0%, #2a221c 100%);
  opacity: 0.55;
}
.rr-spot .rr-feat__body {
  padding: 15px;
}
.rr-spot .rr-feat__title {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #2c2721;
  font-weight: 600;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media screen and (max-width: 543.98px) {
  .rr-spot .rr-feat__media {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    max-height: none;
  }
}

/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/* 상세 본문 타이포 — 프론트 렌더링 전용 (에디터 미적용) */
body.single-viewblog .notice-single__content,
body.single-viewblog .notice-single__content.entry-content,
body.single-viewblog .single-blog-content,
body.single-viewblog .vrealreview-single__content,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content,
body.single-viewrealreviews .notice-single__content,
body.single-viewrealreviews .notice-single__content.entry-content,
body.single-viewrealreviews .single-blog-content,
body.single-viewrealreviews .vrealreview-single__content,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content,
body.single-viewrealreview .notice-single__content,
body.single-viewrealreview .notice-single__content.entry-content,
body.single-viewrealreview .single-blog-content,
body.single-viewrealreview .vrealreview-single__content,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content,
body.single-view_notice .notice-single__content,
body.single-view_notice .notice-single__content.entry-content,
body.single-view_notice .single-blog-content,
body.single-view_notice .vrealreview-single__content,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content {
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #746b64;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: anywhere;
  /* WordPress 정렬 클래스 지원 */
}
body.single-viewblog .notice-single__content > *:first-child,
body.single-viewblog .notice-single__content.entry-content > *:first-child,
body.single-viewblog .single-blog-content > *:first-child,
body.single-viewblog .vrealreview-single__content > *:first-child,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content > *:first-child,
body.single-viewrealreviews .notice-single__content > *:first-child,
body.single-viewrealreviews .notice-single__content.entry-content > *:first-child,
body.single-viewrealreviews .single-blog-content > *:first-child,
body.single-viewrealreviews .vrealreview-single__content > *:first-child,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content > *:first-child,
body.single-viewrealreview .notice-single__content > *:first-child,
body.single-viewrealreview .notice-single__content.entry-content > *:first-child,
body.single-viewrealreview .single-blog-content > *:first-child,
body.single-viewrealreview .vrealreview-single__content > *:first-child,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content > *:first-child,
body.single-view_notice .notice-single__content > *:first-child,
body.single-view_notice .notice-single__content.entry-content > *:first-child,
body.single-view_notice .single-blog-content > *:first-child,
body.single-view_notice .vrealreview-single__content > *:first-child,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content > *:first-child {
  margin-top: 0;
}
body.single-viewblog .notice-single__content :is(h1, h2, h3, h4, h5, h6),
body.single-viewblog .notice-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
body.single-viewblog .notice-single__content :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewblog .notice-single__content .elementor-widget-heading :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewblog .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6),
body.single-viewblog .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
body.single-viewblog .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewblog .notice-single__content.entry-content .elementor-widget-heading :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewblog .single-blog-content :is(h1, h2, h3, h4, h5, h6),
body.single-viewblog .single-blog-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
body.single-viewblog .single-blog-content :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewblog .single-blog-content .elementor-widget-heading :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewblog .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6),
body.single-viewblog .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
body.single-viewblog .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewblog .vrealreview-single__content .elementor-widget-heading :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6),
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreviews .notice-single__content :is(h1, h2, h3, h4, h5, h6),
body.single-viewrealreviews .notice-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
body.single-viewrealreviews .notice-single__content :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreviews .notice-single__content .elementor-widget-heading :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreviews .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6),
body.single-viewrealreviews .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
body.single-viewrealreviews .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreviews .notice-single__content.entry-content .elementor-widget-heading :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreviews .single-blog-content :is(h1, h2, h3, h4, h5, h6),
body.single-viewrealreviews .single-blog-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
body.single-viewrealreviews .single-blog-content :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreviews .single-blog-content .elementor-widget-heading :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreviews .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6),
body.single-viewrealreviews .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
body.single-viewrealreviews .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreviews .vrealreview-single__content .elementor-widget-heading :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6),
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreview .notice-single__content :is(h1, h2, h3, h4, h5, h6),
body.single-viewrealreview .notice-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
body.single-viewrealreview .notice-single__content :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreview .notice-single__content .elementor-widget-heading :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreview .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6),
body.single-viewrealreview .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
body.single-viewrealreview .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreview .notice-single__content.entry-content .elementor-widget-heading :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreview .single-blog-content :is(h1, h2, h3, h4, h5, h6),
body.single-viewrealreview .single-blog-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
body.single-viewrealreview .single-blog-content :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreview .single-blog-content .elementor-widget-heading :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreview .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6),
body.single-viewrealreview .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
body.single-viewrealreview .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreview .vrealreview-single__content .elementor-widget-heading :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6),
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-view_notice .notice-single__content :is(h1, h2, h3, h4, h5, h6),
body.single-view_notice .notice-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
body.single-view_notice .notice-single__content :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-view_notice .notice-single__content .elementor-widget-heading :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-view_notice .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6),
body.single-view_notice .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
body.single-view_notice .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-view_notice .notice-single__content.entry-content .elementor-widget-heading :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-view_notice .single-blog-content :is(h1, h2, h3, h4, h5, h6),
body.single-view_notice .single-blog-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
body.single-view_notice .single-blog-content :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-view_notice .single-blog-content .elementor-widget-heading :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-view_notice .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6),
body.single-view_notice .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
body.single-view_notice .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-view_notice .vrealreview-single__content .elementor-widget-heading :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6),
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading :is(h1, h2, h3, h4, h5, h6).elementor-heading-title {
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  color: #746b64;
  text-align: left;
}
body.single-viewblog .notice-single__content .has-text-align-left,
body.single-viewblog .notice-single__content.entry-content .has-text-align-left,
body.single-viewblog .single-blog-content .has-text-align-left,
body.single-viewblog .vrealreview-single__content .has-text-align-left,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .has-text-align-left,
body.single-viewrealreviews .notice-single__content .has-text-align-left,
body.single-viewrealreviews .notice-single__content.entry-content .has-text-align-left,
body.single-viewrealreviews .single-blog-content .has-text-align-left,
body.single-viewrealreviews .vrealreview-single__content .has-text-align-left,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .has-text-align-left,
body.single-viewrealreview .notice-single__content .has-text-align-left,
body.single-viewrealreview .notice-single__content.entry-content .has-text-align-left,
body.single-viewrealreview .single-blog-content .has-text-align-left,
body.single-viewrealreview .vrealreview-single__content .has-text-align-left,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .has-text-align-left,
body.single-view_notice .notice-single__content .has-text-align-left,
body.single-view_notice .notice-single__content.entry-content .has-text-align-left,
body.single-view_notice .single-blog-content .has-text-align-left,
body.single-view_notice .vrealreview-single__content .has-text-align-left,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .has-text-align-left {
  text-align: left;
}
body.single-viewblog .notice-single__content .has-text-align-center,
body.single-viewblog .notice-single__content.entry-content .has-text-align-center,
body.single-viewblog .single-blog-content .has-text-align-center,
body.single-viewblog .vrealreview-single__content .has-text-align-center,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .has-text-align-center,
body.single-viewrealreviews .notice-single__content .has-text-align-center,
body.single-viewrealreviews .notice-single__content.entry-content .has-text-align-center,
body.single-viewrealreviews .single-blog-content .has-text-align-center,
body.single-viewrealreviews .vrealreview-single__content .has-text-align-center,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .has-text-align-center,
body.single-viewrealreview .notice-single__content .has-text-align-center,
body.single-viewrealreview .notice-single__content.entry-content .has-text-align-center,
body.single-viewrealreview .single-blog-content .has-text-align-center,
body.single-viewrealreview .vrealreview-single__content .has-text-align-center,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .has-text-align-center,
body.single-view_notice .notice-single__content .has-text-align-center,
body.single-view_notice .notice-single__content.entry-content .has-text-align-center,
body.single-view_notice .single-blog-content .has-text-align-center,
body.single-view_notice .vrealreview-single__content .has-text-align-center,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .has-text-align-center {
  text-align: center;
}
body.single-viewblog .notice-single__content .has-text-align-right,
body.single-viewblog .notice-single__content.entry-content .has-text-align-right,
body.single-viewblog .single-blog-content .has-text-align-right,
body.single-viewblog .vrealreview-single__content .has-text-align-right,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .has-text-align-right,
body.single-viewrealreviews .notice-single__content .has-text-align-right,
body.single-viewrealreviews .notice-single__content.entry-content .has-text-align-right,
body.single-viewrealreviews .single-blog-content .has-text-align-right,
body.single-viewrealreviews .vrealreview-single__content .has-text-align-right,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .has-text-align-right,
body.single-viewrealreview .notice-single__content .has-text-align-right,
body.single-viewrealreview .notice-single__content.entry-content .has-text-align-right,
body.single-viewrealreview .single-blog-content .has-text-align-right,
body.single-viewrealreview .vrealreview-single__content .has-text-align-right,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .has-text-align-right,
body.single-view_notice .notice-single__content .has-text-align-right,
body.single-view_notice .notice-single__content.entry-content .has-text-align-right,
body.single-view_notice .single-blog-content .has-text-align-right,
body.single-view_notice .vrealreview-single__content .has-text-align-right,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .has-text-align-right {
  text-align: right;
}
body.single-viewblog .notice-single__content :is(h1, h2, h3, h4, h5, h6).has-text-align-center,
body.single-viewblog .notice-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-center,
body.single-viewblog .notice-single__content p.has-text-align-center,
body.single-viewblog .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).has-text-align-center,
body.single-viewblog .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-center,
body.single-viewblog .notice-single__content.entry-content p.has-text-align-center,
body.single-viewblog .single-blog-content :is(h1, h2, h3, h4, h5, h6).has-text-align-center,
body.single-viewblog .single-blog-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-center,
body.single-viewblog .single-blog-content p.has-text-align-center,
body.single-viewblog .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).has-text-align-center,
body.single-viewblog .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-center,
body.single-viewblog .vrealreview-single__content p.has-text-align-center,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).has-text-align-center,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-center,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content p.has-text-align-center,
body.single-viewrealreviews .notice-single__content :is(h1, h2, h3, h4, h5, h6).has-text-align-center,
body.single-viewrealreviews .notice-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-center,
body.single-viewrealreviews .notice-single__content p.has-text-align-center,
body.single-viewrealreviews .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).has-text-align-center,
body.single-viewrealreviews .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-center,
body.single-viewrealreviews .notice-single__content.entry-content p.has-text-align-center,
body.single-viewrealreviews .single-blog-content :is(h1, h2, h3, h4, h5, h6).has-text-align-center,
body.single-viewrealreviews .single-blog-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-center,
body.single-viewrealreviews .single-blog-content p.has-text-align-center,
body.single-viewrealreviews .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).has-text-align-center,
body.single-viewrealreviews .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-center,
body.single-viewrealreviews .vrealreview-single__content p.has-text-align-center,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).has-text-align-center,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-center,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content p.has-text-align-center,
body.single-viewrealreview .notice-single__content :is(h1, h2, h3, h4, h5, h6).has-text-align-center,
body.single-viewrealreview .notice-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-center,
body.single-viewrealreview .notice-single__content p.has-text-align-center,
body.single-viewrealreview .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).has-text-align-center,
body.single-viewrealreview .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-center,
body.single-viewrealreview .notice-single__content.entry-content p.has-text-align-center,
body.single-viewrealreview .single-blog-content :is(h1, h2, h3, h4, h5, h6).has-text-align-center,
body.single-viewrealreview .single-blog-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-center,
body.single-viewrealreview .single-blog-content p.has-text-align-center,
body.single-viewrealreview .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).has-text-align-center,
body.single-viewrealreview .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-center,
body.single-viewrealreview .vrealreview-single__content p.has-text-align-center,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).has-text-align-center,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-center,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content p.has-text-align-center,
body.single-view_notice .notice-single__content :is(h1, h2, h3, h4, h5, h6).has-text-align-center,
body.single-view_notice .notice-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-center,
body.single-view_notice .notice-single__content p.has-text-align-center,
body.single-view_notice .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).has-text-align-center,
body.single-view_notice .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-center,
body.single-view_notice .notice-single__content.entry-content p.has-text-align-center,
body.single-view_notice .single-blog-content :is(h1, h2, h3, h4, h5, h6).has-text-align-center,
body.single-view_notice .single-blog-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-center,
body.single-view_notice .single-blog-content p.has-text-align-center,
body.single-view_notice .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).has-text-align-center,
body.single-view_notice .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-center,
body.single-view_notice .vrealreview-single__content p.has-text-align-center,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).has-text-align-center,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-center,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content p.has-text-align-center {
  text-align: center;
}
body.single-viewblog .notice-single__content :is(h1, h2, h3, h4, h5, h6).has-text-align-right,
body.single-viewblog .notice-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-right,
body.single-viewblog .notice-single__content p.has-text-align-right,
body.single-viewblog .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).has-text-align-right,
body.single-viewblog .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-right,
body.single-viewblog .notice-single__content.entry-content p.has-text-align-right,
body.single-viewblog .single-blog-content :is(h1, h2, h3, h4, h5, h6).has-text-align-right,
body.single-viewblog .single-blog-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-right,
body.single-viewblog .single-blog-content p.has-text-align-right,
body.single-viewblog .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).has-text-align-right,
body.single-viewblog .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-right,
body.single-viewblog .vrealreview-single__content p.has-text-align-right,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).has-text-align-right,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-right,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content p.has-text-align-right,
body.single-viewrealreviews .notice-single__content :is(h1, h2, h3, h4, h5, h6).has-text-align-right,
body.single-viewrealreviews .notice-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-right,
body.single-viewrealreviews .notice-single__content p.has-text-align-right,
body.single-viewrealreviews .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).has-text-align-right,
body.single-viewrealreviews .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-right,
body.single-viewrealreviews .notice-single__content.entry-content p.has-text-align-right,
body.single-viewrealreviews .single-blog-content :is(h1, h2, h3, h4, h5, h6).has-text-align-right,
body.single-viewrealreviews .single-blog-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-right,
body.single-viewrealreviews .single-blog-content p.has-text-align-right,
body.single-viewrealreviews .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).has-text-align-right,
body.single-viewrealreviews .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-right,
body.single-viewrealreviews .vrealreview-single__content p.has-text-align-right,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).has-text-align-right,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-right,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content p.has-text-align-right,
body.single-viewrealreview .notice-single__content :is(h1, h2, h3, h4, h5, h6).has-text-align-right,
body.single-viewrealreview .notice-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-right,
body.single-viewrealreview .notice-single__content p.has-text-align-right,
body.single-viewrealreview .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).has-text-align-right,
body.single-viewrealreview .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-right,
body.single-viewrealreview .notice-single__content.entry-content p.has-text-align-right,
body.single-viewrealreview .single-blog-content :is(h1, h2, h3, h4, h5, h6).has-text-align-right,
body.single-viewrealreview .single-blog-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-right,
body.single-viewrealreview .single-blog-content p.has-text-align-right,
body.single-viewrealreview .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).has-text-align-right,
body.single-viewrealreview .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-right,
body.single-viewrealreview .vrealreview-single__content p.has-text-align-right,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).has-text-align-right,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-right,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content p.has-text-align-right,
body.single-view_notice .notice-single__content :is(h1, h2, h3, h4, h5, h6).has-text-align-right,
body.single-view_notice .notice-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-right,
body.single-view_notice .notice-single__content p.has-text-align-right,
body.single-view_notice .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).has-text-align-right,
body.single-view_notice .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-right,
body.single-view_notice .notice-single__content.entry-content p.has-text-align-right,
body.single-view_notice .single-blog-content :is(h1, h2, h3, h4, h5, h6).has-text-align-right,
body.single-view_notice .single-blog-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-right,
body.single-view_notice .single-blog-content p.has-text-align-right,
body.single-view_notice .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).has-text-align-right,
body.single-view_notice .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-right,
body.single-view_notice .vrealreview-single__content p.has-text-align-right,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).has-text-align-right,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading.has-text-align-right,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content p.has-text-align-right {
  text-align: right;
}
body.single-viewblog .notice-single__content h1,
body.single-viewblog .notice-single__content h1.wp-block-heading,
body.single-viewblog .notice-single__content h1.elementor-heading-title,
body.single-viewblog .notice-single__content .elementor-widget-heading h1.elementor-heading-title,
body.single-viewblog .notice-single__content.entry-content h1,
body.single-viewblog .notice-single__content.entry-content h1.wp-block-heading,
body.single-viewblog .notice-single__content.entry-content h1.elementor-heading-title,
body.single-viewblog .notice-single__content.entry-content .elementor-widget-heading h1.elementor-heading-title,
body.single-viewblog .single-blog-content h1,
body.single-viewblog .single-blog-content h1.wp-block-heading,
body.single-viewblog .single-blog-content h1.elementor-heading-title,
body.single-viewblog .single-blog-content .elementor-widget-heading h1.elementor-heading-title,
body.single-viewblog .vrealreview-single__content h1,
body.single-viewblog .vrealreview-single__content h1.wp-block-heading,
body.single-viewblog .vrealreview-single__content h1.elementor-heading-title,
body.single-viewblog .vrealreview-single__content .elementor-widget-heading h1.elementor-heading-title,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h1,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h1.wp-block-heading,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h1.elementor-heading-title,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h1.elementor-heading-title,
body.single-viewrealreviews .notice-single__content h1,
body.single-viewrealreviews .notice-single__content h1.wp-block-heading,
body.single-viewrealreviews .notice-single__content h1.elementor-heading-title,
body.single-viewrealreviews .notice-single__content .elementor-widget-heading h1.elementor-heading-title,
body.single-viewrealreviews .notice-single__content.entry-content h1,
body.single-viewrealreviews .notice-single__content.entry-content h1.wp-block-heading,
body.single-viewrealreviews .notice-single__content.entry-content h1.elementor-heading-title,
body.single-viewrealreviews .notice-single__content.entry-content .elementor-widget-heading h1.elementor-heading-title,
body.single-viewrealreviews .single-blog-content h1,
body.single-viewrealreviews .single-blog-content h1.wp-block-heading,
body.single-viewrealreviews .single-blog-content h1.elementor-heading-title,
body.single-viewrealreviews .single-blog-content .elementor-widget-heading h1.elementor-heading-title,
body.single-viewrealreviews .vrealreview-single__content h1,
body.single-viewrealreviews .vrealreview-single__content h1.wp-block-heading,
body.single-viewrealreviews .vrealreview-single__content h1.elementor-heading-title,
body.single-viewrealreviews .vrealreview-single__content .elementor-widget-heading h1.elementor-heading-title,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h1,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h1.wp-block-heading,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h1.elementor-heading-title,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h1.elementor-heading-title,
body.single-viewrealreview .notice-single__content h1,
body.single-viewrealreview .notice-single__content h1.wp-block-heading,
body.single-viewrealreview .notice-single__content h1.elementor-heading-title,
body.single-viewrealreview .notice-single__content .elementor-widget-heading h1.elementor-heading-title,
body.single-viewrealreview .notice-single__content.entry-content h1,
body.single-viewrealreview .notice-single__content.entry-content h1.wp-block-heading,
body.single-viewrealreview .notice-single__content.entry-content h1.elementor-heading-title,
body.single-viewrealreview .notice-single__content.entry-content .elementor-widget-heading h1.elementor-heading-title,
body.single-viewrealreview .single-blog-content h1,
body.single-viewrealreview .single-blog-content h1.wp-block-heading,
body.single-viewrealreview .single-blog-content h1.elementor-heading-title,
body.single-viewrealreview .single-blog-content .elementor-widget-heading h1.elementor-heading-title,
body.single-viewrealreview .vrealreview-single__content h1,
body.single-viewrealreview .vrealreview-single__content h1.wp-block-heading,
body.single-viewrealreview .vrealreview-single__content h1.elementor-heading-title,
body.single-viewrealreview .vrealreview-single__content .elementor-widget-heading h1.elementor-heading-title,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h1,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h1.wp-block-heading,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h1.elementor-heading-title,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h1.elementor-heading-title,
body.single-view_notice .notice-single__content h1,
body.single-view_notice .notice-single__content h1.wp-block-heading,
body.single-view_notice .notice-single__content h1.elementor-heading-title,
body.single-view_notice .notice-single__content .elementor-widget-heading h1.elementor-heading-title,
body.single-view_notice .notice-single__content.entry-content h1,
body.single-view_notice .notice-single__content.entry-content h1.wp-block-heading,
body.single-view_notice .notice-single__content.entry-content h1.elementor-heading-title,
body.single-view_notice .notice-single__content.entry-content .elementor-widget-heading h1.elementor-heading-title,
body.single-view_notice .single-blog-content h1,
body.single-view_notice .single-blog-content h1.wp-block-heading,
body.single-view_notice .single-blog-content h1.elementor-heading-title,
body.single-view_notice .single-blog-content .elementor-widget-heading h1.elementor-heading-title,
body.single-view_notice .vrealreview-single__content h1,
body.single-view_notice .vrealreview-single__content h1.wp-block-heading,
body.single-view_notice .vrealreview-single__content h1.elementor-heading-title,
body.single-view_notice .vrealreview-single__content .elementor-widget-heading h1.elementor-heading-title,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h1,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h1.wp-block-heading,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h1.elementor-heading-title,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h1.elementor-heading-title {
  font-size: 32px;
  margin: 40px 0 20px;
}
body.single-viewblog .notice-single__content h2,
body.single-viewblog .notice-single__content h2.wp-block-heading,
body.single-viewblog .notice-single__content h2.elementor-heading-title,
body.single-viewblog .notice-single__content .elementor-widget-heading h2.elementor-heading-title,
body.single-viewblog .notice-single__content.entry-content h2,
body.single-viewblog .notice-single__content.entry-content h2.wp-block-heading,
body.single-viewblog .notice-single__content.entry-content h2.elementor-heading-title,
body.single-viewblog .notice-single__content.entry-content .elementor-widget-heading h2.elementor-heading-title,
body.single-viewblog .single-blog-content h2,
body.single-viewblog .single-blog-content h2.wp-block-heading,
body.single-viewblog .single-blog-content h2.elementor-heading-title,
body.single-viewblog .single-blog-content .elementor-widget-heading h2.elementor-heading-title,
body.single-viewblog .vrealreview-single__content h2,
body.single-viewblog .vrealreview-single__content h2.wp-block-heading,
body.single-viewblog .vrealreview-single__content h2.elementor-heading-title,
body.single-viewblog .vrealreview-single__content .elementor-widget-heading h2.elementor-heading-title,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h2,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h2.wp-block-heading,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h2.elementor-heading-title,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h2.elementor-heading-title,
body.single-viewrealreviews .notice-single__content h2,
body.single-viewrealreviews .notice-single__content h2.wp-block-heading,
body.single-viewrealreviews .notice-single__content h2.elementor-heading-title,
body.single-viewrealreviews .notice-single__content .elementor-widget-heading h2.elementor-heading-title,
body.single-viewrealreviews .notice-single__content.entry-content h2,
body.single-viewrealreviews .notice-single__content.entry-content h2.wp-block-heading,
body.single-viewrealreviews .notice-single__content.entry-content h2.elementor-heading-title,
body.single-viewrealreviews .notice-single__content.entry-content .elementor-widget-heading h2.elementor-heading-title,
body.single-viewrealreviews .single-blog-content h2,
body.single-viewrealreviews .single-blog-content h2.wp-block-heading,
body.single-viewrealreviews .single-blog-content h2.elementor-heading-title,
body.single-viewrealreviews .single-blog-content .elementor-widget-heading h2.elementor-heading-title,
body.single-viewrealreviews .vrealreview-single__content h2,
body.single-viewrealreviews .vrealreview-single__content h2.wp-block-heading,
body.single-viewrealreviews .vrealreview-single__content h2.elementor-heading-title,
body.single-viewrealreviews .vrealreview-single__content .elementor-widget-heading h2.elementor-heading-title,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h2,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h2.wp-block-heading,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h2.elementor-heading-title,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h2.elementor-heading-title,
body.single-viewrealreview .notice-single__content h2,
body.single-viewrealreview .notice-single__content h2.wp-block-heading,
body.single-viewrealreview .notice-single__content h2.elementor-heading-title,
body.single-viewrealreview .notice-single__content .elementor-widget-heading h2.elementor-heading-title,
body.single-viewrealreview .notice-single__content.entry-content h2,
body.single-viewrealreview .notice-single__content.entry-content h2.wp-block-heading,
body.single-viewrealreview .notice-single__content.entry-content h2.elementor-heading-title,
body.single-viewrealreview .notice-single__content.entry-content .elementor-widget-heading h2.elementor-heading-title,
body.single-viewrealreview .single-blog-content h2,
body.single-viewrealreview .single-blog-content h2.wp-block-heading,
body.single-viewrealreview .single-blog-content h2.elementor-heading-title,
body.single-viewrealreview .single-blog-content .elementor-widget-heading h2.elementor-heading-title,
body.single-viewrealreview .vrealreview-single__content h2,
body.single-viewrealreview .vrealreview-single__content h2.wp-block-heading,
body.single-viewrealreview .vrealreview-single__content h2.elementor-heading-title,
body.single-viewrealreview .vrealreview-single__content .elementor-widget-heading h2.elementor-heading-title,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h2,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h2.wp-block-heading,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h2.elementor-heading-title,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h2.elementor-heading-title,
body.single-view_notice .notice-single__content h2,
body.single-view_notice .notice-single__content h2.wp-block-heading,
body.single-view_notice .notice-single__content h2.elementor-heading-title,
body.single-view_notice .notice-single__content .elementor-widget-heading h2.elementor-heading-title,
body.single-view_notice .notice-single__content.entry-content h2,
body.single-view_notice .notice-single__content.entry-content h2.wp-block-heading,
body.single-view_notice .notice-single__content.entry-content h2.elementor-heading-title,
body.single-view_notice .notice-single__content.entry-content .elementor-widget-heading h2.elementor-heading-title,
body.single-view_notice .single-blog-content h2,
body.single-view_notice .single-blog-content h2.wp-block-heading,
body.single-view_notice .single-blog-content h2.elementor-heading-title,
body.single-view_notice .single-blog-content .elementor-widget-heading h2.elementor-heading-title,
body.single-view_notice .vrealreview-single__content h2,
body.single-view_notice .vrealreview-single__content h2.wp-block-heading,
body.single-view_notice .vrealreview-single__content h2.elementor-heading-title,
body.single-view_notice .vrealreview-single__content .elementor-widget-heading h2.elementor-heading-title,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h2,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h2.wp-block-heading,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h2.elementor-heading-title,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h2.elementor-heading-title {
  font-size: 24px;
  margin: 32px 0 16px;
}
body.single-viewblog .notice-single__content h3,
body.single-viewblog .notice-single__content h3.wp-block-heading,
body.single-viewblog .notice-single__content h3.elementor-heading-title,
body.single-viewblog .notice-single__content .elementor-widget-heading h3.elementor-heading-title,
body.single-viewblog .notice-single__content.entry-content h3,
body.single-viewblog .notice-single__content.entry-content h3.wp-block-heading,
body.single-viewblog .notice-single__content.entry-content h3.elementor-heading-title,
body.single-viewblog .notice-single__content.entry-content .elementor-widget-heading h3.elementor-heading-title,
body.single-viewblog .single-blog-content h3,
body.single-viewblog .single-blog-content h3.wp-block-heading,
body.single-viewblog .single-blog-content h3.elementor-heading-title,
body.single-viewblog .single-blog-content .elementor-widget-heading h3.elementor-heading-title,
body.single-viewblog .vrealreview-single__content h3,
body.single-viewblog .vrealreview-single__content h3.wp-block-heading,
body.single-viewblog .vrealreview-single__content h3.elementor-heading-title,
body.single-viewblog .vrealreview-single__content .elementor-widget-heading h3.elementor-heading-title,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h3,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h3.wp-block-heading,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h3.elementor-heading-title,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h3.elementor-heading-title,
body.single-viewrealreviews .notice-single__content h3,
body.single-viewrealreviews .notice-single__content h3.wp-block-heading,
body.single-viewrealreviews .notice-single__content h3.elementor-heading-title,
body.single-viewrealreviews .notice-single__content .elementor-widget-heading h3.elementor-heading-title,
body.single-viewrealreviews .notice-single__content.entry-content h3,
body.single-viewrealreviews .notice-single__content.entry-content h3.wp-block-heading,
body.single-viewrealreviews .notice-single__content.entry-content h3.elementor-heading-title,
body.single-viewrealreviews .notice-single__content.entry-content .elementor-widget-heading h3.elementor-heading-title,
body.single-viewrealreviews .single-blog-content h3,
body.single-viewrealreviews .single-blog-content h3.wp-block-heading,
body.single-viewrealreviews .single-blog-content h3.elementor-heading-title,
body.single-viewrealreviews .single-blog-content .elementor-widget-heading h3.elementor-heading-title,
body.single-viewrealreviews .vrealreview-single__content h3,
body.single-viewrealreviews .vrealreview-single__content h3.wp-block-heading,
body.single-viewrealreviews .vrealreview-single__content h3.elementor-heading-title,
body.single-viewrealreviews .vrealreview-single__content .elementor-widget-heading h3.elementor-heading-title,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h3,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h3.wp-block-heading,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h3.elementor-heading-title,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h3.elementor-heading-title,
body.single-viewrealreview .notice-single__content h3,
body.single-viewrealreview .notice-single__content h3.wp-block-heading,
body.single-viewrealreview .notice-single__content h3.elementor-heading-title,
body.single-viewrealreview .notice-single__content .elementor-widget-heading h3.elementor-heading-title,
body.single-viewrealreview .notice-single__content.entry-content h3,
body.single-viewrealreview .notice-single__content.entry-content h3.wp-block-heading,
body.single-viewrealreview .notice-single__content.entry-content h3.elementor-heading-title,
body.single-viewrealreview .notice-single__content.entry-content .elementor-widget-heading h3.elementor-heading-title,
body.single-viewrealreview .single-blog-content h3,
body.single-viewrealreview .single-blog-content h3.wp-block-heading,
body.single-viewrealreview .single-blog-content h3.elementor-heading-title,
body.single-viewrealreview .single-blog-content .elementor-widget-heading h3.elementor-heading-title,
body.single-viewrealreview .vrealreview-single__content h3,
body.single-viewrealreview .vrealreview-single__content h3.wp-block-heading,
body.single-viewrealreview .vrealreview-single__content h3.elementor-heading-title,
body.single-viewrealreview .vrealreview-single__content .elementor-widget-heading h3.elementor-heading-title,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h3,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h3.wp-block-heading,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h3.elementor-heading-title,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h3.elementor-heading-title,
body.single-view_notice .notice-single__content h3,
body.single-view_notice .notice-single__content h3.wp-block-heading,
body.single-view_notice .notice-single__content h3.elementor-heading-title,
body.single-view_notice .notice-single__content .elementor-widget-heading h3.elementor-heading-title,
body.single-view_notice .notice-single__content.entry-content h3,
body.single-view_notice .notice-single__content.entry-content h3.wp-block-heading,
body.single-view_notice .notice-single__content.entry-content h3.elementor-heading-title,
body.single-view_notice .notice-single__content.entry-content .elementor-widget-heading h3.elementor-heading-title,
body.single-view_notice .single-blog-content h3,
body.single-view_notice .single-blog-content h3.wp-block-heading,
body.single-view_notice .single-blog-content h3.elementor-heading-title,
body.single-view_notice .single-blog-content .elementor-widget-heading h3.elementor-heading-title,
body.single-view_notice .vrealreview-single__content h3,
body.single-view_notice .vrealreview-single__content h3.wp-block-heading,
body.single-view_notice .vrealreview-single__content h3.elementor-heading-title,
body.single-view_notice .vrealreview-single__content .elementor-widget-heading h3.elementor-heading-title,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h3,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h3.wp-block-heading,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h3.elementor-heading-title,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h3.elementor-heading-title {
  font-size: 20px;
  margin: 28px 0 14px;
}
body.single-viewblog .notice-single__content h4,
body.single-viewblog .notice-single__content h4.wp-block-heading,
body.single-viewblog .notice-single__content h4.elementor-heading-title,
body.single-viewblog .notice-single__content .elementor-widget-heading h4.elementor-heading-title,
body.single-viewblog .notice-single__content.entry-content h4,
body.single-viewblog .notice-single__content.entry-content h4.wp-block-heading,
body.single-viewblog .notice-single__content.entry-content h4.elementor-heading-title,
body.single-viewblog .notice-single__content.entry-content .elementor-widget-heading h4.elementor-heading-title,
body.single-viewblog .single-blog-content h4,
body.single-viewblog .single-blog-content h4.wp-block-heading,
body.single-viewblog .single-blog-content h4.elementor-heading-title,
body.single-viewblog .single-blog-content .elementor-widget-heading h4.elementor-heading-title,
body.single-viewblog .vrealreview-single__content h4,
body.single-viewblog .vrealreview-single__content h4.wp-block-heading,
body.single-viewblog .vrealreview-single__content h4.elementor-heading-title,
body.single-viewblog .vrealreview-single__content .elementor-widget-heading h4.elementor-heading-title,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h4,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h4.wp-block-heading,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h4.elementor-heading-title,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h4.elementor-heading-title,
body.single-viewrealreviews .notice-single__content h4,
body.single-viewrealreviews .notice-single__content h4.wp-block-heading,
body.single-viewrealreviews .notice-single__content h4.elementor-heading-title,
body.single-viewrealreviews .notice-single__content .elementor-widget-heading h4.elementor-heading-title,
body.single-viewrealreviews .notice-single__content.entry-content h4,
body.single-viewrealreviews .notice-single__content.entry-content h4.wp-block-heading,
body.single-viewrealreviews .notice-single__content.entry-content h4.elementor-heading-title,
body.single-viewrealreviews .notice-single__content.entry-content .elementor-widget-heading h4.elementor-heading-title,
body.single-viewrealreviews .single-blog-content h4,
body.single-viewrealreviews .single-blog-content h4.wp-block-heading,
body.single-viewrealreviews .single-blog-content h4.elementor-heading-title,
body.single-viewrealreviews .single-blog-content .elementor-widget-heading h4.elementor-heading-title,
body.single-viewrealreviews .vrealreview-single__content h4,
body.single-viewrealreviews .vrealreview-single__content h4.wp-block-heading,
body.single-viewrealreviews .vrealreview-single__content h4.elementor-heading-title,
body.single-viewrealreviews .vrealreview-single__content .elementor-widget-heading h4.elementor-heading-title,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h4,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h4.wp-block-heading,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h4.elementor-heading-title,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h4.elementor-heading-title,
body.single-viewrealreview .notice-single__content h4,
body.single-viewrealreview .notice-single__content h4.wp-block-heading,
body.single-viewrealreview .notice-single__content h4.elementor-heading-title,
body.single-viewrealreview .notice-single__content .elementor-widget-heading h4.elementor-heading-title,
body.single-viewrealreview .notice-single__content.entry-content h4,
body.single-viewrealreview .notice-single__content.entry-content h4.wp-block-heading,
body.single-viewrealreview .notice-single__content.entry-content h4.elementor-heading-title,
body.single-viewrealreview .notice-single__content.entry-content .elementor-widget-heading h4.elementor-heading-title,
body.single-viewrealreview .single-blog-content h4,
body.single-viewrealreview .single-blog-content h4.wp-block-heading,
body.single-viewrealreview .single-blog-content h4.elementor-heading-title,
body.single-viewrealreview .single-blog-content .elementor-widget-heading h4.elementor-heading-title,
body.single-viewrealreview .vrealreview-single__content h4,
body.single-viewrealreview .vrealreview-single__content h4.wp-block-heading,
body.single-viewrealreview .vrealreview-single__content h4.elementor-heading-title,
body.single-viewrealreview .vrealreview-single__content .elementor-widget-heading h4.elementor-heading-title,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h4,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h4.wp-block-heading,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h4.elementor-heading-title,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h4.elementor-heading-title,
body.single-view_notice .notice-single__content h4,
body.single-view_notice .notice-single__content h4.wp-block-heading,
body.single-view_notice .notice-single__content h4.elementor-heading-title,
body.single-view_notice .notice-single__content .elementor-widget-heading h4.elementor-heading-title,
body.single-view_notice .notice-single__content.entry-content h4,
body.single-view_notice .notice-single__content.entry-content h4.wp-block-heading,
body.single-view_notice .notice-single__content.entry-content h4.elementor-heading-title,
body.single-view_notice .notice-single__content.entry-content .elementor-widget-heading h4.elementor-heading-title,
body.single-view_notice .single-blog-content h4,
body.single-view_notice .single-blog-content h4.wp-block-heading,
body.single-view_notice .single-blog-content h4.elementor-heading-title,
body.single-view_notice .single-blog-content .elementor-widget-heading h4.elementor-heading-title,
body.single-view_notice .vrealreview-single__content h4,
body.single-view_notice .vrealreview-single__content h4.wp-block-heading,
body.single-view_notice .vrealreview-single__content h4.elementor-heading-title,
body.single-view_notice .vrealreview-single__content .elementor-widget-heading h4.elementor-heading-title,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h4,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h4.wp-block-heading,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h4.elementor-heading-title,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h4.elementor-heading-title {
  font-size: 18px;
  font-weight: 600;
  margin: 24px 0 12px;
}
body.single-viewblog .notice-single__content h5,
body.single-viewblog .notice-single__content h5.wp-block-heading,
body.single-viewblog .notice-single__content h5.elementor-heading-title,
body.single-viewblog .notice-single__content .elementor-widget-heading h5.elementor-heading-title,
body.single-viewblog .notice-single__content.entry-content h5,
body.single-viewblog .notice-single__content.entry-content h5.wp-block-heading,
body.single-viewblog .notice-single__content.entry-content h5.elementor-heading-title,
body.single-viewblog .notice-single__content.entry-content .elementor-widget-heading h5.elementor-heading-title,
body.single-viewblog .single-blog-content h5,
body.single-viewblog .single-blog-content h5.wp-block-heading,
body.single-viewblog .single-blog-content h5.elementor-heading-title,
body.single-viewblog .single-blog-content .elementor-widget-heading h5.elementor-heading-title,
body.single-viewblog .vrealreview-single__content h5,
body.single-viewblog .vrealreview-single__content h5.wp-block-heading,
body.single-viewblog .vrealreview-single__content h5.elementor-heading-title,
body.single-viewblog .vrealreview-single__content .elementor-widget-heading h5.elementor-heading-title,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h5,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h5.wp-block-heading,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h5.elementor-heading-title,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h5.elementor-heading-title,
body.single-viewrealreviews .notice-single__content h5,
body.single-viewrealreviews .notice-single__content h5.wp-block-heading,
body.single-viewrealreviews .notice-single__content h5.elementor-heading-title,
body.single-viewrealreviews .notice-single__content .elementor-widget-heading h5.elementor-heading-title,
body.single-viewrealreviews .notice-single__content.entry-content h5,
body.single-viewrealreviews .notice-single__content.entry-content h5.wp-block-heading,
body.single-viewrealreviews .notice-single__content.entry-content h5.elementor-heading-title,
body.single-viewrealreviews .notice-single__content.entry-content .elementor-widget-heading h5.elementor-heading-title,
body.single-viewrealreviews .single-blog-content h5,
body.single-viewrealreviews .single-blog-content h5.wp-block-heading,
body.single-viewrealreviews .single-blog-content h5.elementor-heading-title,
body.single-viewrealreviews .single-blog-content .elementor-widget-heading h5.elementor-heading-title,
body.single-viewrealreviews .vrealreview-single__content h5,
body.single-viewrealreviews .vrealreview-single__content h5.wp-block-heading,
body.single-viewrealreviews .vrealreview-single__content h5.elementor-heading-title,
body.single-viewrealreviews .vrealreview-single__content .elementor-widget-heading h5.elementor-heading-title,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h5,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h5.wp-block-heading,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h5.elementor-heading-title,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h5.elementor-heading-title,
body.single-viewrealreview .notice-single__content h5,
body.single-viewrealreview .notice-single__content h5.wp-block-heading,
body.single-viewrealreview .notice-single__content h5.elementor-heading-title,
body.single-viewrealreview .notice-single__content .elementor-widget-heading h5.elementor-heading-title,
body.single-viewrealreview .notice-single__content.entry-content h5,
body.single-viewrealreview .notice-single__content.entry-content h5.wp-block-heading,
body.single-viewrealreview .notice-single__content.entry-content h5.elementor-heading-title,
body.single-viewrealreview .notice-single__content.entry-content .elementor-widget-heading h5.elementor-heading-title,
body.single-viewrealreview .single-blog-content h5,
body.single-viewrealreview .single-blog-content h5.wp-block-heading,
body.single-viewrealreview .single-blog-content h5.elementor-heading-title,
body.single-viewrealreview .single-blog-content .elementor-widget-heading h5.elementor-heading-title,
body.single-viewrealreview .vrealreview-single__content h5,
body.single-viewrealreview .vrealreview-single__content h5.wp-block-heading,
body.single-viewrealreview .vrealreview-single__content h5.elementor-heading-title,
body.single-viewrealreview .vrealreview-single__content .elementor-widget-heading h5.elementor-heading-title,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h5,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h5.wp-block-heading,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h5.elementor-heading-title,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h5.elementor-heading-title,
body.single-view_notice .notice-single__content h5,
body.single-view_notice .notice-single__content h5.wp-block-heading,
body.single-view_notice .notice-single__content h5.elementor-heading-title,
body.single-view_notice .notice-single__content .elementor-widget-heading h5.elementor-heading-title,
body.single-view_notice .notice-single__content.entry-content h5,
body.single-view_notice .notice-single__content.entry-content h5.wp-block-heading,
body.single-view_notice .notice-single__content.entry-content h5.elementor-heading-title,
body.single-view_notice .notice-single__content.entry-content .elementor-widget-heading h5.elementor-heading-title,
body.single-view_notice .single-blog-content h5,
body.single-view_notice .single-blog-content h5.wp-block-heading,
body.single-view_notice .single-blog-content h5.elementor-heading-title,
body.single-view_notice .single-blog-content .elementor-widget-heading h5.elementor-heading-title,
body.single-view_notice .vrealreview-single__content h5,
body.single-view_notice .vrealreview-single__content h5.wp-block-heading,
body.single-view_notice .vrealreview-single__content h5.elementor-heading-title,
body.single-view_notice .vrealreview-single__content .elementor-widget-heading h5.elementor-heading-title,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h5,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h5.wp-block-heading,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h5.elementor-heading-title,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h5.elementor-heading-title {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 10px;
}
body.single-viewblog .notice-single__content h6,
body.single-viewblog .notice-single__content h6.wp-block-heading,
body.single-viewblog .notice-single__content h6.elementor-heading-title,
body.single-viewblog .notice-single__content .elementor-widget-heading h6.elementor-heading-title,
body.single-viewblog .notice-single__content.entry-content h6,
body.single-viewblog .notice-single__content.entry-content h6.wp-block-heading,
body.single-viewblog .notice-single__content.entry-content h6.elementor-heading-title,
body.single-viewblog .notice-single__content.entry-content .elementor-widget-heading h6.elementor-heading-title,
body.single-viewblog .single-blog-content h6,
body.single-viewblog .single-blog-content h6.wp-block-heading,
body.single-viewblog .single-blog-content h6.elementor-heading-title,
body.single-viewblog .single-blog-content .elementor-widget-heading h6.elementor-heading-title,
body.single-viewblog .vrealreview-single__content h6,
body.single-viewblog .vrealreview-single__content h6.wp-block-heading,
body.single-viewblog .vrealreview-single__content h6.elementor-heading-title,
body.single-viewblog .vrealreview-single__content .elementor-widget-heading h6.elementor-heading-title,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h6,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h6.wp-block-heading,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h6.elementor-heading-title,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h6.elementor-heading-title,
body.single-viewrealreviews .notice-single__content h6,
body.single-viewrealreviews .notice-single__content h6.wp-block-heading,
body.single-viewrealreviews .notice-single__content h6.elementor-heading-title,
body.single-viewrealreviews .notice-single__content .elementor-widget-heading h6.elementor-heading-title,
body.single-viewrealreviews .notice-single__content.entry-content h6,
body.single-viewrealreviews .notice-single__content.entry-content h6.wp-block-heading,
body.single-viewrealreviews .notice-single__content.entry-content h6.elementor-heading-title,
body.single-viewrealreviews .notice-single__content.entry-content .elementor-widget-heading h6.elementor-heading-title,
body.single-viewrealreviews .single-blog-content h6,
body.single-viewrealreviews .single-blog-content h6.wp-block-heading,
body.single-viewrealreviews .single-blog-content h6.elementor-heading-title,
body.single-viewrealreviews .single-blog-content .elementor-widget-heading h6.elementor-heading-title,
body.single-viewrealreviews .vrealreview-single__content h6,
body.single-viewrealreviews .vrealreview-single__content h6.wp-block-heading,
body.single-viewrealreviews .vrealreview-single__content h6.elementor-heading-title,
body.single-viewrealreviews .vrealreview-single__content .elementor-widget-heading h6.elementor-heading-title,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h6,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h6.wp-block-heading,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h6.elementor-heading-title,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h6.elementor-heading-title,
body.single-viewrealreview .notice-single__content h6,
body.single-viewrealreview .notice-single__content h6.wp-block-heading,
body.single-viewrealreview .notice-single__content h6.elementor-heading-title,
body.single-viewrealreview .notice-single__content .elementor-widget-heading h6.elementor-heading-title,
body.single-viewrealreview .notice-single__content.entry-content h6,
body.single-viewrealreview .notice-single__content.entry-content h6.wp-block-heading,
body.single-viewrealreview .notice-single__content.entry-content h6.elementor-heading-title,
body.single-viewrealreview .notice-single__content.entry-content .elementor-widget-heading h6.elementor-heading-title,
body.single-viewrealreview .single-blog-content h6,
body.single-viewrealreview .single-blog-content h6.wp-block-heading,
body.single-viewrealreview .single-blog-content h6.elementor-heading-title,
body.single-viewrealreview .single-blog-content .elementor-widget-heading h6.elementor-heading-title,
body.single-viewrealreview .vrealreview-single__content h6,
body.single-viewrealreview .vrealreview-single__content h6.wp-block-heading,
body.single-viewrealreview .vrealreview-single__content h6.elementor-heading-title,
body.single-viewrealreview .vrealreview-single__content .elementor-widget-heading h6.elementor-heading-title,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h6,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h6.wp-block-heading,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h6.elementor-heading-title,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h6.elementor-heading-title,
body.single-view_notice .notice-single__content h6,
body.single-view_notice .notice-single__content h6.wp-block-heading,
body.single-view_notice .notice-single__content h6.elementor-heading-title,
body.single-view_notice .notice-single__content .elementor-widget-heading h6.elementor-heading-title,
body.single-view_notice .notice-single__content.entry-content h6,
body.single-view_notice .notice-single__content.entry-content h6.wp-block-heading,
body.single-view_notice .notice-single__content.entry-content h6.elementor-heading-title,
body.single-view_notice .notice-single__content.entry-content .elementor-widget-heading h6.elementor-heading-title,
body.single-view_notice .single-blog-content h6,
body.single-view_notice .single-blog-content h6.wp-block-heading,
body.single-view_notice .single-blog-content h6.elementor-heading-title,
body.single-view_notice .single-blog-content .elementor-widget-heading h6.elementor-heading-title,
body.single-view_notice .vrealreview-single__content h6,
body.single-view_notice .vrealreview-single__content h6.wp-block-heading,
body.single-view_notice .vrealreview-single__content h6.elementor-heading-title,
body.single-view_notice .vrealreview-single__content .elementor-widget-heading h6.elementor-heading-title,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h6,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h6.wp-block-heading,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h6.elementor-heading-title,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h6.elementor-heading-title {
  font-size: 15px;
  font-weight: 600;
  margin: 18px 0 10px;
}
body.single-viewblog .notice-single__content > :is(h1, h2, h3, h4, h5, h6):first-child,
body.single-viewblog .notice-single__content > :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child,
body.single-viewblog .notice-single__content .elementor-widget-heading:first-child :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewblog .notice-single__content.entry-content > :is(h1, h2, h3, h4, h5, h6):first-child,
body.single-viewblog .notice-single__content.entry-content > :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child,
body.single-viewblog .notice-single__content.entry-content .elementor-widget-heading:first-child :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewblog .single-blog-content > :is(h1, h2, h3, h4, h5, h6):first-child,
body.single-viewblog .single-blog-content > :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child,
body.single-viewblog .single-blog-content .elementor-widget-heading:first-child :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewblog .vrealreview-single__content > :is(h1, h2, h3, h4, h5, h6):first-child,
body.single-viewblog .vrealreview-single__content > :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child,
body.single-viewblog .vrealreview-single__content .elementor-widget-heading:first-child :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content > :is(h1, h2, h3, h4, h5, h6):first-child,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content > :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading:first-child :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreviews .notice-single__content > :is(h1, h2, h3, h4, h5, h6):first-child,
body.single-viewrealreviews .notice-single__content > :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child,
body.single-viewrealreviews .notice-single__content .elementor-widget-heading:first-child :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreviews .notice-single__content.entry-content > :is(h1, h2, h3, h4, h5, h6):first-child,
body.single-viewrealreviews .notice-single__content.entry-content > :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child,
body.single-viewrealreviews .notice-single__content.entry-content .elementor-widget-heading:first-child :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreviews .single-blog-content > :is(h1, h2, h3, h4, h5, h6):first-child,
body.single-viewrealreviews .single-blog-content > :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child,
body.single-viewrealreviews .single-blog-content .elementor-widget-heading:first-child :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreviews .vrealreview-single__content > :is(h1, h2, h3, h4, h5, h6):first-child,
body.single-viewrealreviews .vrealreview-single__content > :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child,
body.single-viewrealreviews .vrealreview-single__content .elementor-widget-heading:first-child :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content > :is(h1, h2, h3, h4, h5, h6):first-child,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content > :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading:first-child :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreview .notice-single__content > :is(h1, h2, h3, h4, h5, h6):first-child,
body.single-viewrealreview .notice-single__content > :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child,
body.single-viewrealreview .notice-single__content .elementor-widget-heading:first-child :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreview .notice-single__content.entry-content > :is(h1, h2, h3, h4, h5, h6):first-child,
body.single-viewrealreview .notice-single__content.entry-content > :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child,
body.single-viewrealreview .notice-single__content.entry-content .elementor-widget-heading:first-child :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreview .single-blog-content > :is(h1, h2, h3, h4, h5, h6):first-child,
body.single-viewrealreview .single-blog-content > :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child,
body.single-viewrealreview .single-blog-content .elementor-widget-heading:first-child :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreview .vrealreview-single__content > :is(h1, h2, h3, h4, h5, h6):first-child,
body.single-viewrealreview .vrealreview-single__content > :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child,
body.single-viewrealreview .vrealreview-single__content .elementor-widget-heading:first-child :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content > :is(h1, h2, h3, h4, h5, h6):first-child,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content > :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading:first-child :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-view_notice .notice-single__content > :is(h1, h2, h3, h4, h5, h6):first-child,
body.single-view_notice .notice-single__content > :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child,
body.single-view_notice .notice-single__content .elementor-widget-heading:first-child :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-view_notice .notice-single__content.entry-content > :is(h1, h2, h3, h4, h5, h6):first-child,
body.single-view_notice .notice-single__content.entry-content > :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child,
body.single-view_notice .notice-single__content.entry-content .elementor-widget-heading:first-child :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-view_notice .single-blog-content > :is(h1, h2, h3, h4, h5, h6):first-child,
body.single-view_notice .single-blog-content > :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child,
body.single-view_notice .single-blog-content .elementor-widget-heading:first-child :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-view_notice .vrealreview-single__content > :is(h1, h2, h3, h4, h5, h6):first-child,
body.single-view_notice .vrealreview-single__content > :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child,
body.single-view_notice .vrealreview-single__content .elementor-widget-heading:first-child :is(h1, h2, h3, h4, h5, h6).elementor-heading-title,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content > :is(h1, h2, h3, h4, h5, h6):first-child,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content > :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading:first-child :is(h1, h2, h3, h4, h5, h6).elementor-heading-title {
  margin-top: 0;
}
body.single-viewblog .notice-single__content p,
body.single-viewblog .notice-single__content.entry-content p,
body.single-viewblog .single-blog-content p,
body.single-viewblog .vrealreview-single__content p,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content p,
body.single-viewrealreviews .notice-single__content p,
body.single-viewrealreviews .notice-single__content.entry-content p,
body.single-viewrealreviews .single-blog-content p,
body.single-viewrealreviews .vrealreview-single__content p,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content p,
body.single-viewrealreview .notice-single__content p,
body.single-viewrealreview .notice-single__content.entry-content p,
body.single-viewrealreview .single-blog-content p,
body.single-viewrealreview .vrealreview-single__content p,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content p,
body.single-view_notice .notice-single__content p,
body.single-view_notice .notice-single__content.entry-content p,
body.single-view_notice .single-blog-content p,
body.single-view_notice .vrealreview-single__content p,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content p {
  margin: 0 0 1.25em;
  font-size: 18px;
  line-height: 1.7;
  color: #746b64;
}
body.single-viewblog .notice-single__content p:last-child,
body.single-viewblog .notice-single__content.entry-content p:last-child,
body.single-viewblog .single-blog-content p:last-child,
body.single-viewblog .vrealreview-single__content p:last-child,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content p:last-child,
body.single-viewrealreviews .notice-single__content p:last-child,
body.single-viewrealreviews .notice-single__content.entry-content p:last-child,
body.single-viewrealreviews .single-blog-content p:last-child,
body.single-viewrealreviews .vrealreview-single__content p:last-child,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content p:last-child,
body.single-viewrealreview .notice-single__content p:last-child,
body.single-viewrealreview .notice-single__content.entry-content p:last-child,
body.single-viewrealreview .single-blog-content p:last-child,
body.single-viewrealreview .vrealreview-single__content p:last-child,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content p:last-child,
body.single-view_notice .notice-single__content p:last-child,
body.single-view_notice .notice-single__content.entry-content p:last-child,
body.single-view_notice .single-blog-content p:last-child,
body.single-view_notice .vrealreview-single__content p:last-child,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content p:last-child {
  margin-bottom: 0;
}
body.single-viewblog .notice-single__content ul,
body.single-viewblog .notice-single__content ol,
body.single-viewblog .notice-single__content.entry-content ul,
body.single-viewblog .notice-single__content.entry-content ol,
body.single-viewblog .single-blog-content ul,
body.single-viewblog .single-blog-content ol,
body.single-viewblog .vrealreview-single__content ul,
body.single-viewblog .vrealreview-single__content ol,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content ul,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content ol,
body.single-viewrealreviews .notice-single__content ul,
body.single-viewrealreviews .notice-single__content ol,
body.single-viewrealreviews .notice-single__content.entry-content ul,
body.single-viewrealreviews .notice-single__content.entry-content ol,
body.single-viewrealreviews .single-blog-content ul,
body.single-viewrealreviews .single-blog-content ol,
body.single-viewrealreviews .vrealreview-single__content ul,
body.single-viewrealreviews .vrealreview-single__content ol,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content ul,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content ol,
body.single-viewrealreview .notice-single__content ul,
body.single-viewrealreview .notice-single__content ol,
body.single-viewrealreview .notice-single__content.entry-content ul,
body.single-viewrealreview .notice-single__content.entry-content ol,
body.single-viewrealreview .single-blog-content ul,
body.single-viewrealreview .single-blog-content ol,
body.single-viewrealreview .vrealreview-single__content ul,
body.single-viewrealreview .vrealreview-single__content ol,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content ul,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content ol,
body.single-view_notice .notice-single__content ul,
body.single-view_notice .notice-single__content ol,
body.single-view_notice .notice-single__content.entry-content ul,
body.single-view_notice .notice-single__content.entry-content ol,
body.single-view_notice .single-blog-content ul,
body.single-view_notice .single-blog-content ol,
body.single-view_notice .vrealreview-single__content ul,
body.single-view_notice .vrealreview-single__content ol,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content ul,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content ol {
  margin: 0 0 1.25em;
  padding-left: 1.5em;
  font-size: inherit;
  line-height: 1.7;
  color: #746b64;
}
body.single-viewblog .notice-single__content li,
body.single-viewblog .notice-single__content.entry-content li,
body.single-viewblog .single-blog-content li,
body.single-viewblog .vrealreview-single__content li,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content li,
body.single-viewrealreviews .notice-single__content li,
body.single-viewrealreviews .notice-single__content.entry-content li,
body.single-viewrealreviews .single-blog-content li,
body.single-viewrealreviews .vrealreview-single__content li,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content li,
body.single-viewrealreview .notice-single__content li,
body.single-viewrealreview .notice-single__content.entry-content li,
body.single-viewrealreview .single-blog-content li,
body.single-viewrealreview .vrealreview-single__content li,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content li,
body.single-view_notice .notice-single__content li,
body.single-view_notice .notice-single__content.entry-content li,
body.single-view_notice .single-blog-content li,
body.single-view_notice .vrealreview-single__content li,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content li {
  margin: 0 0 0.5em;
  line-height: 1.7;
  color: #746b64;
}
body.single-viewblog .notice-single__content li:last-child,
body.single-viewblog .notice-single__content.entry-content li:last-child,
body.single-viewblog .single-blog-content li:last-child,
body.single-viewblog .vrealreview-single__content li:last-child,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content li:last-child,
body.single-viewrealreviews .notice-single__content li:last-child,
body.single-viewrealreviews .notice-single__content.entry-content li:last-child,
body.single-viewrealreviews .single-blog-content li:last-child,
body.single-viewrealreviews .vrealreview-single__content li:last-child,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content li:last-child,
body.single-viewrealreview .notice-single__content li:last-child,
body.single-viewrealreview .notice-single__content.entry-content li:last-child,
body.single-viewrealreview .single-blog-content li:last-child,
body.single-viewrealreview .vrealreview-single__content li:last-child,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content li:last-child,
body.single-view_notice .notice-single__content li:last-child,
body.single-view_notice .notice-single__content.entry-content li:last-child,
body.single-view_notice .single-blog-content li:last-child,
body.single-view_notice .vrealreview-single__content li:last-child,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content li:last-child {
  margin-bottom: 0;
}
body.single-viewblog .notice-single__content ul ul,
body.single-viewblog .notice-single__content ul ol,
body.single-viewblog .notice-single__content ol ul,
body.single-viewblog .notice-single__content ol ol,
body.single-viewblog .notice-single__content.entry-content ul ul,
body.single-viewblog .notice-single__content.entry-content ul ol,
body.single-viewblog .notice-single__content.entry-content ol ul,
body.single-viewblog .notice-single__content.entry-content ol ol,
body.single-viewblog .single-blog-content ul ul,
body.single-viewblog .single-blog-content ul ol,
body.single-viewblog .single-blog-content ol ul,
body.single-viewblog .single-blog-content ol ol,
body.single-viewblog .vrealreview-single__content ul ul,
body.single-viewblog .vrealreview-single__content ul ol,
body.single-viewblog .vrealreview-single__content ol ul,
body.single-viewblog .vrealreview-single__content ol ol,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content ul ul,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content ul ol,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content ol ul,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content ol ol,
body.single-viewrealreviews .notice-single__content ul ul,
body.single-viewrealreviews .notice-single__content ul ol,
body.single-viewrealreviews .notice-single__content ol ul,
body.single-viewrealreviews .notice-single__content ol ol,
body.single-viewrealreviews .notice-single__content.entry-content ul ul,
body.single-viewrealreviews .notice-single__content.entry-content ul ol,
body.single-viewrealreviews .notice-single__content.entry-content ol ul,
body.single-viewrealreviews .notice-single__content.entry-content ol ol,
body.single-viewrealreviews .single-blog-content ul ul,
body.single-viewrealreviews .single-blog-content ul ol,
body.single-viewrealreviews .single-blog-content ol ul,
body.single-viewrealreviews .single-blog-content ol ol,
body.single-viewrealreviews .vrealreview-single__content ul ul,
body.single-viewrealreviews .vrealreview-single__content ul ol,
body.single-viewrealreviews .vrealreview-single__content ol ul,
body.single-viewrealreviews .vrealreview-single__content ol ol,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content ul ul,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content ul ol,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content ol ul,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content ol ol,
body.single-viewrealreview .notice-single__content ul ul,
body.single-viewrealreview .notice-single__content ul ol,
body.single-viewrealreview .notice-single__content ol ul,
body.single-viewrealreview .notice-single__content ol ol,
body.single-viewrealreview .notice-single__content.entry-content ul ul,
body.single-viewrealreview .notice-single__content.entry-content ul ol,
body.single-viewrealreview .notice-single__content.entry-content ol ul,
body.single-viewrealreview .notice-single__content.entry-content ol ol,
body.single-viewrealreview .single-blog-content ul ul,
body.single-viewrealreview .single-blog-content ul ol,
body.single-viewrealreview .single-blog-content ol ul,
body.single-viewrealreview .single-blog-content ol ol,
body.single-viewrealreview .vrealreview-single__content ul ul,
body.single-viewrealreview .vrealreview-single__content ul ol,
body.single-viewrealreview .vrealreview-single__content ol ul,
body.single-viewrealreview .vrealreview-single__content ol ol,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content ul ul,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content ul ol,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content ol ul,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content ol ol,
body.single-view_notice .notice-single__content ul ul,
body.single-view_notice .notice-single__content ul ol,
body.single-view_notice .notice-single__content ol ul,
body.single-view_notice .notice-single__content ol ol,
body.single-view_notice .notice-single__content.entry-content ul ul,
body.single-view_notice .notice-single__content.entry-content ul ol,
body.single-view_notice .notice-single__content.entry-content ol ul,
body.single-view_notice .notice-single__content.entry-content ol ol,
body.single-view_notice .single-blog-content ul ul,
body.single-view_notice .single-blog-content ul ol,
body.single-view_notice .single-blog-content ol ul,
body.single-view_notice .single-blog-content ol ol,
body.single-view_notice .vrealreview-single__content ul ul,
body.single-view_notice .vrealreview-single__content ul ol,
body.single-view_notice .vrealreview-single__content ol ul,
body.single-view_notice .vrealreview-single__content ol ol,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content ul ul,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content ul ol,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content ol ul,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content ol ol {
  margin-top: 0.5em;
  margin-bottom: 0;
}
body.single-viewblog .notice-single__content a,
body.single-viewblog .notice-single__content.entry-content a,
body.single-viewblog .single-blog-content a,
body.single-viewblog .vrealreview-single__content a,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content a,
body.single-viewrealreviews .notice-single__content a,
body.single-viewrealreviews .notice-single__content.entry-content a,
body.single-viewrealreviews .single-blog-content a,
body.single-viewrealreviews .vrealreview-single__content a,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content a,
body.single-viewrealreview .notice-single__content a,
body.single-viewrealreview .notice-single__content.entry-content a,
body.single-viewrealreview .single-blog-content a,
body.single-viewrealreview .vrealreview-single__content a,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content a,
body.single-view_notice .notice-single__content a,
body.single-view_notice .notice-single__content.entry-content a,
body.single-view_notice .single-blog-content a,
body.single-view_notice .vrealreview-single__content a,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content a {
  color: #7a6e66;
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.single-viewblog .notice-single__content a:hover, body.single-viewblog .notice-single__content a:focus,
body.single-viewblog .notice-single__content.entry-content a:hover,
body.single-viewblog .notice-single__content.entry-content a:focus,
body.single-viewblog .single-blog-content a:hover,
body.single-viewblog .single-blog-content a:focus,
body.single-viewblog .vrealreview-single__content a:hover,
body.single-viewblog .vrealreview-single__content a:focus,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content a:hover,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content a:focus,
body.single-viewrealreviews .notice-single__content a:hover,
body.single-viewrealreviews .notice-single__content a:focus,
body.single-viewrealreviews .notice-single__content.entry-content a:hover,
body.single-viewrealreviews .notice-single__content.entry-content a:focus,
body.single-viewrealreviews .single-blog-content a:hover,
body.single-viewrealreviews .single-blog-content a:focus,
body.single-viewrealreviews .vrealreview-single__content a:hover,
body.single-viewrealreviews .vrealreview-single__content a:focus,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content a:hover,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content a:focus,
body.single-viewrealreview .notice-single__content a:hover,
body.single-viewrealreview .notice-single__content a:focus,
body.single-viewrealreview .notice-single__content.entry-content a:hover,
body.single-viewrealreview .notice-single__content.entry-content a:focus,
body.single-viewrealreview .single-blog-content a:hover,
body.single-viewrealreview .single-blog-content a:focus,
body.single-viewrealreview .vrealreview-single__content a:hover,
body.single-viewrealreview .vrealreview-single__content a:focus,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content a:hover,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content a:focus,
body.single-view_notice .notice-single__content a:hover,
body.single-view_notice .notice-single__content a:focus,
body.single-view_notice .notice-single__content.entry-content a:hover,
body.single-view_notice .notice-single__content.entry-content a:focus,
body.single-view_notice .single-blog-content a:hover,
body.single-view_notice .single-blog-content a:focus,
body.single-view_notice .vrealreview-single__content a:hover,
body.single-view_notice .vrealreview-single__content a:focus,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content a:hover,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content a:focus {
  color: #4a433c;
}
body.single-viewblog .notice-single__content img,
body.single-viewblog .notice-single__content.entry-content img,
body.single-viewblog .single-blog-content img,
body.single-viewblog .vrealreview-single__content img,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content img,
body.single-viewrealreviews .notice-single__content img,
body.single-viewrealreviews .notice-single__content.entry-content img,
body.single-viewrealreviews .single-blog-content img,
body.single-viewrealreviews .vrealreview-single__content img,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content img,
body.single-viewrealreview .notice-single__content img,
body.single-viewrealreview .notice-single__content.entry-content img,
body.single-viewrealreview .single-blog-content img,
body.single-viewrealreview .vrealreview-single__content img,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content img,
body.single-view_notice .notice-single__content img,
body.single-view_notice .notice-single__content.entry-content img,
body.single-view_notice .single-blog-content img,
body.single-view_notice .vrealreview-single__content img,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
}
body.single-viewblog .notice-single__content figure,
body.single-viewblog .notice-single__content.entry-content figure,
body.single-viewblog .single-blog-content figure,
body.single-viewblog .vrealreview-single__content figure,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content figure,
body.single-viewrealreviews .notice-single__content figure,
body.single-viewrealreviews .notice-single__content.entry-content figure,
body.single-viewrealreviews .single-blog-content figure,
body.single-viewrealreviews .vrealreview-single__content figure,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content figure,
body.single-viewrealreview .notice-single__content figure,
body.single-viewrealreview .notice-single__content.entry-content figure,
body.single-viewrealreview .single-blog-content figure,
body.single-viewrealreview .vrealreview-single__content figure,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content figure,
body.single-view_notice .notice-single__content figure,
body.single-view_notice .notice-single__content.entry-content figure,
body.single-view_notice .single-blog-content figure,
body.single-view_notice .vrealreview-single__content figure,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content figure {
  margin: 1.5em 0;
}
body.single-viewblog .notice-single__content figure img,
body.single-viewblog .notice-single__content.entry-content figure img,
body.single-viewblog .single-blog-content figure img,
body.single-viewblog .vrealreview-single__content figure img,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content figure img,
body.single-viewrealreviews .notice-single__content figure img,
body.single-viewrealreviews .notice-single__content.entry-content figure img,
body.single-viewrealreviews .single-blog-content figure img,
body.single-viewrealreviews .vrealreview-single__content figure img,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content figure img,
body.single-viewrealreview .notice-single__content figure img,
body.single-viewrealreview .notice-single__content.entry-content figure img,
body.single-viewrealreview .single-blog-content figure img,
body.single-viewrealreview .vrealreview-single__content figure img,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content figure img,
body.single-view_notice .notice-single__content figure img,
body.single-view_notice .notice-single__content.entry-content figure img,
body.single-view_notice .single-blog-content figure img,
body.single-view_notice .vrealreview-single__content figure img,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content figure img {
  margin: 0;
}
body.single-viewblog .notice-single__content figure.aligncenter,
body.single-viewblog .notice-single__content .wp-block-image.aligncenter,
body.single-viewblog .notice-single__content.entry-content figure.aligncenter,
body.single-viewblog .notice-single__content.entry-content .wp-block-image.aligncenter,
body.single-viewblog .single-blog-content figure.aligncenter,
body.single-viewblog .single-blog-content .wp-block-image.aligncenter,
body.single-viewblog .vrealreview-single__content figure.aligncenter,
body.single-viewblog .vrealreview-single__content .wp-block-image.aligncenter,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content figure.aligncenter,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .wp-block-image.aligncenter,
body.single-viewrealreviews .notice-single__content figure.aligncenter,
body.single-viewrealreviews .notice-single__content .wp-block-image.aligncenter,
body.single-viewrealreviews .notice-single__content.entry-content figure.aligncenter,
body.single-viewrealreviews .notice-single__content.entry-content .wp-block-image.aligncenter,
body.single-viewrealreviews .single-blog-content figure.aligncenter,
body.single-viewrealreviews .single-blog-content .wp-block-image.aligncenter,
body.single-viewrealreviews .vrealreview-single__content figure.aligncenter,
body.single-viewrealreviews .vrealreview-single__content .wp-block-image.aligncenter,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content figure.aligncenter,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .wp-block-image.aligncenter,
body.single-viewrealreview .notice-single__content figure.aligncenter,
body.single-viewrealreview .notice-single__content .wp-block-image.aligncenter,
body.single-viewrealreview .notice-single__content.entry-content figure.aligncenter,
body.single-viewrealreview .notice-single__content.entry-content .wp-block-image.aligncenter,
body.single-viewrealreview .single-blog-content figure.aligncenter,
body.single-viewrealreview .single-blog-content .wp-block-image.aligncenter,
body.single-viewrealreview .vrealreview-single__content figure.aligncenter,
body.single-viewrealreview .vrealreview-single__content .wp-block-image.aligncenter,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content figure.aligncenter,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .wp-block-image.aligncenter,
body.single-view_notice .notice-single__content figure.aligncenter,
body.single-view_notice .notice-single__content .wp-block-image.aligncenter,
body.single-view_notice .notice-single__content.entry-content figure.aligncenter,
body.single-view_notice .notice-single__content.entry-content .wp-block-image.aligncenter,
body.single-view_notice .single-blog-content figure.aligncenter,
body.single-view_notice .single-blog-content .wp-block-image.aligncenter,
body.single-view_notice .vrealreview-single__content figure.aligncenter,
body.single-view_notice .vrealreview-single__content .wp-block-image.aligncenter,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content figure.aligncenter,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body.single-viewblog .notice-single__content figure.aligncenter img,
body.single-viewblog .notice-single__content .wp-block-image.aligncenter img,
body.single-viewblog .notice-single__content.entry-content figure.aligncenter img,
body.single-viewblog .notice-single__content.entry-content .wp-block-image.aligncenter img,
body.single-viewblog .single-blog-content figure.aligncenter img,
body.single-viewblog .single-blog-content .wp-block-image.aligncenter img,
body.single-viewblog .vrealreview-single__content figure.aligncenter img,
body.single-viewblog .vrealreview-single__content .wp-block-image.aligncenter img,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content figure.aligncenter img,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .wp-block-image.aligncenter img,
body.single-viewrealreviews .notice-single__content figure.aligncenter img,
body.single-viewrealreviews .notice-single__content .wp-block-image.aligncenter img,
body.single-viewrealreviews .notice-single__content.entry-content figure.aligncenter img,
body.single-viewrealreviews .notice-single__content.entry-content .wp-block-image.aligncenter img,
body.single-viewrealreviews .single-blog-content figure.aligncenter img,
body.single-viewrealreviews .single-blog-content .wp-block-image.aligncenter img,
body.single-viewrealreviews .vrealreview-single__content figure.aligncenter img,
body.single-viewrealreviews .vrealreview-single__content .wp-block-image.aligncenter img,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content figure.aligncenter img,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .wp-block-image.aligncenter img,
body.single-viewrealreview .notice-single__content figure.aligncenter img,
body.single-viewrealreview .notice-single__content .wp-block-image.aligncenter img,
body.single-viewrealreview .notice-single__content.entry-content figure.aligncenter img,
body.single-viewrealreview .notice-single__content.entry-content .wp-block-image.aligncenter img,
body.single-viewrealreview .single-blog-content figure.aligncenter img,
body.single-viewrealreview .single-blog-content .wp-block-image.aligncenter img,
body.single-viewrealreview .vrealreview-single__content figure.aligncenter img,
body.single-viewrealreview .vrealreview-single__content .wp-block-image.aligncenter img,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content figure.aligncenter img,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .wp-block-image.aligncenter img,
body.single-view_notice .notice-single__content figure.aligncenter img,
body.single-view_notice .notice-single__content .wp-block-image.aligncenter img,
body.single-view_notice .notice-single__content.entry-content figure.aligncenter img,
body.single-view_notice .notice-single__content.entry-content .wp-block-image.aligncenter img,
body.single-view_notice .single-blog-content figure.aligncenter img,
body.single-view_notice .single-blog-content .wp-block-image.aligncenter img,
body.single-view_notice .vrealreview-single__content figure.aligncenter img,
body.single-view_notice .vrealreview-single__content .wp-block-image.aligncenter img,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content figure.aligncenter img,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .wp-block-image.aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body.single-viewblog .notice-single__content blockquote,
body.single-viewblog .notice-single__content.entry-content blockquote,
body.single-viewblog .single-blog-content blockquote,
body.single-viewblog .vrealreview-single__content blockquote,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content blockquote,
body.single-viewrealreviews .notice-single__content blockquote,
body.single-viewrealreviews .notice-single__content.entry-content blockquote,
body.single-viewrealreviews .single-blog-content blockquote,
body.single-viewrealreviews .vrealreview-single__content blockquote,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content blockquote,
body.single-viewrealreview .notice-single__content blockquote,
body.single-viewrealreview .notice-single__content.entry-content blockquote,
body.single-viewrealreview .single-blog-content blockquote,
body.single-viewrealreview .vrealreview-single__content blockquote,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content blockquote,
body.single-view_notice .notice-single__content blockquote,
body.single-view_notice .notice-single__content.entry-content blockquote,
body.single-view_notice .single-blog-content blockquote,
body.single-view_notice .vrealreview-single__content blockquote,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content blockquote {
  margin: 1.5em 0;
  padding: 16px 20px;
  border-left: 4px solid #ab957f;
  background: #f9f7f5;
  color: #746b64;
  font-size: 17px;
  line-height: 1.7;
}
body.single-viewblog .notice-single__content blockquote p:last-child,
body.single-viewblog .notice-single__content.entry-content blockquote p:last-child,
body.single-viewblog .single-blog-content blockquote p:last-child,
body.single-viewblog .vrealreview-single__content blockquote p:last-child,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content blockquote p:last-child,
body.single-viewrealreviews .notice-single__content blockquote p:last-child,
body.single-viewrealreviews .notice-single__content.entry-content blockquote p:last-child,
body.single-viewrealreviews .single-blog-content blockquote p:last-child,
body.single-viewrealreviews .vrealreview-single__content blockquote p:last-child,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content blockquote p:last-child,
body.single-viewrealreview .notice-single__content blockquote p:last-child,
body.single-viewrealreview .notice-single__content.entry-content blockquote p:last-child,
body.single-viewrealreview .single-blog-content blockquote p:last-child,
body.single-viewrealreview .vrealreview-single__content blockquote p:last-child,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content blockquote p:last-child,
body.single-view_notice .notice-single__content blockquote p:last-child,
body.single-view_notice .notice-single__content.entry-content blockquote p:last-child,
body.single-view_notice .single-blog-content blockquote p:last-child,
body.single-view_notice .vrealreview-single__content blockquote p:last-child,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content blockquote p:last-child {
  margin-bottom: 0;
}
body.single-viewblog .notice-single__content :is(h1, h2, h3, h4, h5, h6) + p,
body.single-viewblog .notice-single__content :is(h1, h2, h3, h4, h5, h6) + ul,
body.single-viewblog .notice-single__content :is(h1, h2, h3, h4, h5, h6) + ol,
body.single-viewblog .notice-single__content :is(h1, h2, h3, h4, h5, h6) + blockquote,
body.single-viewblog .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6) + p,
body.single-viewblog .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6) + ul,
body.single-viewblog .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6) + ol,
body.single-viewblog .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6) + blockquote,
body.single-viewblog .single-blog-content :is(h1, h2, h3, h4, h5, h6) + p,
body.single-viewblog .single-blog-content :is(h1, h2, h3, h4, h5, h6) + ul,
body.single-viewblog .single-blog-content :is(h1, h2, h3, h4, h5, h6) + ol,
body.single-viewblog .single-blog-content :is(h1, h2, h3, h4, h5, h6) + blockquote,
body.single-viewblog .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6) + p,
body.single-viewblog .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6) + ul,
body.single-viewblog .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6) + ol,
body.single-viewblog .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6) + blockquote,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6) + p,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6) + ul,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6) + ol,
body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6) + blockquote,
body.single-viewrealreviews .notice-single__content :is(h1, h2, h3, h4, h5, h6) + p,
body.single-viewrealreviews .notice-single__content :is(h1, h2, h3, h4, h5, h6) + ul,
body.single-viewrealreviews .notice-single__content :is(h1, h2, h3, h4, h5, h6) + ol,
body.single-viewrealreviews .notice-single__content :is(h1, h2, h3, h4, h5, h6) + blockquote,
body.single-viewrealreviews .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6) + p,
body.single-viewrealreviews .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6) + ul,
body.single-viewrealreviews .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6) + ol,
body.single-viewrealreviews .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6) + blockquote,
body.single-viewrealreviews .single-blog-content :is(h1, h2, h3, h4, h5, h6) + p,
body.single-viewrealreviews .single-blog-content :is(h1, h2, h3, h4, h5, h6) + ul,
body.single-viewrealreviews .single-blog-content :is(h1, h2, h3, h4, h5, h6) + ol,
body.single-viewrealreviews .single-blog-content :is(h1, h2, h3, h4, h5, h6) + blockquote,
body.single-viewrealreviews .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6) + p,
body.single-viewrealreviews .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6) + ul,
body.single-viewrealreviews .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6) + ol,
body.single-viewrealreviews .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6) + blockquote,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6) + p,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6) + ul,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6) + ol,
body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6) + blockquote,
body.single-viewrealreview .notice-single__content :is(h1, h2, h3, h4, h5, h6) + p,
body.single-viewrealreview .notice-single__content :is(h1, h2, h3, h4, h5, h6) + ul,
body.single-viewrealreview .notice-single__content :is(h1, h2, h3, h4, h5, h6) + ol,
body.single-viewrealreview .notice-single__content :is(h1, h2, h3, h4, h5, h6) + blockquote,
body.single-viewrealreview .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6) + p,
body.single-viewrealreview .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6) + ul,
body.single-viewrealreview .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6) + ol,
body.single-viewrealreview .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6) + blockquote,
body.single-viewrealreview .single-blog-content :is(h1, h2, h3, h4, h5, h6) + p,
body.single-viewrealreview .single-blog-content :is(h1, h2, h3, h4, h5, h6) + ul,
body.single-viewrealreview .single-blog-content :is(h1, h2, h3, h4, h5, h6) + ol,
body.single-viewrealreview .single-blog-content :is(h1, h2, h3, h4, h5, h6) + blockquote,
body.single-viewrealreview .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6) + p,
body.single-viewrealreview .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6) + ul,
body.single-viewrealreview .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6) + ol,
body.single-viewrealreview .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6) + blockquote,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6) + p,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6) + ul,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6) + ol,
body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6) + blockquote,
body.single-view_notice .notice-single__content :is(h1, h2, h3, h4, h5, h6) + p,
body.single-view_notice .notice-single__content :is(h1, h2, h3, h4, h5, h6) + ul,
body.single-view_notice .notice-single__content :is(h1, h2, h3, h4, h5, h6) + ol,
body.single-view_notice .notice-single__content :is(h1, h2, h3, h4, h5, h6) + blockquote,
body.single-view_notice .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6) + p,
body.single-view_notice .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6) + ul,
body.single-view_notice .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6) + ol,
body.single-view_notice .notice-single__content.entry-content :is(h1, h2, h3, h4, h5, h6) + blockquote,
body.single-view_notice .single-blog-content :is(h1, h2, h3, h4, h5, h6) + p,
body.single-view_notice .single-blog-content :is(h1, h2, h3, h4, h5, h6) + ul,
body.single-view_notice .single-blog-content :is(h1, h2, h3, h4, h5, h6) + ol,
body.single-view_notice .single-blog-content :is(h1, h2, h3, h4, h5, h6) + blockquote,
body.single-view_notice .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6) + p,
body.single-view_notice .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6) + ul,
body.single-view_notice .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6) + ol,
body.single-view_notice .vrealreview-single__content :is(h1, h2, h3, h4, h5, h6) + blockquote,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6) + p,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6) + ul,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6) + ol,
body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content :is(h1, h2, h3, h4, h5, h6) + blockquote {
  margin-top: 0;
}

@media screen and (max-width: 1439.98px) {
  body.single-viewblog .notice-single__content,
  body.single-viewblog .notice-single__content.entry-content,
  body.single-viewblog .single-blog-content,
  body.single-viewblog .vrealreview-single__content,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content,
  body.single-viewrealreviews .notice-single__content,
  body.single-viewrealreviews .notice-single__content.entry-content,
  body.single-viewrealreviews .single-blog-content,
  body.single-viewrealreviews .vrealreview-single__content,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content,
  body.single-viewrealreview .notice-single__content,
  body.single-viewrealreview .notice-single__content.entry-content,
  body.single-viewrealreview .single-blog-content,
  body.single-viewrealreview .vrealreview-single__content,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content,
  body.single-view_notice .notice-single__content,
  body.single-view_notice .notice-single__content.entry-content,
  body.single-view_notice .single-blog-content,
  body.single-view_notice .vrealreview-single__content,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content {
    font-size: 17px;
  }
  body.single-viewblog .notice-single__content h1,
  body.single-viewblog .notice-single__content h1.wp-block-heading,
  body.single-viewblog .notice-single__content h1.elementor-heading-title,
  body.single-viewblog .notice-single__content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewblog .notice-single__content.entry-content h1,
  body.single-viewblog .notice-single__content.entry-content h1.wp-block-heading,
  body.single-viewblog .notice-single__content.entry-content h1.elementor-heading-title,
  body.single-viewblog .notice-single__content.entry-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewblog .single-blog-content h1,
  body.single-viewblog .single-blog-content h1.wp-block-heading,
  body.single-viewblog .single-blog-content h1.elementor-heading-title,
  body.single-viewblog .single-blog-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewblog .vrealreview-single__content h1,
  body.single-viewblog .vrealreview-single__content h1.wp-block-heading,
  body.single-viewblog .vrealreview-single__content h1.elementor-heading-title,
  body.single-viewblog .vrealreview-single__content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h1,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h1.wp-block-heading,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h1.elementor-heading-title,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content h1,
  body.single-viewrealreviews .notice-single__content h1.wp-block-heading,
  body.single-viewrealreviews .notice-single__content h1.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content.entry-content h1,
  body.single-viewrealreviews .notice-single__content.entry-content h1.wp-block-heading,
  body.single-viewrealreviews .notice-single__content.entry-content h1.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content.entry-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewrealreviews .single-blog-content h1,
  body.single-viewrealreviews .single-blog-content h1.wp-block-heading,
  body.single-viewrealreviews .single-blog-content h1.elementor-heading-title,
  body.single-viewrealreviews .single-blog-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewrealreviews .vrealreview-single__content h1,
  body.single-viewrealreviews .vrealreview-single__content h1.wp-block-heading,
  body.single-viewrealreviews .vrealreview-single__content h1.elementor-heading-title,
  body.single-viewrealreviews .vrealreview-single__content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h1,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h1.wp-block-heading,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h1.elementor-heading-title,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewrealreview .notice-single__content h1,
  body.single-viewrealreview .notice-single__content h1.wp-block-heading,
  body.single-viewrealreview .notice-single__content h1.elementor-heading-title,
  body.single-viewrealreview .notice-single__content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewrealreview .notice-single__content.entry-content h1,
  body.single-viewrealreview .notice-single__content.entry-content h1.wp-block-heading,
  body.single-viewrealreview .notice-single__content.entry-content h1.elementor-heading-title,
  body.single-viewrealreview .notice-single__content.entry-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewrealreview .single-blog-content h1,
  body.single-viewrealreview .single-blog-content h1.wp-block-heading,
  body.single-viewrealreview .single-blog-content h1.elementor-heading-title,
  body.single-viewrealreview .single-blog-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewrealreview .vrealreview-single__content h1,
  body.single-viewrealreview .vrealreview-single__content h1.wp-block-heading,
  body.single-viewrealreview .vrealreview-single__content h1.elementor-heading-title,
  body.single-viewrealreview .vrealreview-single__content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h1,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h1.wp-block-heading,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h1.elementor-heading-title,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-view_notice .notice-single__content h1,
  body.single-view_notice .notice-single__content h1.wp-block-heading,
  body.single-view_notice .notice-single__content h1.elementor-heading-title,
  body.single-view_notice .notice-single__content .elementor-widget-heading h1.elementor-heading-title,
  body.single-view_notice .notice-single__content.entry-content h1,
  body.single-view_notice .notice-single__content.entry-content h1.wp-block-heading,
  body.single-view_notice .notice-single__content.entry-content h1.elementor-heading-title,
  body.single-view_notice .notice-single__content.entry-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-view_notice .single-blog-content h1,
  body.single-view_notice .single-blog-content h1.wp-block-heading,
  body.single-view_notice .single-blog-content h1.elementor-heading-title,
  body.single-view_notice .single-blog-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-view_notice .vrealreview-single__content h1,
  body.single-view_notice .vrealreview-single__content h1.wp-block-heading,
  body.single-view_notice .vrealreview-single__content h1.elementor-heading-title,
  body.single-view_notice .vrealreview-single__content .elementor-widget-heading h1.elementor-heading-title,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h1,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h1.wp-block-heading,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h1.elementor-heading-title,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h1.elementor-heading-title {
    font-size: 28px;
    margin: 36px 0 18px;
  }
  body.single-viewblog .notice-single__content h2,
  body.single-viewblog .notice-single__content h2.wp-block-heading,
  body.single-viewblog .notice-single__content h2.elementor-heading-title,
  body.single-viewblog .notice-single__content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewblog .notice-single__content.entry-content h2,
  body.single-viewblog .notice-single__content.entry-content h2.wp-block-heading,
  body.single-viewblog .notice-single__content.entry-content h2.elementor-heading-title,
  body.single-viewblog .notice-single__content.entry-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewblog .single-blog-content h2,
  body.single-viewblog .single-blog-content h2.wp-block-heading,
  body.single-viewblog .single-blog-content h2.elementor-heading-title,
  body.single-viewblog .single-blog-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewblog .vrealreview-single__content h2,
  body.single-viewblog .vrealreview-single__content h2.wp-block-heading,
  body.single-viewblog .vrealreview-single__content h2.elementor-heading-title,
  body.single-viewblog .vrealreview-single__content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h2,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h2.wp-block-heading,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h2.elementor-heading-title,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content h2,
  body.single-viewrealreviews .notice-single__content h2.wp-block-heading,
  body.single-viewrealreviews .notice-single__content h2.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content.entry-content h2,
  body.single-viewrealreviews .notice-single__content.entry-content h2.wp-block-heading,
  body.single-viewrealreviews .notice-single__content.entry-content h2.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content.entry-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewrealreviews .single-blog-content h2,
  body.single-viewrealreviews .single-blog-content h2.wp-block-heading,
  body.single-viewrealreviews .single-blog-content h2.elementor-heading-title,
  body.single-viewrealreviews .single-blog-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewrealreviews .vrealreview-single__content h2,
  body.single-viewrealreviews .vrealreview-single__content h2.wp-block-heading,
  body.single-viewrealreviews .vrealreview-single__content h2.elementor-heading-title,
  body.single-viewrealreviews .vrealreview-single__content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h2,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h2.wp-block-heading,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h2.elementor-heading-title,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewrealreview .notice-single__content h2,
  body.single-viewrealreview .notice-single__content h2.wp-block-heading,
  body.single-viewrealreview .notice-single__content h2.elementor-heading-title,
  body.single-viewrealreview .notice-single__content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewrealreview .notice-single__content.entry-content h2,
  body.single-viewrealreview .notice-single__content.entry-content h2.wp-block-heading,
  body.single-viewrealreview .notice-single__content.entry-content h2.elementor-heading-title,
  body.single-viewrealreview .notice-single__content.entry-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewrealreview .single-blog-content h2,
  body.single-viewrealreview .single-blog-content h2.wp-block-heading,
  body.single-viewrealreview .single-blog-content h2.elementor-heading-title,
  body.single-viewrealreview .single-blog-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewrealreview .vrealreview-single__content h2,
  body.single-viewrealreview .vrealreview-single__content h2.wp-block-heading,
  body.single-viewrealreview .vrealreview-single__content h2.elementor-heading-title,
  body.single-viewrealreview .vrealreview-single__content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h2,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h2.wp-block-heading,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h2.elementor-heading-title,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-view_notice .notice-single__content h2,
  body.single-view_notice .notice-single__content h2.wp-block-heading,
  body.single-view_notice .notice-single__content h2.elementor-heading-title,
  body.single-view_notice .notice-single__content .elementor-widget-heading h2.elementor-heading-title,
  body.single-view_notice .notice-single__content.entry-content h2,
  body.single-view_notice .notice-single__content.entry-content h2.wp-block-heading,
  body.single-view_notice .notice-single__content.entry-content h2.elementor-heading-title,
  body.single-view_notice .notice-single__content.entry-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-view_notice .single-blog-content h2,
  body.single-view_notice .single-blog-content h2.wp-block-heading,
  body.single-view_notice .single-blog-content h2.elementor-heading-title,
  body.single-view_notice .single-blog-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-view_notice .vrealreview-single__content h2,
  body.single-view_notice .vrealreview-single__content h2.wp-block-heading,
  body.single-view_notice .vrealreview-single__content h2.elementor-heading-title,
  body.single-view_notice .vrealreview-single__content .elementor-widget-heading h2.elementor-heading-title,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h2,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h2.wp-block-heading,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h2.elementor-heading-title,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h2.elementor-heading-title {
    font-size: 23px;
    margin: 28px 0 14px;
  }
  body.single-viewblog .notice-single__content h3,
  body.single-viewblog .notice-single__content h3.wp-block-heading,
  body.single-viewblog .notice-single__content h3.elementor-heading-title,
  body.single-viewblog .notice-single__content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewblog .notice-single__content.entry-content h3,
  body.single-viewblog .notice-single__content.entry-content h3.wp-block-heading,
  body.single-viewblog .notice-single__content.entry-content h3.elementor-heading-title,
  body.single-viewblog .notice-single__content.entry-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewblog .single-blog-content h3,
  body.single-viewblog .single-blog-content h3.wp-block-heading,
  body.single-viewblog .single-blog-content h3.elementor-heading-title,
  body.single-viewblog .single-blog-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewblog .vrealreview-single__content h3,
  body.single-viewblog .vrealreview-single__content h3.wp-block-heading,
  body.single-viewblog .vrealreview-single__content h3.elementor-heading-title,
  body.single-viewblog .vrealreview-single__content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h3,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h3.wp-block-heading,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h3.elementor-heading-title,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content h3,
  body.single-viewrealreviews .notice-single__content h3.wp-block-heading,
  body.single-viewrealreviews .notice-single__content h3.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content.entry-content h3,
  body.single-viewrealreviews .notice-single__content.entry-content h3.wp-block-heading,
  body.single-viewrealreviews .notice-single__content.entry-content h3.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content.entry-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewrealreviews .single-blog-content h3,
  body.single-viewrealreviews .single-blog-content h3.wp-block-heading,
  body.single-viewrealreviews .single-blog-content h3.elementor-heading-title,
  body.single-viewrealreviews .single-blog-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewrealreviews .vrealreview-single__content h3,
  body.single-viewrealreviews .vrealreview-single__content h3.wp-block-heading,
  body.single-viewrealreviews .vrealreview-single__content h3.elementor-heading-title,
  body.single-viewrealreviews .vrealreview-single__content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h3,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h3.wp-block-heading,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h3.elementor-heading-title,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewrealreview .notice-single__content h3,
  body.single-viewrealreview .notice-single__content h3.wp-block-heading,
  body.single-viewrealreview .notice-single__content h3.elementor-heading-title,
  body.single-viewrealreview .notice-single__content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewrealreview .notice-single__content.entry-content h3,
  body.single-viewrealreview .notice-single__content.entry-content h3.wp-block-heading,
  body.single-viewrealreview .notice-single__content.entry-content h3.elementor-heading-title,
  body.single-viewrealreview .notice-single__content.entry-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewrealreview .single-blog-content h3,
  body.single-viewrealreview .single-blog-content h3.wp-block-heading,
  body.single-viewrealreview .single-blog-content h3.elementor-heading-title,
  body.single-viewrealreview .single-blog-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewrealreview .vrealreview-single__content h3,
  body.single-viewrealreview .vrealreview-single__content h3.wp-block-heading,
  body.single-viewrealreview .vrealreview-single__content h3.elementor-heading-title,
  body.single-viewrealreview .vrealreview-single__content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h3,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h3.wp-block-heading,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h3.elementor-heading-title,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-view_notice .notice-single__content h3,
  body.single-view_notice .notice-single__content h3.wp-block-heading,
  body.single-view_notice .notice-single__content h3.elementor-heading-title,
  body.single-view_notice .notice-single__content .elementor-widget-heading h3.elementor-heading-title,
  body.single-view_notice .notice-single__content.entry-content h3,
  body.single-view_notice .notice-single__content.entry-content h3.wp-block-heading,
  body.single-view_notice .notice-single__content.entry-content h3.elementor-heading-title,
  body.single-view_notice .notice-single__content.entry-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-view_notice .single-blog-content h3,
  body.single-view_notice .single-blog-content h3.wp-block-heading,
  body.single-view_notice .single-blog-content h3.elementor-heading-title,
  body.single-view_notice .single-blog-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-view_notice .vrealreview-single__content h3,
  body.single-view_notice .vrealreview-single__content h3.wp-block-heading,
  body.single-view_notice .vrealreview-single__content h3.elementor-heading-title,
  body.single-view_notice .vrealreview-single__content .elementor-widget-heading h3.elementor-heading-title,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h3,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h3.wp-block-heading,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h3.elementor-heading-title,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h3.elementor-heading-title {
    font-size: 20px;
    margin: 24px 0 12px;
  }
  body.single-viewblog .notice-single__content h4,
  body.single-viewblog .notice-single__content h4.wp-block-heading,
  body.single-viewblog .notice-single__content h4.elementor-heading-title,
  body.single-viewblog .notice-single__content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewblog .notice-single__content.entry-content h4,
  body.single-viewblog .notice-single__content.entry-content h4.wp-block-heading,
  body.single-viewblog .notice-single__content.entry-content h4.elementor-heading-title,
  body.single-viewblog .notice-single__content.entry-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewblog .single-blog-content h4,
  body.single-viewblog .single-blog-content h4.wp-block-heading,
  body.single-viewblog .single-blog-content h4.elementor-heading-title,
  body.single-viewblog .single-blog-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewblog .vrealreview-single__content h4,
  body.single-viewblog .vrealreview-single__content h4.wp-block-heading,
  body.single-viewblog .vrealreview-single__content h4.elementor-heading-title,
  body.single-viewblog .vrealreview-single__content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h4,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h4.wp-block-heading,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h4.elementor-heading-title,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content h4,
  body.single-viewrealreviews .notice-single__content h4.wp-block-heading,
  body.single-viewrealreviews .notice-single__content h4.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content.entry-content h4,
  body.single-viewrealreviews .notice-single__content.entry-content h4.wp-block-heading,
  body.single-viewrealreviews .notice-single__content.entry-content h4.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content.entry-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewrealreviews .single-blog-content h4,
  body.single-viewrealreviews .single-blog-content h4.wp-block-heading,
  body.single-viewrealreviews .single-blog-content h4.elementor-heading-title,
  body.single-viewrealreviews .single-blog-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewrealreviews .vrealreview-single__content h4,
  body.single-viewrealreviews .vrealreview-single__content h4.wp-block-heading,
  body.single-viewrealreviews .vrealreview-single__content h4.elementor-heading-title,
  body.single-viewrealreviews .vrealreview-single__content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h4,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h4.wp-block-heading,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h4.elementor-heading-title,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewrealreview .notice-single__content h4,
  body.single-viewrealreview .notice-single__content h4.wp-block-heading,
  body.single-viewrealreview .notice-single__content h4.elementor-heading-title,
  body.single-viewrealreview .notice-single__content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewrealreview .notice-single__content.entry-content h4,
  body.single-viewrealreview .notice-single__content.entry-content h4.wp-block-heading,
  body.single-viewrealreview .notice-single__content.entry-content h4.elementor-heading-title,
  body.single-viewrealreview .notice-single__content.entry-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewrealreview .single-blog-content h4,
  body.single-viewrealreview .single-blog-content h4.wp-block-heading,
  body.single-viewrealreview .single-blog-content h4.elementor-heading-title,
  body.single-viewrealreview .single-blog-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewrealreview .vrealreview-single__content h4,
  body.single-viewrealreview .vrealreview-single__content h4.wp-block-heading,
  body.single-viewrealreview .vrealreview-single__content h4.elementor-heading-title,
  body.single-viewrealreview .vrealreview-single__content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h4,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h4.wp-block-heading,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h4.elementor-heading-title,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-view_notice .notice-single__content h4,
  body.single-view_notice .notice-single__content h4.wp-block-heading,
  body.single-view_notice .notice-single__content h4.elementor-heading-title,
  body.single-view_notice .notice-single__content .elementor-widget-heading h4.elementor-heading-title,
  body.single-view_notice .notice-single__content.entry-content h4,
  body.single-view_notice .notice-single__content.entry-content h4.wp-block-heading,
  body.single-view_notice .notice-single__content.entry-content h4.elementor-heading-title,
  body.single-view_notice .notice-single__content.entry-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-view_notice .single-blog-content h4,
  body.single-view_notice .single-blog-content h4.wp-block-heading,
  body.single-view_notice .single-blog-content h4.elementor-heading-title,
  body.single-view_notice .single-blog-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-view_notice .vrealreview-single__content h4,
  body.single-view_notice .vrealreview-single__content h4.wp-block-heading,
  body.single-view_notice .vrealreview-single__content h4.elementor-heading-title,
  body.single-view_notice .vrealreview-single__content .elementor-widget-heading h4.elementor-heading-title,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h4,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h4.wp-block-heading,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h4.elementor-heading-title,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h4.elementor-heading-title {
    font-size: 18px;
  }
  body.single-viewblog .notice-single__content p,
  body.single-viewblog .notice-single__content.entry-content p,
  body.single-viewblog .single-blog-content p,
  body.single-viewblog .vrealreview-single__content p,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content p,
  body.single-viewrealreviews .notice-single__content p,
  body.single-viewrealreviews .notice-single__content.entry-content p,
  body.single-viewrealreviews .single-blog-content p,
  body.single-viewrealreviews .vrealreview-single__content p,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content p,
  body.single-viewrealreview .notice-single__content p,
  body.single-viewrealreview .notice-single__content.entry-content p,
  body.single-viewrealreview .single-blog-content p,
  body.single-viewrealreview .vrealreview-single__content p,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content p,
  body.single-view_notice .notice-single__content p,
  body.single-view_notice .notice-single__content.entry-content p,
  body.single-view_notice .single-blog-content p,
  body.single-view_notice .vrealreview-single__content p,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content p {
    font-size: 17px;
  }
  body.single-viewblog .notice-single__content blockquote,
  body.single-viewblog .notice-single__content.entry-content blockquote,
  body.single-viewblog .single-blog-content blockquote,
  body.single-viewblog .vrealreview-single__content blockquote,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content blockquote,
  body.single-viewrealreviews .notice-single__content blockquote,
  body.single-viewrealreviews .notice-single__content.entry-content blockquote,
  body.single-viewrealreviews .single-blog-content blockquote,
  body.single-viewrealreviews .vrealreview-single__content blockquote,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content blockquote,
  body.single-viewrealreview .notice-single__content blockquote,
  body.single-viewrealreview .notice-single__content.entry-content blockquote,
  body.single-viewrealreview .single-blog-content blockquote,
  body.single-viewrealreview .vrealreview-single__content blockquote,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content blockquote,
  body.single-view_notice .notice-single__content blockquote,
  body.single-view_notice .notice-single__content.entry-content blockquote,
  body.single-view_notice .single-blog-content blockquote,
  body.single-view_notice .vrealreview-single__content blockquote,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content blockquote {
    font-size: 16px;
    padding: 14px 18px;
  }
}
@media screen and (max-width: 767.98px) {
  body.single-viewblog .notice-single__content,
  body.single-viewblog .notice-single__content.entry-content,
  body.single-viewblog .single-blog-content,
  body.single-viewblog .vrealreview-single__content,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content,
  body.single-viewrealreviews .notice-single__content,
  body.single-viewrealreviews .notice-single__content.entry-content,
  body.single-viewrealreviews .single-blog-content,
  body.single-viewrealreviews .vrealreview-single__content,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content,
  body.single-viewrealreview .notice-single__content,
  body.single-viewrealreview .notice-single__content.entry-content,
  body.single-viewrealreview .single-blog-content,
  body.single-viewrealreview .vrealreview-single__content,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content,
  body.single-view_notice .notice-single__content,
  body.single-view_notice .notice-single__content.entry-content,
  body.single-view_notice .single-blog-content,
  body.single-view_notice .vrealreview-single__content,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content {
    font-size: 16px;
  }
  body.single-viewblog .notice-single__content h1,
  body.single-viewblog .notice-single__content h1.wp-block-heading,
  body.single-viewblog .notice-single__content h1.elementor-heading-title,
  body.single-viewblog .notice-single__content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewblog .notice-single__content.entry-content h1,
  body.single-viewblog .notice-single__content.entry-content h1.wp-block-heading,
  body.single-viewblog .notice-single__content.entry-content h1.elementor-heading-title,
  body.single-viewblog .notice-single__content.entry-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewblog .single-blog-content h1,
  body.single-viewblog .single-blog-content h1.wp-block-heading,
  body.single-viewblog .single-blog-content h1.elementor-heading-title,
  body.single-viewblog .single-blog-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewblog .vrealreview-single__content h1,
  body.single-viewblog .vrealreview-single__content h1.wp-block-heading,
  body.single-viewblog .vrealreview-single__content h1.elementor-heading-title,
  body.single-viewblog .vrealreview-single__content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h1,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h1.wp-block-heading,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h1.elementor-heading-title,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content h1,
  body.single-viewrealreviews .notice-single__content h1.wp-block-heading,
  body.single-viewrealreviews .notice-single__content h1.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content.entry-content h1,
  body.single-viewrealreviews .notice-single__content.entry-content h1.wp-block-heading,
  body.single-viewrealreviews .notice-single__content.entry-content h1.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content.entry-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewrealreviews .single-blog-content h1,
  body.single-viewrealreviews .single-blog-content h1.wp-block-heading,
  body.single-viewrealreviews .single-blog-content h1.elementor-heading-title,
  body.single-viewrealreviews .single-blog-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewrealreviews .vrealreview-single__content h1,
  body.single-viewrealreviews .vrealreview-single__content h1.wp-block-heading,
  body.single-viewrealreviews .vrealreview-single__content h1.elementor-heading-title,
  body.single-viewrealreviews .vrealreview-single__content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h1,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h1.wp-block-heading,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h1.elementor-heading-title,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewrealreview .notice-single__content h1,
  body.single-viewrealreview .notice-single__content h1.wp-block-heading,
  body.single-viewrealreview .notice-single__content h1.elementor-heading-title,
  body.single-viewrealreview .notice-single__content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewrealreview .notice-single__content.entry-content h1,
  body.single-viewrealreview .notice-single__content.entry-content h1.wp-block-heading,
  body.single-viewrealreview .notice-single__content.entry-content h1.elementor-heading-title,
  body.single-viewrealreview .notice-single__content.entry-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewrealreview .single-blog-content h1,
  body.single-viewrealreview .single-blog-content h1.wp-block-heading,
  body.single-viewrealreview .single-blog-content h1.elementor-heading-title,
  body.single-viewrealreview .single-blog-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewrealreview .vrealreview-single__content h1,
  body.single-viewrealreview .vrealreview-single__content h1.wp-block-heading,
  body.single-viewrealreview .vrealreview-single__content h1.elementor-heading-title,
  body.single-viewrealreview .vrealreview-single__content .elementor-widget-heading h1.elementor-heading-title,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h1,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h1.wp-block-heading,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h1.elementor-heading-title,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-view_notice .notice-single__content h1,
  body.single-view_notice .notice-single__content h1.wp-block-heading,
  body.single-view_notice .notice-single__content h1.elementor-heading-title,
  body.single-view_notice .notice-single__content .elementor-widget-heading h1.elementor-heading-title,
  body.single-view_notice .notice-single__content.entry-content h1,
  body.single-view_notice .notice-single__content.entry-content h1.wp-block-heading,
  body.single-view_notice .notice-single__content.entry-content h1.elementor-heading-title,
  body.single-view_notice .notice-single__content.entry-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-view_notice .single-blog-content h1,
  body.single-view_notice .single-blog-content h1.wp-block-heading,
  body.single-view_notice .single-blog-content h1.elementor-heading-title,
  body.single-view_notice .single-blog-content .elementor-widget-heading h1.elementor-heading-title,
  body.single-view_notice .vrealreview-single__content h1,
  body.single-view_notice .vrealreview-single__content h1.wp-block-heading,
  body.single-view_notice .vrealreview-single__content h1.elementor-heading-title,
  body.single-view_notice .vrealreview-single__content .elementor-widget-heading h1.elementor-heading-title,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h1,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h1.wp-block-heading,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h1.elementor-heading-title,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h1.elementor-heading-title {
    font-size: 26px;
    margin: 32px 0 16px;
  }
  body.single-viewblog .notice-single__content h2,
  body.single-viewblog .notice-single__content h2.wp-block-heading,
  body.single-viewblog .notice-single__content h2.elementor-heading-title,
  body.single-viewblog .notice-single__content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewblog .notice-single__content.entry-content h2,
  body.single-viewblog .notice-single__content.entry-content h2.wp-block-heading,
  body.single-viewblog .notice-single__content.entry-content h2.elementor-heading-title,
  body.single-viewblog .notice-single__content.entry-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewblog .single-blog-content h2,
  body.single-viewblog .single-blog-content h2.wp-block-heading,
  body.single-viewblog .single-blog-content h2.elementor-heading-title,
  body.single-viewblog .single-blog-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewblog .vrealreview-single__content h2,
  body.single-viewblog .vrealreview-single__content h2.wp-block-heading,
  body.single-viewblog .vrealreview-single__content h2.elementor-heading-title,
  body.single-viewblog .vrealreview-single__content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h2,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h2.wp-block-heading,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h2.elementor-heading-title,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content h2,
  body.single-viewrealreviews .notice-single__content h2.wp-block-heading,
  body.single-viewrealreviews .notice-single__content h2.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content.entry-content h2,
  body.single-viewrealreviews .notice-single__content.entry-content h2.wp-block-heading,
  body.single-viewrealreviews .notice-single__content.entry-content h2.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content.entry-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewrealreviews .single-blog-content h2,
  body.single-viewrealreviews .single-blog-content h2.wp-block-heading,
  body.single-viewrealreviews .single-blog-content h2.elementor-heading-title,
  body.single-viewrealreviews .single-blog-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewrealreviews .vrealreview-single__content h2,
  body.single-viewrealreviews .vrealreview-single__content h2.wp-block-heading,
  body.single-viewrealreviews .vrealreview-single__content h2.elementor-heading-title,
  body.single-viewrealreviews .vrealreview-single__content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h2,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h2.wp-block-heading,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h2.elementor-heading-title,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewrealreview .notice-single__content h2,
  body.single-viewrealreview .notice-single__content h2.wp-block-heading,
  body.single-viewrealreview .notice-single__content h2.elementor-heading-title,
  body.single-viewrealreview .notice-single__content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewrealreview .notice-single__content.entry-content h2,
  body.single-viewrealreview .notice-single__content.entry-content h2.wp-block-heading,
  body.single-viewrealreview .notice-single__content.entry-content h2.elementor-heading-title,
  body.single-viewrealreview .notice-single__content.entry-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewrealreview .single-blog-content h2,
  body.single-viewrealreview .single-blog-content h2.wp-block-heading,
  body.single-viewrealreview .single-blog-content h2.elementor-heading-title,
  body.single-viewrealreview .single-blog-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewrealreview .vrealreview-single__content h2,
  body.single-viewrealreview .vrealreview-single__content h2.wp-block-heading,
  body.single-viewrealreview .vrealreview-single__content h2.elementor-heading-title,
  body.single-viewrealreview .vrealreview-single__content .elementor-widget-heading h2.elementor-heading-title,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h2,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h2.wp-block-heading,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h2.elementor-heading-title,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-view_notice .notice-single__content h2,
  body.single-view_notice .notice-single__content h2.wp-block-heading,
  body.single-view_notice .notice-single__content h2.elementor-heading-title,
  body.single-view_notice .notice-single__content .elementor-widget-heading h2.elementor-heading-title,
  body.single-view_notice .notice-single__content.entry-content h2,
  body.single-view_notice .notice-single__content.entry-content h2.wp-block-heading,
  body.single-view_notice .notice-single__content.entry-content h2.elementor-heading-title,
  body.single-view_notice .notice-single__content.entry-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-view_notice .single-blog-content h2,
  body.single-view_notice .single-blog-content h2.wp-block-heading,
  body.single-view_notice .single-blog-content h2.elementor-heading-title,
  body.single-view_notice .single-blog-content .elementor-widget-heading h2.elementor-heading-title,
  body.single-view_notice .vrealreview-single__content h2,
  body.single-view_notice .vrealreview-single__content h2.wp-block-heading,
  body.single-view_notice .vrealreview-single__content h2.elementor-heading-title,
  body.single-view_notice .vrealreview-single__content .elementor-widget-heading h2.elementor-heading-title,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h2,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h2.wp-block-heading,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h2.elementor-heading-title,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h2.elementor-heading-title {
    font-size: 22px;
    margin: 28px 0 14px;
  }
  body.single-viewblog .notice-single__content h3,
  body.single-viewblog .notice-single__content h3.wp-block-heading,
  body.single-viewblog .notice-single__content h3.elementor-heading-title,
  body.single-viewblog .notice-single__content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewblog .notice-single__content.entry-content h3,
  body.single-viewblog .notice-single__content.entry-content h3.wp-block-heading,
  body.single-viewblog .notice-single__content.entry-content h3.elementor-heading-title,
  body.single-viewblog .notice-single__content.entry-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewblog .single-blog-content h3,
  body.single-viewblog .single-blog-content h3.wp-block-heading,
  body.single-viewblog .single-blog-content h3.elementor-heading-title,
  body.single-viewblog .single-blog-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewblog .vrealreview-single__content h3,
  body.single-viewblog .vrealreview-single__content h3.wp-block-heading,
  body.single-viewblog .vrealreview-single__content h3.elementor-heading-title,
  body.single-viewblog .vrealreview-single__content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h3,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h3.wp-block-heading,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h3.elementor-heading-title,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content h3,
  body.single-viewrealreviews .notice-single__content h3.wp-block-heading,
  body.single-viewrealreviews .notice-single__content h3.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content.entry-content h3,
  body.single-viewrealreviews .notice-single__content.entry-content h3.wp-block-heading,
  body.single-viewrealreviews .notice-single__content.entry-content h3.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content.entry-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewrealreviews .single-blog-content h3,
  body.single-viewrealreviews .single-blog-content h3.wp-block-heading,
  body.single-viewrealreviews .single-blog-content h3.elementor-heading-title,
  body.single-viewrealreviews .single-blog-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewrealreviews .vrealreview-single__content h3,
  body.single-viewrealreviews .vrealreview-single__content h3.wp-block-heading,
  body.single-viewrealreviews .vrealreview-single__content h3.elementor-heading-title,
  body.single-viewrealreviews .vrealreview-single__content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h3,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h3.wp-block-heading,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h3.elementor-heading-title,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewrealreview .notice-single__content h3,
  body.single-viewrealreview .notice-single__content h3.wp-block-heading,
  body.single-viewrealreview .notice-single__content h3.elementor-heading-title,
  body.single-viewrealreview .notice-single__content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewrealreview .notice-single__content.entry-content h3,
  body.single-viewrealreview .notice-single__content.entry-content h3.wp-block-heading,
  body.single-viewrealreview .notice-single__content.entry-content h3.elementor-heading-title,
  body.single-viewrealreview .notice-single__content.entry-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewrealreview .single-blog-content h3,
  body.single-viewrealreview .single-blog-content h3.wp-block-heading,
  body.single-viewrealreview .single-blog-content h3.elementor-heading-title,
  body.single-viewrealreview .single-blog-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewrealreview .vrealreview-single__content h3,
  body.single-viewrealreview .vrealreview-single__content h3.wp-block-heading,
  body.single-viewrealreview .vrealreview-single__content h3.elementor-heading-title,
  body.single-viewrealreview .vrealreview-single__content .elementor-widget-heading h3.elementor-heading-title,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h3,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h3.wp-block-heading,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h3.elementor-heading-title,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-view_notice .notice-single__content h3,
  body.single-view_notice .notice-single__content h3.wp-block-heading,
  body.single-view_notice .notice-single__content h3.elementor-heading-title,
  body.single-view_notice .notice-single__content .elementor-widget-heading h3.elementor-heading-title,
  body.single-view_notice .notice-single__content.entry-content h3,
  body.single-view_notice .notice-single__content.entry-content h3.wp-block-heading,
  body.single-view_notice .notice-single__content.entry-content h3.elementor-heading-title,
  body.single-view_notice .notice-single__content.entry-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-view_notice .single-blog-content h3,
  body.single-view_notice .single-blog-content h3.wp-block-heading,
  body.single-view_notice .single-blog-content h3.elementor-heading-title,
  body.single-view_notice .single-blog-content .elementor-widget-heading h3.elementor-heading-title,
  body.single-view_notice .vrealreview-single__content h3,
  body.single-view_notice .vrealreview-single__content h3.wp-block-heading,
  body.single-view_notice .vrealreview-single__content h3.elementor-heading-title,
  body.single-view_notice .vrealreview-single__content .elementor-widget-heading h3.elementor-heading-title,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h3,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h3.wp-block-heading,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h3.elementor-heading-title,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h3.elementor-heading-title {
    font-size: 19px;
    margin: 24px 0 12px;
  }
  body.single-viewblog .notice-single__content h4,
  body.single-viewblog .notice-single__content h4.wp-block-heading,
  body.single-viewblog .notice-single__content h4.elementor-heading-title,
  body.single-viewblog .notice-single__content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewblog .notice-single__content.entry-content h4,
  body.single-viewblog .notice-single__content.entry-content h4.wp-block-heading,
  body.single-viewblog .notice-single__content.entry-content h4.elementor-heading-title,
  body.single-viewblog .notice-single__content.entry-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewblog .single-blog-content h4,
  body.single-viewblog .single-blog-content h4.wp-block-heading,
  body.single-viewblog .single-blog-content h4.elementor-heading-title,
  body.single-viewblog .single-blog-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewblog .vrealreview-single__content h4,
  body.single-viewblog .vrealreview-single__content h4.wp-block-heading,
  body.single-viewblog .vrealreview-single__content h4.elementor-heading-title,
  body.single-viewblog .vrealreview-single__content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h4,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h4.wp-block-heading,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h4.elementor-heading-title,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content h4,
  body.single-viewrealreviews .notice-single__content h4.wp-block-heading,
  body.single-viewrealreviews .notice-single__content h4.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content.entry-content h4,
  body.single-viewrealreviews .notice-single__content.entry-content h4.wp-block-heading,
  body.single-viewrealreviews .notice-single__content.entry-content h4.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content.entry-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewrealreviews .single-blog-content h4,
  body.single-viewrealreviews .single-blog-content h4.wp-block-heading,
  body.single-viewrealreviews .single-blog-content h4.elementor-heading-title,
  body.single-viewrealreviews .single-blog-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewrealreviews .vrealreview-single__content h4,
  body.single-viewrealreviews .vrealreview-single__content h4.wp-block-heading,
  body.single-viewrealreviews .vrealreview-single__content h4.elementor-heading-title,
  body.single-viewrealreviews .vrealreview-single__content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h4,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h4.wp-block-heading,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h4.elementor-heading-title,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewrealreview .notice-single__content h4,
  body.single-viewrealreview .notice-single__content h4.wp-block-heading,
  body.single-viewrealreview .notice-single__content h4.elementor-heading-title,
  body.single-viewrealreview .notice-single__content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewrealreview .notice-single__content.entry-content h4,
  body.single-viewrealreview .notice-single__content.entry-content h4.wp-block-heading,
  body.single-viewrealreview .notice-single__content.entry-content h4.elementor-heading-title,
  body.single-viewrealreview .notice-single__content.entry-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewrealreview .single-blog-content h4,
  body.single-viewrealreview .single-blog-content h4.wp-block-heading,
  body.single-viewrealreview .single-blog-content h4.elementor-heading-title,
  body.single-viewrealreview .single-blog-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewrealreview .vrealreview-single__content h4,
  body.single-viewrealreview .vrealreview-single__content h4.wp-block-heading,
  body.single-viewrealreview .vrealreview-single__content h4.elementor-heading-title,
  body.single-viewrealreview .vrealreview-single__content .elementor-widget-heading h4.elementor-heading-title,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h4,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h4.wp-block-heading,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h4.elementor-heading-title,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-view_notice .notice-single__content h4,
  body.single-view_notice .notice-single__content h4.wp-block-heading,
  body.single-view_notice .notice-single__content h4.elementor-heading-title,
  body.single-view_notice .notice-single__content .elementor-widget-heading h4.elementor-heading-title,
  body.single-view_notice .notice-single__content.entry-content h4,
  body.single-view_notice .notice-single__content.entry-content h4.wp-block-heading,
  body.single-view_notice .notice-single__content.entry-content h4.elementor-heading-title,
  body.single-view_notice .notice-single__content.entry-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-view_notice .single-blog-content h4,
  body.single-view_notice .single-blog-content h4.wp-block-heading,
  body.single-view_notice .single-blog-content h4.elementor-heading-title,
  body.single-view_notice .single-blog-content .elementor-widget-heading h4.elementor-heading-title,
  body.single-view_notice .vrealreview-single__content h4,
  body.single-view_notice .vrealreview-single__content h4.wp-block-heading,
  body.single-view_notice .vrealreview-single__content h4.elementor-heading-title,
  body.single-view_notice .vrealreview-single__content .elementor-widget-heading h4.elementor-heading-title,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h4,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h4.wp-block-heading,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h4.elementor-heading-title,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h4.elementor-heading-title {
    font-size: 17px;
    margin: 20px 0 10px;
  }
  body.single-viewblog .notice-single__content h5,
  body.single-viewblog .notice-single__content h5.wp-block-heading,
  body.single-viewblog .notice-single__content h5.elementor-heading-title,
  body.single-viewblog .notice-single__content .elementor-widget-heading h5.elementor-heading-title,
  body.single-viewblog .notice-single__content.entry-content h5,
  body.single-viewblog .notice-single__content.entry-content h5.wp-block-heading,
  body.single-viewblog .notice-single__content.entry-content h5.elementor-heading-title,
  body.single-viewblog .notice-single__content.entry-content .elementor-widget-heading h5.elementor-heading-title,
  body.single-viewblog .single-blog-content h5,
  body.single-viewblog .single-blog-content h5.wp-block-heading,
  body.single-viewblog .single-blog-content h5.elementor-heading-title,
  body.single-viewblog .single-blog-content .elementor-widget-heading h5.elementor-heading-title,
  body.single-viewblog .vrealreview-single__content h5,
  body.single-viewblog .vrealreview-single__content h5.wp-block-heading,
  body.single-viewblog .vrealreview-single__content h5.elementor-heading-title,
  body.single-viewblog .vrealreview-single__content .elementor-widget-heading h5.elementor-heading-title,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h5,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h5.wp-block-heading,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h5.elementor-heading-title,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h5.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content h5,
  body.single-viewrealreviews .notice-single__content h5.wp-block-heading,
  body.single-viewrealreviews .notice-single__content h5.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content .elementor-widget-heading h5.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content.entry-content h5,
  body.single-viewrealreviews .notice-single__content.entry-content h5.wp-block-heading,
  body.single-viewrealreviews .notice-single__content.entry-content h5.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content.entry-content .elementor-widget-heading h5.elementor-heading-title,
  body.single-viewrealreviews .single-blog-content h5,
  body.single-viewrealreviews .single-blog-content h5.wp-block-heading,
  body.single-viewrealreviews .single-blog-content h5.elementor-heading-title,
  body.single-viewrealreviews .single-blog-content .elementor-widget-heading h5.elementor-heading-title,
  body.single-viewrealreviews .vrealreview-single__content h5,
  body.single-viewrealreviews .vrealreview-single__content h5.wp-block-heading,
  body.single-viewrealreviews .vrealreview-single__content h5.elementor-heading-title,
  body.single-viewrealreviews .vrealreview-single__content .elementor-widget-heading h5.elementor-heading-title,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h5,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h5.wp-block-heading,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h5.elementor-heading-title,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h5.elementor-heading-title,
  body.single-viewrealreview .notice-single__content h5,
  body.single-viewrealreview .notice-single__content h5.wp-block-heading,
  body.single-viewrealreview .notice-single__content h5.elementor-heading-title,
  body.single-viewrealreview .notice-single__content .elementor-widget-heading h5.elementor-heading-title,
  body.single-viewrealreview .notice-single__content.entry-content h5,
  body.single-viewrealreview .notice-single__content.entry-content h5.wp-block-heading,
  body.single-viewrealreview .notice-single__content.entry-content h5.elementor-heading-title,
  body.single-viewrealreview .notice-single__content.entry-content .elementor-widget-heading h5.elementor-heading-title,
  body.single-viewrealreview .single-blog-content h5,
  body.single-viewrealreview .single-blog-content h5.wp-block-heading,
  body.single-viewrealreview .single-blog-content h5.elementor-heading-title,
  body.single-viewrealreview .single-blog-content .elementor-widget-heading h5.elementor-heading-title,
  body.single-viewrealreview .vrealreview-single__content h5,
  body.single-viewrealreview .vrealreview-single__content h5.wp-block-heading,
  body.single-viewrealreview .vrealreview-single__content h5.elementor-heading-title,
  body.single-viewrealreview .vrealreview-single__content .elementor-widget-heading h5.elementor-heading-title,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h5,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h5.wp-block-heading,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h5.elementor-heading-title,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h5.elementor-heading-title,
  body.single-view_notice .notice-single__content h5,
  body.single-view_notice .notice-single__content h5.wp-block-heading,
  body.single-view_notice .notice-single__content h5.elementor-heading-title,
  body.single-view_notice .notice-single__content .elementor-widget-heading h5.elementor-heading-title,
  body.single-view_notice .notice-single__content.entry-content h5,
  body.single-view_notice .notice-single__content.entry-content h5.wp-block-heading,
  body.single-view_notice .notice-single__content.entry-content h5.elementor-heading-title,
  body.single-view_notice .notice-single__content.entry-content .elementor-widget-heading h5.elementor-heading-title,
  body.single-view_notice .single-blog-content h5,
  body.single-view_notice .single-blog-content h5.wp-block-heading,
  body.single-view_notice .single-blog-content h5.elementor-heading-title,
  body.single-view_notice .single-blog-content .elementor-widget-heading h5.elementor-heading-title,
  body.single-view_notice .vrealreview-single__content h5,
  body.single-view_notice .vrealreview-single__content h5.wp-block-heading,
  body.single-view_notice .vrealreview-single__content h5.elementor-heading-title,
  body.single-view_notice .vrealreview-single__content .elementor-widget-heading h5.elementor-heading-title,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h5,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h5.wp-block-heading,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h5.elementor-heading-title,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h5.elementor-heading-title {
    font-size: 15px;
  }
  body.single-viewblog .notice-single__content h6,
  body.single-viewblog .notice-single__content h6.wp-block-heading,
  body.single-viewblog .notice-single__content h6.elementor-heading-title,
  body.single-viewblog .notice-single__content .elementor-widget-heading h6.elementor-heading-title,
  body.single-viewblog .notice-single__content.entry-content h6,
  body.single-viewblog .notice-single__content.entry-content h6.wp-block-heading,
  body.single-viewblog .notice-single__content.entry-content h6.elementor-heading-title,
  body.single-viewblog .notice-single__content.entry-content .elementor-widget-heading h6.elementor-heading-title,
  body.single-viewblog .single-blog-content h6,
  body.single-viewblog .single-blog-content h6.wp-block-heading,
  body.single-viewblog .single-blog-content h6.elementor-heading-title,
  body.single-viewblog .single-blog-content .elementor-widget-heading h6.elementor-heading-title,
  body.single-viewblog .vrealreview-single__content h6,
  body.single-viewblog .vrealreview-single__content h6.wp-block-heading,
  body.single-viewblog .vrealreview-single__content h6.elementor-heading-title,
  body.single-viewblog .vrealreview-single__content .elementor-widget-heading h6.elementor-heading-title,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h6,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h6.wp-block-heading,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content h6.elementor-heading-title,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h6.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content h6,
  body.single-viewrealreviews .notice-single__content h6.wp-block-heading,
  body.single-viewrealreviews .notice-single__content h6.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content .elementor-widget-heading h6.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content.entry-content h6,
  body.single-viewrealreviews .notice-single__content.entry-content h6.wp-block-heading,
  body.single-viewrealreviews .notice-single__content.entry-content h6.elementor-heading-title,
  body.single-viewrealreviews .notice-single__content.entry-content .elementor-widget-heading h6.elementor-heading-title,
  body.single-viewrealreviews .single-blog-content h6,
  body.single-viewrealreviews .single-blog-content h6.wp-block-heading,
  body.single-viewrealreviews .single-blog-content h6.elementor-heading-title,
  body.single-viewrealreviews .single-blog-content .elementor-widget-heading h6.elementor-heading-title,
  body.single-viewrealreviews .vrealreview-single__content h6,
  body.single-viewrealreviews .vrealreview-single__content h6.wp-block-heading,
  body.single-viewrealreviews .vrealreview-single__content h6.elementor-heading-title,
  body.single-viewrealreviews .vrealreview-single__content .elementor-widget-heading h6.elementor-heading-title,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h6,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h6.wp-block-heading,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content h6.elementor-heading-title,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h6.elementor-heading-title,
  body.single-viewrealreview .notice-single__content h6,
  body.single-viewrealreview .notice-single__content h6.wp-block-heading,
  body.single-viewrealreview .notice-single__content h6.elementor-heading-title,
  body.single-viewrealreview .notice-single__content .elementor-widget-heading h6.elementor-heading-title,
  body.single-viewrealreview .notice-single__content.entry-content h6,
  body.single-viewrealreview .notice-single__content.entry-content h6.wp-block-heading,
  body.single-viewrealreview .notice-single__content.entry-content h6.elementor-heading-title,
  body.single-viewrealreview .notice-single__content.entry-content .elementor-widget-heading h6.elementor-heading-title,
  body.single-viewrealreview .single-blog-content h6,
  body.single-viewrealreview .single-blog-content h6.wp-block-heading,
  body.single-viewrealreview .single-blog-content h6.elementor-heading-title,
  body.single-viewrealreview .single-blog-content .elementor-widget-heading h6.elementor-heading-title,
  body.single-viewrealreview .vrealreview-single__content h6,
  body.single-viewrealreview .vrealreview-single__content h6.wp-block-heading,
  body.single-viewrealreview .vrealreview-single__content h6.elementor-heading-title,
  body.single-viewrealreview .vrealreview-single__content .elementor-widget-heading h6.elementor-heading-title,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h6,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h6.wp-block-heading,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content h6.elementor-heading-title,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h6.elementor-heading-title,
  body.single-view_notice .notice-single__content h6,
  body.single-view_notice .notice-single__content h6.wp-block-heading,
  body.single-view_notice .notice-single__content h6.elementor-heading-title,
  body.single-view_notice .notice-single__content .elementor-widget-heading h6.elementor-heading-title,
  body.single-view_notice .notice-single__content.entry-content h6,
  body.single-view_notice .notice-single__content.entry-content h6.wp-block-heading,
  body.single-view_notice .notice-single__content.entry-content h6.elementor-heading-title,
  body.single-view_notice .notice-single__content.entry-content .elementor-widget-heading h6.elementor-heading-title,
  body.single-view_notice .single-blog-content h6,
  body.single-view_notice .single-blog-content h6.wp-block-heading,
  body.single-view_notice .single-blog-content h6.elementor-heading-title,
  body.single-view_notice .single-blog-content .elementor-widget-heading h6.elementor-heading-title,
  body.single-view_notice .vrealreview-single__content h6,
  body.single-view_notice .vrealreview-single__content h6.wp-block-heading,
  body.single-view_notice .vrealreview-single__content h6.elementor-heading-title,
  body.single-view_notice .vrealreview-single__content .elementor-widget-heading h6.elementor-heading-title,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h6,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h6.wp-block-heading,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content h6.elementor-heading-title,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content .elementor-widget-heading h6.elementor-heading-title {
    font-size: 14px;
  }
  body.single-viewblog .notice-single__content p,
  body.single-viewblog .notice-single__content.entry-content p,
  body.single-viewblog .single-blog-content p,
  body.single-viewblog .vrealreview-single__content p,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content p,
  body.single-viewrealreviews .notice-single__content p,
  body.single-viewrealreviews .notice-single__content.entry-content p,
  body.single-viewrealreviews .single-blog-content p,
  body.single-viewrealreviews .vrealreview-single__content p,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content p,
  body.single-viewrealreview .notice-single__content p,
  body.single-viewrealreview .notice-single__content.entry-content p,
  body.single-viewrealreview .single-blog-content p,
  body.single-viewrealreview .vrealreview-single__content p,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content p,
  body.single-view_notice .notice-single__content p,
  body.single-view_notice .notice-single__content.entry-content p,
  body.single-view_notice .single-blog-content p,
  body.single-view_notice .vrealreview-single__content p,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content p {
    font-size: 16px;
  }
  body.single-viewblog .notice-single__content blockquote,
  body.single-viewblog .notice-single__content.entry-content blockquote,
  body.single-viewblog .single-blog-content blockquote,
  body.single-viewblog .vrealreview-single__content blockquote,
  body.single-viewblog .rr-page > section.area:not(.rr-hero) > .entry-content blockquote,
  body.single-viewrealreviews .notice-single__content blockquote,
  body.single-viewrealreviews .notice-single__content.entry-content blockquote,
  body.single-viewrealreviews .single-blog-content blockquote,
  body.single-viewrealreviews .vrealreview-single__content blockquote,
  body.single-viewrealreviews .rr-page > section.area:not(.rr-hero) > .entry-content blockquote,
  body.single-viewrealreview .notice-single__content blockquote,
  body.single-viewrealreview .notice-single__content.entry-content blockquote,
  body.single-viewrealreview .single-blog-content blockquote,
  body.single-viewrealreview .vrealreview-single__content blockquote,
  body.single-viewrealreview .rr-page > section.area:not(.rr-hero) > .entry-content blockquote,
  body.single-view_notice .notice-single__content blockquote,
  body.single-view_notice .notice-single__content.entry-content blockquote,
  body.single-view_notice .single-blog-content blockquote,
  body.single-view_notice .vrealreview-single__content blockquote,
  body.single-view_notice .rr-page > section.area:not(.rr-hero) > .entry-content blockquote {
    font-size: 15px;
    padding: 14px 16px;
  }
}
.notice-archive,
.notice-single {
  padding-bottom: 72px;
  max-width: 920px;
  margin-inline: auto;
  box-sizing: border-box;
}

body.page-community-notice #page-content-wrapper.page-community .rr-page > .notice-single.area,
body.page-community-blog #page-content-wrapper.page-community .rr-page > .notice-single.area,
body.page-community-with-star #page-content-wrapper.page-community .rr-page > .notice-single.area,
body.page-review-index #page-content-wrapper.page-community .rr-page > .notice-single.area,
body.page-review-story #page-content-wrapper.page-community .rr-page > .notice-single.area,
body.page-review-selfies #page-content-wrapper.page-community .rr-page > .notice-single.area {
  padding: 32px 16px 80px;
  background-color: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.notice-archive__search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
}

.notice-archive__search input[type=search] {
  flex: 1 1 240px;
  min-width: min(320px, 100%);
  padding: 10px 14px;
  border: 1px solid #d5cfc7;
  border-radius: 8px;
  font-size: 15px;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  box-sizing: border-box;
}

.notice-archive__search-btn {
  appearance: none;
  border: 1px solid #4a433c;
  background: #4a433c;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}

.notice-archive__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notice-archive__item {
  border-bottom: 1px solid #e8e4df;
}

.notice-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}
.notice-archive__link:hover .notice-archive__title {
  color: #7a6e66;
}

.notice-archive__thumb {
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
  border-radius: 10px;
  overflow: hidden;
  background: #f3f0ec;
}
.notice-archive__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.notice-archive__body {
  flex: 1;
  min-width: 0;
}

.notice-archive__date {
  margin: 0 0 4px;
  font-size: 13px;
  color: #9d958f;
}

.notice-archive__title {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #2c2721;
  line-height: 1.35;
}

.notice-archive__excerpt {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #6f665e;
}

.notice-archive__empty {
  text-align: center;
  padding: 48px 16px;
  color: #746b64;
}

.notice-archive .pagination {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}
.notice-archive .pagination .nav-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.notice-archive .pagination a,
.notice-archive .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 0 10px;
  border-radius: 36px;
  border: 1px solid #d5cfc7;
  background: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #4a433c;
  box-sizing: border-box;
}
.notice-archive .pagination span.current {
  border-color: #7a6e66;
  background-color: #7a6e66;
  color: #fff;
}

.notice-single__header {
  position: static;
  top: auto;
  left: auto;
  width: auto;
  z-index: auto;
  text-align: center;
  margin: 0 0 64px;
  padding: 48px 20px 56px;
  border-top: 1px solid #ece8e2;
  border-bottom: 1px solid #ece8e2;
  background-color: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-sizing: border-box;
}

.notice-single__badge {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}

.notice-single__badge--news {
  background: #f4f0ea;
  color: #746b64;
}

.notice-single__badge--ps-blog {
  background: #f4f0ea;
  color: #746b64;
}

.notice-single__badge--article {
  background: #fff0db;
  color: #b29565;
}

.notice-single__badge--featured {
  background: #fff0db;
  color: #b29565;
}

.notice-single__badge--press-release {
  background: #e8eef4;
  color: #5a6575;
}

.notice-single__badge[class*=notice-single__badge--]:not(.notice-single__badge--news):not(.notice-single__badge--ps-blog):not(.notice-single__badge--article):not(.notice-single__badge--featured):not(.notice-single__badge--press-release) {
  background: #e6ede8;
  color: #5a6d62;
}

.notice-single__title {
  margin: 0 auto 16px;
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.25;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}

.notice-single__date {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #9d958f;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}
.notice-single__date time {
  font-weight: 400;
}

.notice-single__thumb {
  margin: 0 0 32px;
  padding: 0 130px;
  overflow: hidden;
  background: #fff;
}
.notice-single__thumb img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  .notice-single__thumb {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .notice-single__thumb img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
body.single-viewrealreview .rr-post-nav,
body.single-viewrealreviews .rr-post-nav,
body.single-view_notice .rr-post-nav,
body.single-viewblog .rr-post-nav {
  max-width: 1420px;
  margin: 0 auto;
  padding: 42px 16px 72px;
  box-sizing: border-box;
}
body.single-viewrealreview .rr-post-nav__inner,
body.single-viewrealreviews .rr-post-nav__inner,
body.single-view_notice .rr-post-nav__inner,
body.single-viewblog .rr-post-nav__inner {
  width: 100%;
}
body.single-viewrealreview .rr-post-nav__cols,
body.single-viewrealreviews .rr-post-nav__cols,
body.single-view_notice .rr-post-nav__cols,
body.single-viewblog .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,
body.single-viewrealreviews .rr-post-nav__cell,
body.single-view_notice .rr-post-nav__cell,
body.single-viewblog .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,
body.single-viewrealreviews .rr-post-nav__cell.is-empty,
body.single-view_notice .rr-post-nav__cell.is-empty,
body.single-viewblog .rr-post-nav__cell.is-empty {
  opacity: 0.45;
}
body.single-viewrealreview .rr-post-nav__divider,
body.single-viewrealreviews .rr-post-nav__divider,
body.single-view_notice .rr-post-nav__divider,
body.single-viewblog .rr-post-nav__divider {
  flex: 0 0 1px;
  width: 1px;
  height: 36px;
  background: #d5cfc7;
  align-self: center;
}
body.single-viewrealreview .rr-post-nav__link,
body.single-viewrealreview .rr-post-nav__placeholder,
body.single-viewrealreviews .rr-post-nav__link,
body.single-viewrealreviews .rr-post-nav__placeholder,
body.single-view_notice .rr-post-nav__link,
body.single-view_notice .rr-post-nav__placeholder,
body.single-viewblog .rr-post-nav__link,
body.single-viewblog .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,
body.single-viewrealreviews .rr-post-nav__link--next,
body.single-viewrealreviews .rr-post-nav__placeholder--next,
body.single-view_notice .rr-post-nav__link--next,
body.single-view_notice .rr-post-nav__placeholder--next,
body.single-viewblog .rr-post-nav__link--next,
body.single-viewblog .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,
body.single-viewrealreviews .rr-post-nav__link--next .rr-post-nav__title,
body.single-viewrealreviews .rr-post-nav__placeholder--next .rr-post-nav__title,
body.single-view_notice .rr-post-nav__link--next .rr-post-nav__title,
body.single-view_notice .rr-post-nav__placeholder--next .rr-post-nav__title,
body.single-viewblog .rr-post-nav__link--next .rr-post-nav__title,
body.single-viewblog .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,
body.single-viewrealreviews .rr-post-nav__link--prev .rr-post-nav__title,
body.single-viewrealreviews .rr-post-nav__placeholder--prev .rr-post-nav__title,
body.single-view_notice .rr-post-nav__link--prev .rr-post-nav__title,
body.single-view_notice .rr-post-nav__placeholder--prev .rr-post-nav__title,
body.single-viewblog .rr-post-nav__link--prev .rr-post-nav__title,
body.single-viewblog .rr-post-nav__placeholder--prev .rr-post-nav__title {
  flex: 1 1 auto;
  min-width: 0;
  text-align: right;
}
body.single-viewrealreview .rr-post-nav__label,
body.single-viewrealreviews .rr-post-nav__label,
body.single-view_notice .rr-post-nav__label,
body.single-viewblog .rr-post-nav__label {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #4a433c;
}
body.single-viewrealreview .rr-post-nav__title,
body.single-viewrealreviews .rr-post-nav__title,
body.single-view_notice .rr-post-nav__title,
body.single-viewblog .rr-post-nav__title {
  font-size: 18px;
  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,
body.single-viewrealreviews .rr-post-nav__title--muted,
body.single-view_notice .rr-post-nav__title--muted,
body.single-viewblog .rr-post-nav__title--muted {
  color: #9d958f;
}
body.single-viewrealreview .rr-post-nav__icon,
body.single-viewrealreviews .rr-post-nav__icon,
body.single-view_notice .rr-post-nav__icon,
body.single-viewblog .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,
body.single-viewrealreviews .rr-post-nav__icon--filled,
body.single-view_notice .rr-post-nav__icon--filled,
body.single-viewblog .rr-post-nav__icon--filled {
  background: #fff;
  border: 1px solid #5c534c;
  color: #5c534c;
}
body.single-viewrealreview .rr-post-nav__icon--outline,
body.single-viewrealreviews .rr-post-nav__icon--outline,
body.single-view_notice .rr-post-nav__icon--outline,
body.single-viewblog .rr-post-nav__icon--outline {
  background: #fff;
  border: 1px solid #5c534c;
  color: #5c534c;
}
body.single-viewrealreview .rr-post-nav__icon--muted,
body.single-viewrealreviews .rr-post-nav__icon--muted,
body.single-view_notice .rr-post-nav__icon--muted,
body.single-viewblog .rr-post-nav__icon--muted {
  background: #ebe6e1;
  color: #9d958f;
  border: 1px solid #d5cfc7;
}
body.single-viewrealreview .rr-post-nav__chev,
body.single-viewrealreviews .rr-post-nav__chev,
body.single-view_notice .rr-post-nav__chev,
body.single-viewblog .rr-post-nav__chev {
  display: block;
  margin-top: -2px;
}
body.single-viewrealreview .rr-post-nav__actions,
body.single-viewrealreviews .rr-post-nav__actions,
body.single-view_notice .rr-post-nav__actions,
body.single-viewblog .rr-post-nav__actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
body.single-viewrealreview .rr-post-nav__list,
body.single-viewrealreviews .rr-post-nav__list,
body.single-view_notice .rr-post-nav__list,
body.single-viewblog .rr-post-nav__list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 36px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d5cfc7;
  color: #7a6e66;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
body.single-viewrealreview .rr-post-nav__list:hover,
body.single-viewrealreview .rr-post-nav__list:focus,
body.single-viewrealreviews .rr-post-nav__list:hover,
body.single-viewrealreviews .rr-post-nav__list:focus,
body.single-view_notice .rr-post-nav__list:hover,
body.single-view_notice .rr-post-nav__list:focus,
body.single-viewblog .rr-post-nav__list:hover,
body.single-viewblog .rr-post-nav__list:focus {
  background: #fff;
  border-color: #7a6e66;
  color: #7a6e66;
}
body.single-viewrealreview .rr-post-nav__list-arrow,
body.single-viewrealreviews .rr-post-nav__list-arrow,
body.single-view_notice .rr-post-nav__list-arrow,
body.single-viewblog .rr-post-nav__list-arrow {
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 1440px) {
  body.single-viewrealreview .rr-post-nav__title,
  body.single-viewrealreviews .rr-post-nav__title,
  body.single-view_notice .rr-post-nav__title,
  body.single-viewblog .rr-post-nav__title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
  }
  body.single-viewrealreview .rr-post-nav__link--prev .rr-post-nav__title,
  body.single-viewrealreview .rr-post-nav__placeholder--prev .rr-post-nav__title,
  body.single-viewrealreviews .rr-post-nav__link--prev .rr-post-nav__title,
  body.single-viewrealreviews .rr-post-nav__placeholder--prev .rr-post-nav__title,
  body.single-view_notice .rr-post-nav__link--prev .rr-post-nav__title,
  body.single-view_notice .rr-post-nav__placeholder--prev .rr-post-nav__title,
  body.single-viewblog .rr-post-nav__link--prev .rr-post-nav__title,
  body.single-viewblog .rr-post-nav__placeholder--prev .rr-post-nav__title {
    text-align: right;
  }
}
@media screen and (max-width: 1439.98px) and (min-width: 768px) {
  body.single-viewrealreview .rr-post-nav,
  body.single-viewrealreviews .rr-post-nav,
  body.single-view_notice .rr-post-nav,
  body.single-viewblog .rr-post-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.single-viewrealreview .rr-post-nav__cell,
  body.single-viewrealreviews .rr-post-nav__cell,
  body.single-view_notice .rr-post-nav__cell,
  body.single-viewblog .rr-post-nav__cell {
    padding: 20px 8px;
  }
  body.single-viewrealreview .rr-post-nav__title,
  body.single-viewrealreviews .rr-post-nav__title,
  body.single-view_notice .rr-post-nav__title,
  body.single-viewblog .rr-post-nav__title {
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
  }
}
@media screen and (max-width: 767.98px) {
  body.single-viewrealreview .rr-post-nav,
  body.single-viewrealreviews .rr-post-nav,
  body.single-view_notice .rr-post-nav,
  body.single-viewblog .rr-post-nav {
    padding: 32px 16px 48px;
  }
  body.single-viewrealreview .rr-post-nav__cols,
  body.single-viewrealreviews .rr-post-nav__cols,
  body.single-view_notice .rr-post-nav__cols,
  body.single-viewblog .rr-post-nav__cols {
    flex-direction: column;
    gap: 10px;
    border-top: 0;
    border-bottom: 0;
  }
  body.single-viewrealreview .rr-post-nav__divider,
  body.single-viewrealreviews .rr-post-nav__divider,
  body.single-view_notice .rr-post-nav__divider,
  body.single-viewblog .rr-post-nav__divider {
    display: none !important;
  }
  body.single-viewrealreview .rr-post-nav__cell,
  body.single-viewrealreviews .rr-post-nav__cell,
  body.single-view_notice .rr-post-nav__cell,
  body.single-viewblog .rr-post-nav__cell {
    padding: 0;
  }
  body.single-viewrealreview .rr-post-nav__cell.is-empty,
  body.single-viewrealreviews .rr-post-nav__cell.is-empty,
  body.single-view_notice .rr-post-nav__cell.is-empty,
  body.single-viewblog .rr-post-nav__cell.is-empty {
    opacity: 1;
  }
  body.single-viewrealreview .rr-post-nav__link,
  body.single-viewrealreview .rr-post-nav__placeholder,
  body.single-viewrealreviews .rr-post-nav__link,
  body.single-viewrealreviews .rr-post-nav__placeholder,
  body.single-view_notice .rr-post-nav__link,
  body.single-view_notice .rr-post-nav__placeholder,
  body.single-viewblog .rr-post-nav__link,
  body.single-viewblog .rr-post-nav__placeholder {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border: 1px solid #e6e1da;
    border-radius: 12px;
    background: #fff;
    gap: 10px;
  }
  body.single-viewrealreview .rr-post-nav__cell.is-empty .rr-post-nav__placeholder,
  body.single-viewrealreviews .rr-post-nav__cell.is-empty .rr-post-nav__placeholder,
  body.single-view_notice .rr-post-nav__cell.is-empty .rr-post-nav__placeholder,
  body.single-viewblog .rr-post-nav__cell.is-empty .rr-post-nav__placeholder {
    min-height: 40px;
    padding: 10px 16px;
    opacity: 0.45;
  }
  body.single-viewrealreview .rr-post-nav__link--next,
  body.single-viewrealreview .rr-post-nav__placeholder--next,
  body.single-viewrealreviews .rr-post-nav__link--next,
  body.single-viewrealreviews .rr-post-nav__placeholder--next,
  body.single-view_notice .rr-post-nav__link--next,
  body.single-view_notice .rr-post-nav__placeholder--next,
  body.single-viewblog .rr-post-nav__link--next,
  body.single-viewblog .rr-post-nav__placeholder--next {
    justify-content: flex-start;
  }
  body.single-viewrealreview .rr-post-nav__link--prev .rr-post-nav__title,
  body.single-viewrealreview .rr-post-nav__placeholder--prev .rr-post-nav__title,
  body.single-viewrealreviews .rr-post-nav__link--prev .rr-post-nav__title,
  body.single-viewrealreviews .rr-post-nav__placeholder--prev .rr-post-nav__title,
  body.single-view_notice .rr-post-nav__link--prev .rr-post-nav__title,
  body.single-view_notice .rr-post-nav__placeholder--prev .rr-post-nav__title,
  body.single-viewblog .rr-post-nav__link--prev .rr-post-nav__title,
  body.single-viewblog .rr-post-nav__placeholder--prev .rr-post-nav__title {
    text-align: left;
    margin-right: 0;
  }
  body.single-viewrealreview .rr-post-nav__link--next .rr-post-nav__title,
  body.single-viewrealreview .rr-post-nav__placeholder--next .rr-post-nav__title,
  body.single-viewrealreviews .rr-post-nav__link--next .rr-post-nav__title,
  body.single-viewrealreviews .rr-post-nav__placeholder--next .rr-post-nav__title,
  body.single-view_notice .rr-post-nav__link--next .rr-post-nav__title,
  body.single-view_notice .rr-post-nav__placeholder--next .rr-post-nav__title,
  body.single-viewblog .rr-post-nav__link--next .rr-post-nav__title,
  body.single-viewblog .rr-post-nav__placeholder--next .rr-post-nav__title {
    margin-right: 0;
    order: 2;
    flex: 1 1 auto;
    text-align: left;
  }
  body.single-viewrealreview .rr-post-nav__link--next .rr-post-nav__label,
  body.single-viewrealreview .rr-post-nav__placeholder--next .rr-post-nav__label,
  body.single-viewrealreviews .rr-post-nav__link--next .rr-post-nav__label,
  body.single-viewrealreviews .rr-post-nav__placeholder--next .rr-post-nav__label,
  body.single-view_notice .rr-post-nav__link--next .rr-post-nav__label,
  body.single-view_notice .rr-post-nav__placeholder--next .rr-post-nav__label,
  body.single-viewblog .rr-post-nav__link--next .rr-post-nav__label,
  body.single-viewblog .rr-post-nav__placeholder--next .rr-post-nav__label {
    order: 1;
  }
  body.single-viewrealreview .rr-post-nav__link--next .rr-post-nav__icon,
  body.single-viewrealreview .rr-post-nav__placeholder--next .rr-post-nav__icon,
  body.single-viewrealreviews .rr-post-nav__link--next .rr-post-nav__icon,
  body.single-viewrealreviews .rr-post-nav__placeholder--next .rr-post-nav__icon,
  body.single-view_notice .rr-post-nav__link--next .rr-post-nav__icon,
  body.single-view_notice .rr-post-nav__placeholder--next .rr-post-nav__icon,
  body.single-viewblog .rr-post-nav__link--next .rr-post-nav__icon,
  body.single-viewblog .rr-post-nav__placeholder--next .rr-post-nav__icon {
    order: 3;
    margin-left: auto;
  }
  body.single-viewrealreview .rr-post-nav__label,
  body.single-viewrealreviews .rr-post-nav__label,
  body.single-view_notice .rr-post-nav__label,
  body.single-viewblog .rr-post-nav__label {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  body.single-viewrealreview .rr-post-nav__title,
  body.single-viewrealreviews .rr-post-nav__title,
  body.single-view_notice .rr-post-nav__title,
  body.single-viewblog .rr-post-nav__title {
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  body.single-viewrealreview .rr-post-nav__icon,
  body.single-viewrealreviews .rr-post-nav__icon,
  body.single-view_notice .rr-post-nav__icon,
  body.single-viewblog .rr-post-nav__icon {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  body.single-viewrealreview .rr-post-nav__actions,
  body.single-viewrealreviews .rr-post-nav__actions,
  body.single-view_notice .rr-post-nav__actions,
  body.single-viewblog .rr-post-nav__actions {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  body.single-viewrealreview .rr-post-nav__list,
  body.single-viewrealreviews .rr-post-nav__list,
  body.single-view_notice .rr-post-nav__list,
  body.single-viewblog .rr-post-nav__list {
    min-height: 48px;
    padding: 14px 32px;
    font-size: 16px;
  }
}

body.page-community-notice #sub-footer {
  background: #fcfbfa;
}