.jtx-author-trust,
.jtx-context-links,
.jtx-policy,
.jtx-start {
  box-sizing: border-box;
  color: #29251f;
  font-family: inherit;
}

.jtx-context-links {
  margin: 2.5rem 0 1.25rem;
  padding: 1.25rem 1.4rem;
  border: 1px solid #ddd4c6;
  border-radius: 10px;
  background: #fffdf9;
}

.jtx-context-links__eyebrow {
  margin: 0 0 .3rem;
  color: #8e2525;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .13em;
}

.jtx-context-links h2 {
  margin: 0 0 .75rem !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  color: #29251f;
  font-size: 1.2rem;
  line-height: 1.5;
}

.jtx-context-links h2::before,
.jtx-context-links h2::after {
  display: none !important;
  content: none !important;
}

.jtx-context-links ul {
  margin: 0;
  padding-left: 1.2rem;
}

.jtx-context-links li + li {
  margin-top: .55rem;
}

.jtx-context-links a {
  color: #7c1f1f;
  font-weight: 700;
  line-height: 1.65;
}

.jtx-author-trust {
  margin: 3rem 0 1.5rem;
  padding: 1.4rem 1.5rem;
  border: 1px solid #ddd4c6;
  border-left: 5px solid #8e2525;
  border-radius: 8px;
  background: #fbf8f3;
}

.jtx-author-trust__eyebrow,
.jtx-start__eyebrow {
  margin: 0 0 .35rem;
  color: #8e2525;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .13em;
}

.jtx-author-trust h2 {
  margin: 0 0 .7rem;
  padding: 0;
  border: 0;
  background: none;
  color: #29251f;
  font-size: 1.2rem;
  line-height: 1.5;
  box-shadow: none;
}

.jtx-author-trust h2::before,
.jtx-author-trust h2::after {
  display: none !important;
  content: none !important;
}

.jtx-author-trust p {
  margin: .55rem 0;
  line-height: 1.8;
}

.jtx-author-trust__note {
  color: #5e564d;
  font-size: .92rem;
}

.jtx-author-trust__links {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem 1rem;
}

.jtx-author-trust__links a,
.jtx-start__all a {
  color: #7c1f1f;
  font-weight: 700;
}

.jtx-policy__lead,
.jtx-start__intro {
  margin: 0 0 2rem;
  padding: 1.25rem 1.4rem;
  border-radius: 8px;
  background: #fbf8f3;
  line-height: 1.85;
}

.jtx-policy > section {
  margin: 2rem 0;
}

.jtx-policy li,
.jtx-policy p {
  line-height: 1.85;
}

.jtx-start__intro h2 {
  margin: .25rem 0 .7rem !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  color: #29251f;
}

.jtx-start__intro h2::before,
.jtx-start__intro h2::after {
  display: none !important;
  content: none !important;
}

.jtx-start__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.jtx-start__card {
  display: grid;
  min-height: 0;
  grid-template-rows: auto 1fr;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ded6ca;
  border-radius: 14px;
  background: #fff;
  color: #29251f;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.jtx-start__card:hover,
.jtx-start__card:focus-visible {
  border-color: #8e2525;
  box-shadow: 0 8px 22px rgba(45, 34, 24, .1);
  transform: translateY(-2px);
}

.jtx-start__media {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #f3ede7;
}

.jtx-start__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .32s ease;
}

.jtx-start__card:hover .jtx-start__image {
  transform: scale(1.025);
}

.jtx-start__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: .6rem;
  padding: 1.05rem 1.1rem 1.15rem;
}

.jtx-start__card strong {
  font-size: 1.08rem;
}

.jtx-start__description {
  flex: 1;
  line-height: 1.75;
}

.jtx-start__card em {
  color: #8e2525;
  font-style: normal;
  font-weight: 700;
}

.jtx-start__all {
  margin-top: 1.5rem;
  text-align: center;
}

@media (max-width: 640px) {
  .jtx-author-trust,
  .jtx-context-links {
    padding: 1.1rem;
  }

  .jtx-start__grid {
    grid-template-columns: 1fr;
  }
}
