body.temporary-help-answer-page {
  overflow-x: hidden;
}

body.temporary-help-answer-page *,
body.temporary-help-answer-page *::before,
body.temporary-help-answer-page *::after {
  box-sizing: border-box;
}

body.temporary-help-answer-page article.post.featured {
  max-width: none;
}

body.temporary-help-answer-page #main article.post.featured header.major > h1,
body.temporary-help-answer-page article.post.featured h1 {
  max-width: none;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.temporary-help-hero {
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.58fr);
}

.temporary-help-hero .lt-heroBody {
  font-weight: 700;
}

.temporary-help-note,
.temporary-help-boundary-note {
  border: 1px solid rgba(42, 115, 94, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 253, 244, 0.76));
  padding: 1rem 1.05rem;
}

.temporary-help-note {
  margin: 1rem 0 0;
}

.temporary-help-note h2,
.temporary-help-boundary-note h2 {
  margin: 0 0 0.45rem !important;
  color: #18212b;
  font-size: 1rem;
  letter-spacing: 0;
}

.temporary-help-note p,
.temporary-help-boundary-note p {
  margin: 0 !important;
  color: rgba(24, 33, 43, 0.78) !important;
  font-size: 0.98rem !important;
  line-height: 1.6 !important;
}

.temporary-help-hero-visual {
  margin: 0;
  justify-self: end;
  width: min(100%, 34rem);
  line-height: 0;
}

.temporary-help-hero-visual img,
.temporary-help-image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.temporary-help-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  padding: clamp(1.1rem, 2.4vw, 1.55rem);
}

.temporary-help-card p,
.temporary-help-card ul,
.temporary-help-card ol {
  margin: 0;
}

.temporary-help-card p + p,
.temporary-help-card ul + p,
.temporary-help-card p + ul,
.temporary-help-card p + ol {
  margin-top: 0.85rem;
}

.temporary-help-direct {
  background:
    radial-gradient(circle at top left, rgba(175, 230, 126, 0.22), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 255, 0.92));
}

.temporary-help-formula {
  display: grid;
  gap: 0.7rem;
  margin: 1rem 0 1.1rem !important;
  padding-left: 0 !important;
  list-style: none;
}

.temporary-help-formula li {
  margin: 0 !important;
  padding: 0.78rem 0.92rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.9);
  font-weight: 800;
}

.temporary-help-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;
}

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

.temporary-help-check-grid,
.temporary-help-avoid-grid,
.temporary-help-action-grid,
.temporary-help-related-grid {
  display: grid;
  gap: 1rem;
}

.temporary-help-check-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.2rem;
}

.temporary-help-check-grid .temporary-help-card h3,
.temporary-help-avoid-grid .temporary-help-card h3,
.temporary-help-action-grid .temporary-help-card h3 {
  margin: 0 0 0.5rem !important;
}

.temporary-help-warning {
  border-color: rgba(178, 116, 34, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 245, 220, 0.62));
}

.temporary-help-table-wrap {
  width: 100%;
  margin-top: 1rem;
  overflow-x: auto;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.temporary-help-table {
  width: 100%;
  min-width: 46rem;
  border-collapse: collapse;
  color: #18212b;
}

.temporary-help-table th,
.temporary-help-table td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  text-align: left;
  vertical-align: top;
}

.temporary-help-table th {
  background: rgba(248, 250, 252, 0.92);
  font-weight: 900;
}

.temporary-help-table tbody tr:last-child th,
.temporary-help-table tbody tr:last-child td {
  border-bottom: 0;
}

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

.temporary-help-inline-cta {
  display: grid;
  gap: 0.75rem;
  background:
    radial-gradient(circle at top right, rgba(175, 230, 126, 0.2), transparent 38%),
    rgba(255, 255, 255, 0.94);
}

.temporary-help-avoid-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.2rem;
}

.temporary-help-avoid-line,
.temporary-help-better-line {
  padding: 0.85rem 0.95rem;
  border-radius: 16px;
  line-height: 1.55;
}

.temporary-help-avoid-line {
  border: 1px solid rgba(178, 116, 34, 0.2);
  background: rgba(255, 245, 220, 0.62);
}

.temporary-help-better-line {
  border: 1px solid rgba(107, 161, 69, 0.18);
  background: rgba(175, 230, 126, 0.14);
}

.temporary-help-record-grid,
.temporary-help-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.temporary-help-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;
}

.temporary-help-two-column {
  margin-top: 1.2rem;
}

.temporary-help-two-column .temporary-help-card:last-child {
  background:
    radial-gradient(circle at top right, rgba(175, 230, 126, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.94);
}

.temporary-help-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1rem 0 0 !important;
  padding-left: 0 !important;
  list-style: none;
}

.temporary-help-feature-list li {
  margin: 0 !important;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.88);
  font-weight: 800;
}

.temporary-help-action-grid,
.temporary-help-related-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 1.2rem;
}

body.temporary-help-answer-page .template-card__message {
  overflow-wrap: anywhere;
}

body.temporary-help-answer-page .lt-finalCta {
  display: grid;
  gap: 1rem;
}

body.temporary-help-answer-page .lt-appStoreBtn img {
  width: 250px;
  max-width: 100%;
}

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

body.blog-page.temporary-help-answer-page article.post.featured .lt-toolsSection > p {
  max-width: 74ch;
}

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

  .temporary-help-hero-visual {
    justify-self: start;
    width: min(100%, 32rem);
  }
}

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

  body.temporary-help-answer-page .lt-breadcrumb,
  body.temporary-help-answer-page .lt-toolsHero,
  body.temporary-help-answer-page .lt-toolsSection,
  body.temporary-help-answer-page .lt-finalCta {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  body.temporary-help-answer-page #main article.post.featured header.major > h1,
  body.temporary-help-answer-page article.post.featured h1 {
    max-width: none;
    font-size: clamp(1.72rem, 7.3vw, 2.12rem);
    line-height: 1.08;
  }

  .temporary-help-hero {
    padding: 1rem;
    border-radius: 20px;
  }

  .temporary-help-hero-visual {
    width: 100%;
  }

  .temporary-help-table-wrap {
    overflow-x: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .temporary-help-table {
    min-width: 0;
  }

  .temporary-help-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .temporary-help-table,
  .temporary-help-table tbody,
  .temporary-help-table tr,
  .temporary-help-table th,
  .temporary-help-table td {
    display: block;
    width: 100%;
  }

  .temporary-help-table tbody {
    display: grid;
    gap: 0.9rem;
  }

  .temporary-help-table tr {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
    overflow: hidden;
  }

  .temporary-help-table th,
  .temporary-help-table td {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    padding: 0.85rem 0.95rem;
  }

  .temporary-help-table tbody tr:last-child th,
  .temporary-help-table tbody tr:last-child td {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  .temporary-help-table tr td:last-child {
    border-bottom: 0;
  }

  .temporary-help-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 0.25rem;
    color: rgba(24, 33, 43, 0.58);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .temporary-help-avoid-grid,
  .temporary-help-feature-list,
  .repayment-template-grid,
  .temporary-help-related-grid {
    grid-template-columns: 1fr;
  }

  .temporary-help-card,
  .template-card,
  .lt-toolCard {
    border-radius: 18px;
  }

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