.elementor-18120 .elementor-element.elementor-element-41eb4dfd{font-size:11px;}.elementor-18120 .elementor-element.elementor-element-3beefa64{font-family:"Pontano Sans", Sans-serif;font-size:20px;color:var( --e-global-color-text );}.elementor-18120 .elementor-element.elementor-element-9718a28{color:var( --e-global-color-text );}.elementor-18120 .elementor-element.elementor-element-2e56a17f{--divider-border-style:dots_tribal;--divider-color:#000;--divider-pattern-height:20px;}.elementor-18120 .elementor-element.elementor-element-2e56a17f .elementor-divider-separator{width:100%;}.elementor-18120 .elementor-element.elementor-element-2e56a17f .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-18120 .elementor-element.elementor-element-4887fb5e{text-align:start;}.elementor-18120 .elementor-element.elementor-element-739f4fad .elementor-post__thumbnail__link{padding-bottom:calc( 0.66 * 100% );}.elementor-18120 .elementor-element.elementor-element-739f4fad:after{content:"0.66";position:absolute;color:transparent;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7d61fba0 *//* Full-bleed look that extends off the left side */
.btr-post-hero {
  background: #fdebe6;              /* soft blush background */
  margin-left: calc(50% - 50vw);    /* pulls section full width */
  width: 100vw;                     /* full viewport width */
  padding: 3.5rem 0;
}

/* Keep content aligned to your site width */
.btr-post-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}

.btr-post-meta-top {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  font-weight: 700;
  color: #051e5d;
  opacity: 0.8;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.btr-post-divider {
  margin: 0 0.75rem;
}

.btr-post-title {
  font-size: 3.1rem;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #051e5d;
  margin: 0 0 1rem 0;
}

/* Editorial highlight behind part of the title */
.btr-title-highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.btr-title-highlight::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0.16em;
  width: calc(100% + 20px);
  height: 0.55em;
  background: #c3d8d4; /* your sage */
  z-index: -1;
}

.btr-post-subtitle {
  margin: 0 0 2rem 0;
  font-size: 1.05rem;
  color: #051e5d;
  opacity: 0.85;
}

.btr-post-meta-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.btr-post-author {
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  font-weight: 700;
  text-transform: uppercase;
  color: #051e5d;
}

.btr-post-share {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.btr-share-label {
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  font-weight: 700;
  text-transform: uppercase;
  color: #051e5d;
}

.btr-share-link {
  text-decoration: none;
  color: #051e5d;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  transition: color 0.2s ease, transform 0.2s ease;
}

.btr-share-link:hover {
  color: #eab8b5; /* blush hover */
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 768px) {
  .btr-post-title {
    font-size: 2.2rem;
  }

  .btr-post-meta-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.btr-rating {
  display: flex;
  align-items: center;
  justify-content: center;   /* centers horizontally */
  gap: 0.6rem;
  margin: 0.5rem 0 1.5rem 0;
  text-align: center;
}


.btr-stars {
  --rating: 4;              /* default if you forget to set inline */
  --star-size: 35px;
  --star-color: #051e5d;    /* your brand yellow */
  --star-bg: rgba(5, 30, 93, 0.15); /* subtle navy background */

  position: relative;
  display: inline-block;
  font-size: var(--star-size);
  line-height: 1;
}

.btr-stars::before {
  content: "★★★★★";
  letter-spacing: 0.15em;
  color: var(--star-bg);
}

.btr-stars::after {
  content: "★★★★★";
  letter-spacing: 0.15em;
  color: var(--star-color);
  position: absolute;
  left: 0;
  top: 0;
  width: calc((var(--rating) / 5) * 100%);
  overflow: hidden;
  white-space: nowrap;
}

.btr-rating-text {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  text-transform: uppercase;
  color: #051e5d;
  opacity: 0.85;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f5706e7 */.newsletter-banner {
  background-color: #c3d8d4; /* sage */
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden;
}

.newsletter-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
}

.newsletter-text {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  color: #051e5d;
  letter-spacing: 0.03em;
}

/* Highlight under the word "Newsletter" */
.newsletter-highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.newsletter-highlight::after {
  content: "";
  position: absolute;
  left: -6px;
  bottom: 0.15em;
  width: calc(100% + 12px);
  height: 0.45em;
  background-color: #f5e8aa; /* soft yellow */
  z-index: -1;
}

/* Button */
.newsletter-button {
  display: inline-block;
  background-color: #f5e8aa;
  color: #051e5d;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
  padding: 1rem 2.5rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.newsletter-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(5, 30, 93, 0.15);
}

/* Decorative dots on right side */
.newsletter-banner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 80px;
  height: 80px;
  background-image: radial-gradient(#eaf4f2 2px, transparent 2px);
  background-size: 12px 12px;
  transform: translateY(-50%);
  opacity: 0.8;
}

/* Responsive */
@media (max-width: 768px) {
  .newsletter-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .newsletter-text {
    font-size: 1.4rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c6f2b17 *//* Layout */
.btr-tbr-feature {
  margin: 5rem 0;
}

.btr-tbr-card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2.5rem;
  align-items: center;
}

/* Book Image */
.btr-tbr-image img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}

.btr-tbr-image:hover img {
  transform: scale(1.03);
}

/* Headings */
.btr-tbr-content h2 {
  font-size: 2.3rem;
  font-weight: 900;
  color: #051e5d;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.btr-tbr-title {
  margin-right: 0.4rem;
}

/* Highlight behind book title */
.btr-tbr-highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.btr-tbr-highlight::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0.18em;
  width: calc(100% + 20px);
  height: 0.6em;
  background-color: #f5e8aa; /* brand yellow */
  z-index: -1;
}

/* Author */
.btr-tbr-author {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #051e5d;
  margin-bottom: 1rem;
}

/* Blurb */
.btr-tbr-blurb {
  font-size: 1rem;
  line-height: 1.7;
  color: #051e5d;
  margin-bottom: 2rem;
}

/* Swipe CTA (Get Your Copy) */
.btr-swipe-cta {
  position: relative;
  display: inline-block;
  color: #051e5d;
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  z-index: 1;
  padding: 0 0.4rem;
  margin-bottom: 2.5rem;
}

.btr-swipe-cta::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0.18em;
  width: calc(100% + 20px);
  height: 0.6em;
  background-color: #eab8b5; /* blush pink */
  z-index: -1;
}

.btr-swipe-cta:hover::a/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-735a469a */.main-nav {
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}

.nav-link {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  color: #051e5d;
  text-decoration: none;
  z-index: 1;
}

/* Highlight block */
.nav-link::before {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 0.2em;
  width: 100%;
  height: 0.6em;
  z-index: -1;
  transition: all 0.3s ease;
}

/* Color variations */
.nav-link.pink::before {
  background-color: #eab8b5;
}

.nav-link.yellow::before {
  background-color: #f5e8aa;
}
.nav-link.sage::before {
  background-color: #c3d8d4;
}

/* Hover effect */
.nav-link:hover::before {
  height: 0.85em;
  bottom: 0.05em;
}

/* Optional subtle lift on hover */
.nav-link:hover {
  transform: translateY(-1px);
  transition: transform 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .main-nav {
    flex-direction: column;
    gap: 1.5rem;
  }
}/* End custom CSS */