/* datacenterneighbor.com - generated by _dev/build-pages.mjs. Do not edit by hand. */

:root {
  --paper: #FBFBF8;
  --ink: #1C2321;
  --slate: #3E4C59;
  --accent: #31708E;
  --rule: #DDDDD4;
  --rule-soft: #ECECE4;
  --measure: 68ch;
}

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

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Source Serif 4", "Source Serif Pro", Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  line-height: 1.65;
  font-synthesis-weight: none;
}

.wrap {
  width: 100%;
  max-width: 46rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 1rem;
  top: 0.5rem;
  z-index: 10;
  background: var(--paper);
  padding: 0.5rem 0.75rem;
  border: 2px solid var(--accent);
}

/* ---- head / nav ---- */

.site-head {
  border-bottom: 1px solid var(--rule);
  padding: 1.1rem 0 0.9rem;
  margin-bottom: 2.5rem;
}
.site-head .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.4rem 1.5rem;
}
.wordmark {
  margin: 0;
  font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.01em;
}
.wordmark a { color: var(--ink); text-decoration: none; }
.wordmark a:hover { color: var(--accent); }

.site-nav {
  font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.86rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.15rem;
}
.site-nav a {
  color: var(--slate);
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}
.site-nav a:hover { color: var(--accent); border-bottom-color: var(--accent); }
.site-nav a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--ink); }

/* ---- type ---- */

main { display: block; }

article > * { max-width: var(--measure); }

h1, h2, h3 {
  font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.011em;
  line-height: 1.22;
  max-width: var(--measure);
}

h1 {
  font-size: 1.95rem;
  margin: 0 0 1rem;
}
h2 {
  font-size: 1.22rem;
  margin: 2.6rem 0 0.75rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--rule);
}
h3 {
  font-size: 1.02rem;
  margin: 1.9rem 0 0.5rem;
  font-weight: 600;
}

.kicker {
  font-family: "Public Sans", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--slate);
  margin: 0 0 0.6rem;
}

.standfirst {
  font-size: 1.24rem;
  line-height: 1.5;
  color: var(--slate);
  margin: 0 0 1.9rem;
}

p { margin: 0 0 1.1rem; }

a { color: var(--accent); text-underline-offset: 2px; }
a:hover { color: var(--ink); }

ul, ol { margin: 0 0 1.2rem; padding-left: 1.3rem; max-width: var(--measure); }
li { margin-bottom: 0.55rem; }

strong { font-weight: 600; }

blockquote {
  margin: 1.4rem 0;
  padding: 0 0 0 1.1rem;
  border-left: 3px solid var(--rule);
  color: var(--slate);
  max-width: var(--measure);
}
blockquote p:last-child { margin-bottom: 0; }
blockquote cite {
  display: block;
  margin-top: 0.5rem;
  font-family: "Public Sans", system-ui, sans-serif;
  font-size: 0.83rem;
  font-style: normal;
  color: var(--slate);
}

/* ---- citations ---- */

sup.cite {
  font-family: "Public Sans", system-ui, sans-serif;
  font-size: 0.66em;
  font-weight: 600;
  line-height: 0;
  vertical-align: super;
  white-space: nowrap;
  margin-left: 0.1em;
}
sup.cite a {
  color: var(--accent);
  text-decoration: none;
  padding: 0 0.06em;
}
sup.cite a:hover, sup.cite a:focus {
  text-decoration: underline;
  color: var(--ink);
}

/* ---- flags and caveats ---- */

.unver-label,
.flag,
.caveat-label {
  font-family: "Public Sans", system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.unver-label {
  color: var(--accent);
  margin-right: 0.3em;
}

.flag {
  display: inline-block;
  margin-left: 0.6rem;
  color: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 2px;
  padding: 0.05rem 0.34rem;
  vertical-align: 1px;
}

.caveat {
  max-width: var(--measure);
  margin: 1.5rem 0;
  padding: 0.9rem 0 0.9rem 1.1rem;
  border-left: 3px solid var(--accent);
  background: transparent;
  font-size: 0.98rem;
  color: var(--slate);
}
.caveat-label { display: block; color: var(--accent); margin: 0 0 0.4rem; }
.caveat p:last-child { margin-bottom: 0; }
.caveat ul { margin-bottom: 0; }

/* ---- start-here list on the home page ---- */

.start-list { list-style: none; padding: 0; margin: 0 0 1.5rem; max-width: var(--measure); }
.start-list li {
  margin: 0;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--rule-soft);
}
.start-list li:first-child { border-top: 1px solid var(--rule-soft); }
.start-list a {
  font-family: "Public Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  text-decoration: none;
}
.start-list a:hover { text-decoration: underline; }
.start-list p { margin: 0.2rem 0 0; color: var(--slate); font-size: 1rem; }

/* ---- questions list ---- */

.questions { padding-left: 1.2rem; }
.questions li { margin-bottom: 0.7rem; }

/* ---- sources ---- */

.sources-block { margin-top: 3.2rem; }
.sources-block h2 { font-size: 1.1rem; }

.src-list { padding-left: 1.4rem; max-width: var(--measure); }
.src-list li { margin-bottom: 1.6rem; }
.src-head { margin: 0; }
.src-pub {
  font-family: "Public Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
}
.src-title { margin: 0.15rem 0 0; }
.src-meta,
.src-note,
.src-stance {
  font-size: 0.92rem;
  color: var(--slate);
  margin: 0.25rem 0 0;
}
.src-stance { border-left: 2px solid var(--rule); padding-left: 0.7rem; }
.src-url { margin: 0.25rem 0 0; font-size: 0.85rem; word-break: break-word; }
.src-url a { font-family: "Public Sans", system-ui, sans-serif; }

.sources-page h2 { font-size: 1.15rem; }
.todo-list li { margin-bottom: 0.9rem; }

/* ---- comment letter ---- */

.letter {
  max-width: var(--measure);
  margin: 2rem 0;
  padding: 1.8rem 1.6rem;
  border: 1px solid var(--rule);
  background: #fff;
  font-size: 1.02rem;
  line-height: 1.6;
}
.letter h2 {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
  font-size: 1rem;
}
.letter p { margin: 0 0 0.85rem; }
.letter .blank { color: var(--accent); }
.letter ol { padding-left: 1.3rem; }
.letter li { margin-bottom: 0.5rem; }

.print-note {
  font-family: "Public Sans", system-ui, sans-serif;
  font-size: 0.88rem;
  color: var(--slate);
}

/* ---- foot ---- */

.site-foot {
  margin-top: 4rem;
  border-top: 1px solid var(--rule);
  padding: 1.5rem 0 3rem;
  font-family: "Public Sans", system-ui, sans-serif;
  font-size: 0.88rem;
  color: var(--slate);
}
.site-foot p { margin: 0 0 0.5rem; max-width: var(--measure); }
.foot-meta { font-size: 0.8rem; }

/* ---- small screens ---- */

@media (max-width: 30rem) {
  body { font-size: 1.09rem; }
  h1 { font-size: 1.62rem; }
  .standfirst { font-size: 1.12rem; }
  .site-head { margin-bottom: 2rem; }
  .letter { padding: 1.1rem 1rem; }
}

/* ---- print ---- */

@media print {
  :root { --paper: #fff; }
  body {
    background: #fff;
    color: #000;
    font-size: 11pt;
    line-height: 1.4;
  }
  .skip, .site-nav { display: none; }
  .site-head { border-bottom: 1pt solid #999; margin-bottom: 1.2rem; padding: 0 0 0.4rem; }
  .site-foot { border-top: 1pt solid #999; font-size: 8pt; padding: 0.5rem 0 0; margin-top: 1.5rem; }
  .wrap { max-width: none; padding: 0; }
  a { color: #000; text-decoration: underline; }
  sup.cite a { color: #000; }
  h2 { page-break-after: avoid; }
  li, blockquote, .caveat { page-break-inside: avoid; }
  .src-url a::after { content: ""; }
}

/* The comment letter has to come off the printer as one clean page. */
@media print {
  .page-letter .site-head,
  .page-letter .site-foot,
  .page-letter .letter-intro,
  .page-letter .sources-block,
  .page-letter h1,
  .page-letter .standfirst,
  .page-letter .kicker,
  .page-letter .print-note {
    display: none;
  }
  .page-letter .letter {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 9.6pt;
    line-height: 1.26;
  }
  .page-letter .letter h2 { display: none; }
  .page-letter .letter p { margin: 0 0 0.42em; }
  .page-letter .letter ol { padding-left: 1.1em; margin: 0 0 0.42em; }
  .page-letter .letter li { margin-bottom: 0.18em; }
  .page-letter main,
  .page-letter article { margin: 0; padding: 0; }
  @page { margin: 0.55in; }
}
