/*
  Modern CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  interpolate-size: allow-keywords;
}

html, body {
  height: 100%;
  -webkit-text-size-adjust: none;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  height: auto;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

body, select, input, textarea {
  color: #000;
}

::selection {
  background: #9D003B;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

body:not(.wp-admin) {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  font-display: swap;
}

nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

a {
  transition: all 0.25s ease-out;
}

.is-style-eyebrow {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
  margin-bottom: -1rem;
  text-transform: uppercase;
}

@media print {
  .single-archive {
    border-top: 0;
    padding-top: 0;
  }
  .single-archive .print-message {
    background-color: #4F1A2E;
    background-image: url("../img/header-bg.jpg");
    background-size: cover;
    border: 1px solid #4F1A2E;
    display: block;
    padding: 1rem;
  }
  .single-archive .print-message p {
    color: #fff;
    font-family: "span", Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0;
  }
  .single-archive .body--header {
    display: none;
  }
  .single-archive .archive-wrapper {
    align-items: start;
    gap: 3rem;
    grid-template-columns: 3fr 2fr;
    margin-bottom: 5rem;
  }
  .single-archive .back-to-archive {
    display: none;
  }
  .single-archive h1 {
    font-size: 1.5rem;
  }
  .single-archive .item-description p {
    font-size: 0.75rem !important;
  }
  .single-archive .archive-details {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .single-archive .pillar-label, .single-archive .pillar-name, .single-archive .detail-label {
    font-size: 0.5rem !important;
  }
  .single-archive .detail-content, .single-archive .detail-content a {
    font-size: 0.625rem !important;
  }
  .single-archive .study-guide-wrapper {
    height: auto;
  }
  .single-archive .study-guide-wrapper h2.wp-block-heading {
    font-size: 1.3125rem;
  }
  .single-archive .study-guide-wrapper h3.wp-block-heading {
    font-size: 1.125rem;
  }
  .single-archive .study-guide-wrapper p, .single-archive .study-guide-wrapper li {
    font-size: 0.75rem !important;
  }
  .single-archive .study-guide-trigger {
    font-size: 1.5rem;
  }
  .single-archive .above-footer.widget_block {
    display: none;
  }
  .single-archive .body--footer {
    display: none;
  }
}
