.bkmos-blog-general-archive {
  background: #fff;
  color: var(--bkmos-text, #262626);
  font-family: Arial, Helvetica, sans-serif;
}

.bkmos-blog-general-archive,
.bkmos-blog-general-archive * {
  box-sizing: border-box;
}

.bkmos-blog-general-archive a {
  color: inherit;
  text-decoration: none;
}

.bkmos-general-archive-header {
  background: #f7f7f7;
  border-bottom: 1px solid var(--bkmos-line, #e7e7e7);
  padding: 38px 0 34px;
}

.bkmos-general-archive-header__eyebrow {
  color: #9b7200;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.bkmos-general-archive-header h1 {
  color: #222;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.18;
  margin: 0;
  text-transform: none;
}

.bkmos-general-archive-header__description {
  color: #606060;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 12px;
  max-width: 850px;
}

.bkmos-general-archive-header__description > :first-child {
  margin-top: 0;
}

.bkmos-general-archive-header__description > :last-child {
  margin-bottom: 0;
}

.bkmos-general-archive-layout {
  padding-top: 38px;
}

@media (max-width: 760px) {
  .bkmos-general-archive-header {
    padding: 28px 0 25px;
  }

  .bkmos-general-archive-layout {
    padding-top: 28px;
  }
}
