.reader-view {
  margin-bottom: 120px;
}

.reader-view article .article-data-accordion {
  display: none;
}

.reader-view article hgroup h1 {
  word-wrap: break-word;
}

.reader-view .article-body-content a {
  overflow-wrap: break-word;

  /* `!important` is needed here to override inline styles created by the quill editor */
  color: #000!important; 
}

.reader-view dt {
  font-weight: 600;
}

.reader-view dd {
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}

article .reader-view-social-links {
  display: none;
}

.reader-view-social-links {
  text-align: center;
  width: 24px;
}

.reader-view-social-links li {
  align-self: center;
}

.reader-view .body-content,
.reader-view .data-column-inner {
  word-break: break-word;
}

.reader-view .body-content h2 {
  font-size: 1.75rem;
  line-height: 1.875rem;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0;
}

.reader-view .body-content img {
  width: 100%;
}
.reader-view .body-content blockquote {
  border-left: 4px solid #ccc;
  padding-left: 10px;
}

.reader-view .st0 {
  fill: #808080;
}

.reader-view .st1 {
  fill: #ffffff;
}

/* bookmark link */
.reader-view .bookmark-link {
  display: none;
}

.reader-view .bookmark-link[data-user-id] {
  display: inline-block;
}

.reader-view .bookmark-link[data-bookmarked='false'] .icon-fill:first-of-type {
  fill: #ffffff;
}

.reader-view .bookmark-link[data-bookmarked='true'] .icon-fill:first-of-type {
  fill: #808080;
}

.reader-view .data-column-inner {
  max-width: 270px;
}

.edit-history-accordion {
  margin-bottom: 20px;
}
.edit-history-accordion__table {
  margin: 20px 0;
}
.edit-history-accordion__table td {
  padding-bottom: 5px;
  padding-right: 20px;
}

@media screen and (max-width: 1200px) {
  .edit-history-accordion {
    margin-bottom: 0;
  }

  .edit-history-accordion .accordion {
    border-bottom: 0;
  }
  
  .reader-view-social-links {
    width: auto;
  }

  article .reader-view-social-links {
    display: flex;
    margin-bottom: 30px;
  }

  .reader-view-social-links li {
    margin-right: 8px;
  }

  .reader-view .middle-col {
    width: 50%;
  }

  .floating-action-button {
    right: 32px;
  }

  .reader-view.full-width-container .right-col {
    float: right;
    display: unset;
  }

  .reader-view .middle-col {
    width: 100%;
    margin-left: 0px;
  }

  .reader-view article .article-data-accordion {
    display: block;
    margin-bottom: 30px;
  }

  .reader-view .data-column {
    display: none;
  }
}
