.ka-archive-banner {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 20px;
  border-left: 6px solid #b6008d;
  border-bottom: 1px solid #d2a928;
  background: #f7d774;
  color: #1c234a;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.45;
}

.ka-archive-banner__inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.ka-archive-banner__title {
  display: block;
  margin-bottom: 3px;
  color: inherit;
  font-weight: 600;
}

.ka-archive-banner__text {
  margin: 0;
  color: inherit;
}

.ka-archive-banner__link {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.ka-archive-banner__link:hover,
.ka-archive-banner__link:focus {
  color: #5c174f;
}

header[data-test="header"] {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  width: 100% !important;
}

/*
 * Squarespace normally adds .is-loaded after its BlogImageLoader starts.
 * That runtime chunk is not part of the static archive; without this
 * fallback, every news card stays transparent even though its image loaded.
 */
.blog-basic-grid .blog-basic-grid--container {
  opacity: 1 !important;
  transform: none !important;
}

.ka-missing-page {
  box-sizing: border-box;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 64px 20px;
  color: #1c234a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.ka-missing-page h1 {
  margin: 0 0 24px;
  color: #b6008d;
  font-size: clamp(32px, 6vw, 52px);
  line-height: 1.1;
}

.ka-missing-page a {
  color: #5c174f;
  font-weight: 600;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

@media (max-width: 640px) {
  .ka-archive-banner {
    padding: 14px 16px;
    font-size: 15px;
  }

  .ka-missing-page {
    padding: 44px 16px;
    font-size: 16px;
  }
}
