/* =========================================================
   PAGE
========================================================= */

.cb-page {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #fcf8f3;
  padding: 180px 0 100px;
}

.cb-page__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.cb-page #breadcrumbs {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.6;
  color: #8a7768;
}

.cb-page #breadcrumbs a {
  color: #8a7768;
  text-decoration: none;
  transition: color 0.25s ease;
}

.cb-page #breadcrumbs a:hover {
  color: #c5768d;
}

.cb-page__header {
  margin-bottom: 32px;
  background:transparent;
  position:relative;
  margin-top:0px;
}

.cb-page__title {
  margin: 0;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.03;
  font-weight: 700;
  color: #000;
  margin-bottom:44px;
}

.cb-page__content {
  color: #000;
}

.cb-page__content > *:first-child {
  margin-top: 0;
}

.cb-page__content p,
.cb-page__content li,
.cb-page__content blockquote,
.cb-page__content figcaption {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}

.cb-page__content p {
  margin: 0 0 22px;
}

.cb-page__content h1,
.cb-page__content h2,
.cb-page__content h3,
.cb-page__content h4,
.cb-page__content h5,
.cb-page__content h6 {
  margin: 42px 0 18px;
  line-height: 1.18;
  color: #33271f;
  font-weight: 700;
}

.cb-page__content h1 {
  font-size: clamp(34px, 4vw, 54px);
}

.cb-page__content h2 {
  font-size: clamp(28px, 3vw, 40px);
}

.cb-page__content h3 {
  font-size: clamp(24px, 2.5vw, 32px);
}

.cb-page__content h4 {
  font-size: 24px;
}

.cb-page__content ul,
.cb-page__content ol {
  margin: 0 0 28px;
  padding-left: 24px;
}

.cb-page__content li {
  margin-bottom: 10px;
}

.cb-page__content a {
  color: #c5768d;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.25s ease;
}

.cb-page__content a:hover {
  color: #a8546d;
}

.cb-page__content strong {
  color: #33271f;
  font-weight: 700;
}

.cb-page__content blockquote {
  margin: 34px 0;
  padding: 28px 30px;
  border-left: 4px solid #cf7890;
  background: #f6eee5;
  border-radius: 20px;
  font-style: italic;
  color: #5a473b;
}

.cb-page__content img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}

.cb-page__content figure {
  margin: 34px 0;
}

.cb-page__content figcaption {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #8a7768;
  text-align: center;
}

.cb-page__content hr {
  border: 0;
  height: 1px;
  background: #e6d8ca;
  margin: 40px 0;
}

.cb-page__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  background: #fffaf6;
  overflow: hidden;
  border-radius: 16px;
}

.cb-page__content table th,
.cb-page__content table td {
  padding: 14px 16px;
  border: 1px solid #eadfd2;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}

.cb-page__content table th {
  background: #f2e7db;
  color: #33271f;
  font-weight: 700;
}

/* Gutenberg blocks */
.cb-page__content .wp-block-image,
.cb-page__content .wp-block-gallery,
.cb-page__content .gallery,
.cb-page__content .wp-block-columns {
  margin: 34px 0;
}

.cb-page__content .wp-block-image img,
.cb-page__content .wp-block-gallery img,
.cb-page__content .gallery img {
  border-radius: 20px;
}

.cb-page__content .wp-block-button {
  margin: 28px 0;
}

.cb-page__content .wp-block-button__link,
.cb-page__content .vc_btn3,
.cb-page__content a.button,
.cb-page__content .wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 22px;
  border-radius: 15px;
  background: #cf7890;
  border: 0;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(207, 120, 144, 0.22);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.cb-page__content .wp-block-button__link:hover,
.cb-page__content .vc_btn3:hover,
.cb-page__content a.button:hover,
.cb-page__content .wp-element-button:hover {
  background: #bb627b;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(207, 120, 144, 0.28);
  color: #fff !important;
}

/* Optional card-style boxes */
.cb-page__content .wp-block-group,
.cb-page__content .wp-block-cover,
.cb-page__content .wp-block-media-text,
.cb-page__content .vc_row.wpb_row {
  border-radius: 24px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {
  .cb-page {
    padding: 32px 0 80px;
  }

  .cb-page__content p,
  .cb-page__content li,
  .cb-page__content blockquote {
    font-size: 17px;
    line-height: 1.8;
  }
}

@media (max-width: 640px) {
  .cb-page {
    padding: 88px 0 64px;
  }

  .cb-page__container {
    padding: 0 16px;
  }

  .cb-page #breadcrumbs {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .cb-page__header {
    margin-bottom: 24px;
  }

  .cb-page__content p,
  .cb-page__content li,
  .cb-page__content blockquote,
  .cb-page__content figcaption {
    font-size: 16px;
  }

  .cb-page__content blockquote {
    padding: 22px 18px;
    border-radius: 16px;
  }
}