/* Slim front-page note for Lackmeyer/Money Archives. Not a banner. */
.ochs-home-archive {
  background: #f3f7f8;
  border-top: 1px solid #d7e0e3;
  border-bottom: 1px solid #d7e0e3;
  color: #1b2b33;
}

.ochs-home-archive__inner {
  width: min(980px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0.85rem 0 0.85rem 0.95rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.85rem;
  border-left: 3px solid #4fb5b7;
}

.ochs-home-archive__label {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #072130;
  white-space: nowrap;
}

.ochs-home-archive__text {
  margin: 0;
  flex: 1 1 16rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #3a4a52;
}

.ochs-home-archive__link {
  font-size: 0.86rem;
  font-weight: 600;
  color: #3a9496;
  text-decoration: none;
  white-space: nowrap;
}

.ochs-home-archive__link:hover,
.ochs-home-archive__link:focus {
  color: #072130;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .ochs-home-archive__inner {
    padding: 0.9rem 0 0.9rem 0.85rem;
    gap: 0.25rem 0.65rem;
  }

  .ochs-home-archive__text {
    flex-basis: 100%;
    font-size: 0.88rem;
  }
}
