/* Only affect the heading use-case */
h2 .rss-link {
    margin-left: 0.4rem;
    line-height: 1;
}

h2 img.rss-icon {
    height: 1em; /* scale with the heading */
    width: auto;
    display: inline-block;
    vertical-align: -0.15em; /* nudge up to match font baseline */
}
