.g-section {
  margin-bottom: 15px;
  padding: 15px;
  background: #fff;
  border: 1px solid #e6e9ed;
  border-radius: 0.25em;

  &__header {
    position: relative;
    margin-bottom: 8px;
    padding-right: 20px;
    border-bottom: 2px solid rgb(230, 233, 237);
  }

  &__title {
    display: inline-block;
  }

  &__toolbar {
    position: absolute;
    top: 0;
    right: 0;
  }

  &__link {
    &:hover,
    &[aria-expanded="true"] {
      color: #23527c !important;
    }
  }
}
