body.friend-borrow-money-page {
  overflow-x: hidden;
  background: #f4f6f8;
  --friend-borrow-focus-outline: rgba(53, 84, 40, 0.32);
}

body.friend-borrow-money-page *,
body.friend-borrow-money-page *::before,
body.friend-borrow-money-page *::after {
  box-sizing: border-box;
}

body.friend-borrow-money-page #header {
  display: none !important;
}

body.friend-borrow-money-page #wrapper {
  overflow: visible;
}

body.friend-borrow-money-page #wrapper > .bg {
  display: none !important;
}

body.friend-borrow-money-page #wrapper.fade-in:before {
  background: #f4f6f8;
}

body.friend-borrow-money-page #nav,
body.friend-borrow-money-page #main,
body.friend-borrow-money-page #copyright {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.friend-borrow-money-page #main {
  background:
    radial-gradient(circle at top left, rgba(175, 230, 126, 0.16), transparent 30%),
    linear-gradient(180deg, #fbfdff 0%, #f4f6f8 76%);
}

body.friend-borrow-money-page a:focus-visible,
body.friend-borrow-money-page button:focus-visible {
  outline: 3px solid rgba(53, 84, 40, 0.32);
  outline-offset: 3px;
}

body.friend-borrow-money-page article.post.featured {
  max-width: none;
}

body.friend-borrow-money-page article.post.featured h1,
body.friend-borrow-money-page article.post.featured h2,
body.friend-borrow-money-page article.post.featured h3 {
  color: #18212b;
  letter-spacing: 0;
}

body.friend-borrow-money-page #main article.post.featured header.major > h1,
body.friend-borrow-money-page article.post.featured h1 {
  max-width: none;
  overflow-wrap: anywhere;
  text-wrap: balance;
  font-weight: 900;
}

body.friend-borrow-money-page .lt-eyebrow,
body.friend-borrow-money-page .lt-sectionEyebrow {
  color: rgba(33, 41, 49, 0.88);
  letter-spacing: 0.08em;
}

body.friend-borrow-money-page .lt-primaryCta {
  background: #afe67e;
  color: #18212b;
}

body.friend-borrow-money-page .lt-primaryCta:hover {
  background: #bcf18c;
}

.friend-borrow-hero {
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.64fr);
  background:
    linear-gradient(135deg, rgba(175, 230, 126, 0.22), rgba(255, 255, 255, 0.98) 48%, rgba(228, 238, 248, 0.92));
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.friend-borrow-hero .lt-heroBody {
  font-weight: 700;
}

.friend-borrow-hero-visual {
  margin: 0;
  justify-self: end;
  width: min(100%, 35rem);
  line-height: 0;
}

.friend-borrow-hero-visual img,
.friend-borrow-wide-image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

.friend-borrow-keypoints {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  max-width: 46rem;
  margin: 1.15rem 0 0 !important;
  padding-left: 0 !important;
  list-style: none;
}

.friend-borrow-keypoints li {
  margin: 0 !important;
  padding: 0.82rem 0.92rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  font-weight: 800;
  line-height: 1.45 !important;
}

.friend-borrow-card,
.friend-borrow-callout,
.friend-borrow-script-box,
.friend-borrow-product-bridge {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
  padding: clamp(1.05rem, 2.4vw, 1.45rem);
}

.friend-borrow-card h3,
.friend-borrow-callout h3,
.friend-borrow-product-bridge h3 {
  margin: 0 0 0.55rem !important;
}

.friend-borrow-card p,
.friend-borrow-card ul,
.friend-borrow-card ol,
.friend-borrow-callout p,
.friend-borrow-script-box p,
.friend-borrow-product-bridge p {
  width: auto !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.friend-borrow-card p:last-child,
.friend-borrow-callout p:last-child,
.friend-borrow-script-box p:last-child,
.friend-borrow-product-bridge p:last-child {
  margin-bottom: 0 !important;
}

.friend-borrow-checklist {
  margin: 1.15rem 0;
}

.friend-borrow-checklist ol {
  display: grid;
  gap: 0.68rem;
  margin: 0.9rem 0 0 !important;
  padding-left: 1.2rem !important;
}

.friend-borrow-callout,
.friend-borrow-script-box,
.friend-borrow-product-bridge {
  margin-top: 1.2rem;
  background:
    radial-gradient(circle at top right, rgba(175, 230, 126, 0.18), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 252, 0.94));
}

.friend-borrow-framework,
.friend-borrow-three-grid,
.friend-borrow-record-grid,
.friend-borrow-two-column,
.friend-borrow-template-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
}

.friend-borrow-framework {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.friend-borrow-three-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.friend-borrow-record-grid,
.friend-borrow-two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.friend-borrow-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  background: #afe67e;
  color: #18212b;
  font-size: 0.92rem;
  font-weight: 900;
}

.friend-borrow-copy-status {
  min-height: 1.4rem;
  margin: 0 0 1rem !important;
  color: rgba(24, 33, 43, 0.62) !important;
  font-size: 0.9rem !important;
  line-height: 1.4 !important;
}

.friend-borrow-copy-status:empty {
  min-height: 0;
  margin-bottom: 0 !important;
}

.friend-borrow-template-grid .template-card {
  min-width: 0;
}

.friend-borrow-template-grid .template-card__message {
  overflow-wrap: anywhere;
}

.friend-borrow-feature-list,
.friend-borrow-avoid-list {
  display: grid;
  gap: 0.68rem;
  margin: 0.9rem 0 0 !important;
  padding-left: 0 !important;
  list-style: none;
}

.friend-borrow-feature-list li,
.friend-borrow-avoid-list li {
  margin: 0 !important;
  padding: 0.82rem 0.92rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.9);
  line-height: 1.58 !important;
}

.friend-borrow-avoid-list {
  width: min(100%, 74ch);
  max-width: 74ch;
  margin-left: auto !important;
  margin-right: auto !important;
}

.friend-borrow-record-text {
  white-space: pre-wrap;
  margin: 0.95rem 0 1rem;
  padding: 1rem;
  border-left: 4px solid #afe67e;
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.94);
  color: #18212b;
  font: inherit;
  line-height: 1.55;
}

.friend-borrow-wide-image {
  width: min(100%, 54rem);
  margin: 1.45rem auto 0;
  line-height: 0;
}

.friend-borrow-update-card {
  width: min(100%, 58rem);
  max-width: 58rem;
  margin: 1.1rem auto 0;
}

body.blog-page.friend-borrow-money-page article.post.featured .lt-toolsHero p,
body.blog-page.friend-borrow-money-page article.post.featured .lt-toolsSection p,
body.blog-page.friend-borrow-money-page article.post.featured .lt-toolsSection ul,
body.blog-page.friend-borrow-money-page article.post.featured .lt-toolsSection ol,
body.blog-page.friend-borrow-money-page article.post.featured .template-card p,
body.blog-page.friend-borrow-money-page article.post.featured .template-card blockquote,
body.blog-page.friend-borrow-money-page article.post.featured .faq-section p {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

body.blog-page.friend-borrow-money-page article.post.featured .lt-toolsSection > p {
  max-width: 74ch;
}

body.blog-page.friend-borrow-money-page article.post.featured .friend-borrow-product-bridge a,
body.blog-page.friend-borrow-money-page article.post.featured .lt-toolsSection > p a {
  font-weight: 700;
}

@media (max-width: 1080px) {
  .friend-borrow-framework {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .friend-borrow-hero,
  .friend-borrow-three-grid,
  .friend-borrow-record-grid,
  .friend-borrow-two-column {
    grid-template-columns: 1fr;
  }

  .friend-borrow-hero-visual {
    justify-self: start;
    width: min(100%, 34rem);
  }
}

@media (max-width: 736px) {
  body.friend-borrow-money-page article.post.featured {
    width: 100%;
    padding-top: 1.05rem;
  }

  body.friend-borrow-money-page .lt-breadcrumb,
  body.friend-borrow-money-page .lt-toolsHero,
  body.friend-borrow-money-page .lt-toolsSection {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  body.friend-borrow-money-page .lt-breadcrumb span:nth-last-child(2),
  body.friend-borrow-money-page .lt-breadcrumb [aria-current="page"] {
    display: none;
  }

  body.friend-borrow-money-page #main article.post.featured header.major > h1,
  body.friend-borrow-money-page article.post.featured h1 {
    max-width: none;
    font-size: clamp(1.7rem, 7.1vw, 2.12rem);
    line-height: 1.08;
  }

  .friend-borrow-hero {
    padding: 1rem;
    border-radius: 20px;
  }

  .friend-borrow-hero-visual,
  .friend-borrow-wide-image {
    width: 100%;
  }

  .friend-borrow-keypoints,
  .friend-borrow-framework,
  .friend-borrow-template-grid {
    grid-template-columns: 1fr;
  }

  .friend-borrow-card,
  .friend-borrow-callout,
  .friend-borrow-script-box,
  .friend-borrow-product-bridge,
  .template-card {
    border-radius: 18px;
  }

  .copy-button {
    width: 100%;
  }
}
