/* Auto-generated by the styles.css split-and-dedupe cleanup. */

.tools-page-head {
  max-width: 780px;
  padding: var(--space-12) 0 var(--space-6);
}

.tool-page {
  padding-top: var(--space-10);
}

.tool-hero {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(440px, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  padding: var(--space-5) 0 var(--space-8);
}

.tool-copy {
  position: sticky;
  top: 88px;
  padding-top: var(--space-3);
}

.tool-copy p {
  max-width: 620px;
  color: #405064;
  font-size: 17px;
  line-height: 1.55;
}

.content-block {
  margin-top: var(--space-10);
  padding-top: var(--space-8);
  border-top: 1px solid var(--border);
}

.steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.steps li {
  position: relative;
  min-height: 50px;
  padding: 2px 0 0 44px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
  counter-increment: steps;
}

.steps li::before {
  content: counter(steps);
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #c9dcfb;
  border-radius: var(--radius);
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
}

details {
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}

summary {
  color: var(--text);
  font-weight: 720;
  cursor: pointer;
}

details p {
  margin: var(--space-3) 0 0;
}
