.reader-save-post {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.reader-save-post[aria-pressed="true"] circle {
  fill: #0573e6;
}

.reader-save-icon--saved,
.reader-save-post[aria-pressed="true"] .reader-save-icon--unsaved {
  display: none;
}

.reader-save-post[aria-pressed="true"] .reader-save-icon--saved {
  display: inline;
}

.reader-save-post.is-loading {
  opacity: .55;
}

.reader-save-post:focus-visible {
  border-radius: 50%;
  outline: 2px solid var(--lochmara-blue);
  outline-offset: 2px;
}

.reader-saved-entry {
  position: relative;
}

.reader-saved-entry-action {
  bottom: 24px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.EBmpJ .durrbar-post-list-item .excerpt:empty {
  display: none;
}

.reader-saved-pagination {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}