﻿.grouped {
  list-style-type: none;
  margin: 0 0 2rem;
  padding: 0;
}

.grouped section {
  border: none;
  border-radius: 0;
  margin: 0;
  background: #f5f5f0;
  transition: background 0.25s;
  box-shadow: none;
}

.grouped section:first-child {
  background: #fff;
}

.grouped section:last-child {
  padding: 1.5rem 1.5rem;
  border-bottom: none;
}

.grouped section.active {
  background: #fff;
  border-bottom: 1px solid #d4d6d8;
}

.grouped section:hover {
  background: #fff;
}

.editorial {
  cursor: pointer;
  line-height: 1.42857;
  border-bottom: 1px solid #d4d6d8;
}

.editorial h1 {
  padding: 0;
  font-size: 22px;
  display: inline-block !important;
  border: none;
}

.editorial .date {
  display: inline-block;
  color: #A59C94;
  font-size: 14px;
}

.editorial .introduction {
  display: block;
  font-weight: bold;
}

.editorial .text {
  display: block;
}

/*# sourceMappingURL=Editorial.css.map */