body {
  background: #f5f6f8;
}

.resource-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 36px 15px 60px;
}

.resource-heading {
  margin: 0 0 24px;
  color: #2c2e2f;
}

.resource-card {
  margin-bottom: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.resource-title {
  padding: 14px 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  background: #40bbea;
  scroll-margin-top: 18px;
}

.resource-content {
  padding: 14px 18px;
  color: #555;
  line-height: 1.8;
}

.resource-line {
  min-width: 0;
  white-space: pre-line;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.resource-card:not(.is-expanded) .resource-line:nth-child(n + 6) {
  display: none;
}

.resource-more {
  display: none;
  margin: 0 18px 14px;
  padding: 0;
  color: #40bbea;
  background: transparent;
  border: 0;
}

.resource-card.has-more .resource-more {
  display: inline-block;
}
