#block-readable-syndicate {
  padding: var(--half-line) 0;
  border-bottom: var(--line-width) solid;
}

.feed-icons, #block-readable-syndicate {
  .feed-icon {
    width: 100px;
    text-indent: unset;
    text-align: right;
    &:before {
      content: 'RSS Feed';
    };
  }
}
