*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100svh;
  margin: 0;
  background: #fff;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.45;
  font-feature-settings: normal;
  -webkit-font-smoothing: auto;
}

.rabbit-run-home {
  width: min(calc(100% - 2rem), 34rem);
  margin: 0 auto;
  padding: clamp(4.25rem, 12vh, 7rem) 0 4.5rem;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
}

.rr-lepus {
  width: min(30rem, 92vw);
  margin: 0 auto 4rem;
}

.rr-lepus-map {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.rr-lepus-lines path {
  fill: none;
  stroke: #000;
  stroke-width: 0.8;
  opacity: 0.24;
  vector-effect: non-scaling-stroke;
}

.rr-crosshair {
  fill: none;
  stroke: #000;
  stroke-width: 0.48;
  opacity: 0.24;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.rr-star-dot {
  fill: #000;
  opacity: 0.82;
}

.rr-star-dot--minor {
  opacity: 0.64;
}

.rr-star-point--arneb .rr-crosshair {
  stroke: #a40000;
  opacity: 0.34;
}

.rr-star-point--arneb .rr-star-dot {
  fill: #a40000;
  opacity: 0.96;
}

.rr-heading,
.rr-copy h1,
.rr-copy p,
.rr-mark {
  margin: 0;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  font-variant-numeric: normal;
  font-variant-ligatures: normal;
}

.rr-copy p {
  margin-top: 1.35rem;
}

.rr-copy h1 {
  font-weight: 700;
}

.rr-heading .rr-tagline {
  margin-top: 0.08rem;
  font-style: italic;
}

.rr-copy .rr-thesis {
  max-width: 30rem;
  margin-top: 2.2rem;
  margin-right: auto;
  margin-left: auto;
}

.rr-copy .rr-status {
  margin-top: 2.2rem;
}

.rr-red {
  color: #a40000;
}

.rr-mark {
  margin-top: 4.1rem;
  font-size: 1.8rem;
  line-height: 1.1;
}

@media (max-width: 700px) {
  .rabbit-run-home {
    width: min(calc(100% - 1.5rem), 34rem);
    padding-top: 3.75rem;
  }

  .rr-lepus {
    width: min(22rem, 92vw);
    margin-bottom: 3.45rem;
  }
}
