.seo-document .topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.seo-document .header-actions {
  margin-left: auto;
}
.seo-catalogue {
  margin-top: 24px;
  padding: 20px;
  background: #174e2e;
  border: 2px solid #092e1b;
  border-radius: 6px;
  box-shadow: inset 0 2px rgba(225, 247, 220, 0.15), 0 4px #0a3920;
}
.seo-catalogue h1 {
  font-size: 24px;
}
.seo-catalogue > p {
  margin-bottom: 20px;
  line-height: 1.6;
}
.seo-catalogue .quote-row {
  text-decoration: none;
}
.seo-catalogue .quote-row > span {
  overflow-wrap: anywhere;
}
.seo-catalogue time {
  font-size: 11px;
}
.seo-catalogue .item-nav {
  margin-top: 20px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .seo-catalogue {
    padding: 12px;
    margin-top: 12px;
  }
  .seo-catalogue .quote-head {
    display: none;
  }
  .seo-catalogue .quote-row {
    grid-template-columns: 1fr 1fr;
  }
  .seo-catalogue .q-item {
    grid-column: 1 / -1;
    font-weight: 800;
  }
  .seo-catalogue .q-shouts {
    display: none;
  }
  .seo-catalogue .q-price {
    text-align: left;
  }
}
