/* Focused preparation guide. The shared brand, navigation and theme are retained. */
.testor-ready {
  width: calc(100% - 2.5rem);
  max-width: 66rem;
  margin: 0 auto;
  padding: 2.5rem 0 3rem;
  color: var(--text);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}
.testor-ready * { min-width: 0; }
.testor-ready-top { scroll-margin-top: 6.5rem; margin-bottom: 2rem; }
.testor-ready-breadcrumb { display: flex; flex-wrap: wrap; gap: .65rem; color: var(--muted-strong); font-size: .875rem; margin-bottom: 1rem; }
.testor-ready h1 { margin: 0 0 .6rem; font-size: clamp(1.8rem,4vw,2.55rem); font-weight: 750; line-height: 1.3; letter-spacing: 0; color: var(--text); }
.testor-ready h2 { margin: 0 0 .3rem; font-size: 1.375rem; line-height: 1.5; font-weight: 700; color: var(--text); letter-spacing: 0; }
.testor-ready h3 { margin: 0 0 .25rem; font-size: 1.0625rem; font-weight: 650; line-height: 1.6; color: var(--text); }
.testor-ready p { margin: 0; color: var(--muted-strong); font-size: 1rem; line-height: 1.75; font-weight: 400; }
.testor-ready a { color: var(--primary-dark); text-decoration: underline; text-underline-offset: .2em; font-weight: 550; overflow-wrap: anywhere; }
.testor-ready a:hover { text-decoration-thickness: 2px; }
.testor-ready a:focus-visible { outline: 3px solid var(--primary); outline-offset: 4px; border-radius: 2px; }
.testor-ready-breadcrumb a { color: var(--muted-strong); font-weight: 400; }
.testor-ready-columns { display: flex; flex-wrap: wrap; column-gap: 4rem; row-gap: 2rem; }
.testor-ready-columns > section { flex: 1 1 25rem; }
.testor-ready-columns > section > h2 { padding-bottom: .75rem; border-bottom: 2px solid var(--border-strong); }
.testor-ready-list { padding: 0; margin: 0; list-style: none; }
.testor-ready-list li { margin: 0; padding: 1rem 0; }
.testor-ready-list li + li { border-top: 1px solid var(--border); }
.testor-ready-more { display: inline-block; padding: .5rem 0; font-size: 1rem; line-height: 1.65; }
.testor-ready-pickup { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 2.5rem; border-top: 1px solid var(--border-strong); border-bottom: 1px solid var(--border-strong); margin-top: 2rem; padding: 1.5rem 0; }
.testor-ready-pickup > div { flex: 1 1 33rem; }
.testor-ready-pickup h2 { font-size: 1.25rem; margin-bottom: .4rem; }
.testor-ready-notes { margin-top: 1.5rem; }
.testor-ready-notes p { font-size: .875rem; line-height: 1.8; max-width: 60rem; }
.testor-ready-notes p + p { margin-top: .5rem; }
html[data-theme=dark] .testor-ready a { color: #91bdff; }
html[data-theme=dark] .testor-ready-breadcrumb a { color: var(--muted-strong); }
@media (max-width: 42rem) {
  .testor-ready { width: calc(100% - 2rem); padding-top: 1.5rem; }
  .testor-ready-top { margin-bottom: 1.75rem; }
  .testor-ready-columns { row-gap: 1.75rem; }
  .testor-ready-columns > section { flex-basis: 100%; }
  .testor-ready-pickup { margin-top: 1.5rem; }
}
@media print {
  body:has(.testor-ready) > :not(.testor-ready) { display: none !important; }
  .testor-ready { width: auto; max-width: none; padding: 0; margin: 0; }
  .testor-ready-breadcrumb { display: none; }
  .testor-ready-columns { display: block; }
  .testor-ready-columns > section + section { margin-top: 1rem; }
  .testor-ready-list li { break-inside: avoid; padding: .5rem 0; }
  .testor-ready h1 { font-size: 22pt; }
  .testor-ready h2 { font-size: 15pt; }
  .testor-ready h3 { font-size: 12pt; }
  .testor-ready p,.testor-ready a { font-size: 11pt; }
  .testor-ready,.testor-ready * { background: white !important; color: black !important; box-shadow: none !important; }
}
