body.site .no-card.voluntary {

}

body.site .mod-articles-voluntary-container {
  margin: 3em 0 4em 0;
}

body.site .mod-articles-group.voluntary h4.mod-articles-header {
  user-select: none;
  position: relative;
  font-size: 18px;
  color: #333;
  font-weight: var(--font-weight-light);
  padding: 0.5em 0.75em;
  margin: 0 0 1em 0;
  background: #f5f5f5;
  border 1.5px solid #333;
  border-radius: 0.5em;
  cursor: pointer;
  box-sizing: border-box;
}


body.site .mod-articles-group.voluntary h4.mod-articles-header:before {
  content: '';
  position: absolute;
  background: #333;
  width: 1px;
  height: 11px;
  top: 16px;
  right: 20px;
  transition: all 0.3s;
}

body.site .mod-articles-group.voluntary h4.mod-articles-header.open:before {
  transform: rotate(90deg);
}

body.site .mod-articles-group.voluntary h4.mod-articles-header:after {
  content: '';
  position: absolute;
  background: #333;
  height: 1px;
  width: 11px;
  top: 21px;
  right: 15px;
  opacity: 1;
  transition: all 0.3s;
}

body.site .mod-articles-group.voluntary h4.mod-articles-header.open:after {
  transform: rotate(90deg);
  opacity: 0;
}

body.site .mod-articles-group.voluntary > ul {
  display: none;
  overflow: hidden;
  list-style: none;
}

body.site .mod-articles-group.voluntary h4.mod-articles-title {
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  padding: 0.5em 0.75em;
  background: #f5f5f5;
  border-radius: 0.5em;
}

body.site .mod-articles-group.voluntary h4.mod-articles-title > a {
  display: block;
}
