.social-links-fixed-layout .btn-faint-secondary {
    padding: 0.59rem 0.56rem;
    border: none;
}
.qhSocialShare .btn-faint-secondary .glyph-prepend-share {
    display: flex;
    color: #221F20;
    outline-color: #221F20;
}
.qhSocialShare .glyph-prepend-share:before {
    padding-right: 0.25rem;
}
.qhSocialShare .dropdown-menu {
    min-width: 178px;
    background: #2d2d2d;
}
.qhSocialShare .dropdown-menu li {
    border-bottom: 1px solid #d2d2d2;
}
.qhSocialShare .dropdown-menu li:last-child {
    border-bottom: none;
}
.qhSocialShare .dropdown-menu li a {
    display: flex;
    margin-right: 0;
    align-items: center;
}
.qhSocialShare .dropdown-menu li a span {
    padding-top: 0.188rem;
    padding-right: 1rem;
}
@media only screen and (max-width: 540px) {
    .qhSocialShare .btn-faint-secondary .glyph-prepend-share {
        font-size: 0.764rem;
    }
}
.renderblogsociallinks .hide-desktop {
    display: none;
}
.social-links-fixed-layout .qhSocialShare {
    position: initial;
}
.social-links-fixed-layout .dropdown-item .social-img {
    margin: 0 1rem 0 0;
    max-width: 1.25rem;
    width: 1.25rem;
}

.qhSocialShare .dropdown-item .social-glyph {
    margin: 0 1rem 0 0;
    max-width: 1.25rem;
    width: 1.25rem;
    display: flex;
    align-items: center;
}
.qhSocialShare .dropdown-item .glyph-prepend:before {
    font-size: 1rem;
}
.sociallinksshare .social-share-wrapper .social-links-fixed-layout .blog-tags ul {
    list-style: none;
    padding: 0;
}
.sociallinksshare .social-share-wrapper .social-links-fixed-layout .blog-tags li {
    border-radius: 0;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: capitalize;
    display: table;
    text-align: center;
    /* The design sets 12px between pills wherever they render. */
    margin-top: 0.75rem;
    width: auto;
    font-weight: 600;
}
.sociallinksshare .social-share-wrapper .social-links-fixed-layout .blog-tags li:first-child {
    margin-top: 0;
}
/* Same pill as the article column and the list cards: fully rounded, 8px above
   and below a 16px line box for the design's 32px height, 16px sides. The rail
   kept square corners and 12px sides from before the redesign, so a page whose
   Page Properties had been saved - which silently selects Sidebar - showed a
   different tag to every other page on the site. It stays stacked here because
   the rail is only 230px wide. */
.sociallinksshare .social-share-wrapper .social-links-fixed-layout .blog-tags li a {
    color: #221f20;
    text-decoration: none;
    border-radius: 62.5rem;
    padding: 0.5rem 1rem;
    display: block;
    background-color: #4e9dd3;
}
.sociallinksshare .social-share-wrapper .social-links-fixed-layout .blog-tags li a:focus {
    outline: 3px dotted #ffffff;
}
.sociallinksshare .social-share-wrapper .social-links-fixed-layout .blog-tags li:hover {
    opacity: 0.8;
}
/* Below 1084px the social rail stacks above the article as a full-width column
   and already carries the .row grid gutter, so the share button needs no indent
   of its own - a percentage one here would put it out of line with the headline
   underneath it. From 1084px up the rail sits beside the article and is flush by
   design (see .redesign-new-container .col-md-2 in _blog-details.scss). */
.sociallinksshare .social-share-wrapper .btn-faint-secondary {
    padding: 0.59rem 0.56rem;
    border: none;
}
.sociallinksshare .social-share-wrapper .qhSocialShare {
    margin: 0 auto;
    max-width: 83pc;
    display: block;
}
@media only screen and (max-width: 1023px) {
    .sociallinksshare .social-share-wrapper .qhSocialShare {
        width: 100%;
        padding-left: 3%;
        padding-bottom: 3%;
    }
}
.social-share-wrapper .qhSocialShare .dropdown-item .glyph-prepend:before,
.social-share-wrapper .qhSocialShare img.social-img {
    width: auto;
    max-width: 1.25rem;
}
.social-share-wrapper .qhSocialShare .dropdown-item .social-img {
    margin: 0 1rem 0 0;
    max-width: 1.265rem;
}
.social-share-wrapper .qhSocialShare .dropdown-item .social-glyph {
    margin: 0 1.25rem 0 0;
    max-width: 1rem;
    width: 1.25rem;
    display: flex;
    align-items: center;
}
.social-share-wrapper .qhSocialShare .dropdown-item .glyph-prepend:before {
    font-size: 1.25rem;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .sociallinksshare .social-share-wrapper .qhSocialShare {
        padding-left: 2%;
    }
}
@media only screen and (min-width: 1200px) {
    .sociallinksshare .social-share-wrapper .qhSocialShare {
        width: 95%;
        margin: 0 auto;
    }
    .social-share-wrapper .qhSocialShare .dropdown-toggle {
        position: absolute;
        top: 0;
    }
}