
#block-nwc-base-nwc-base-social-share {
    display: none;
}

#block-nwc-base-nwc-base-social-share {
    display: none;
    padding-bottom: 1.5rem;
}

#block-nwc-base-nwc-base-social-share .block__title {
    display: inline-block;
    font-size: 16px;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    margin-right: 3px;
    vertical-align: top;
}

#block-nwc-base-nwc-base-social-share .block__content {
    display: inline-block;
}

#block-nwc-base-nwc-base-social-share .at-share-btn {
    width: 28px !important;
    height: 28px !important;
}

#block-nwc-base-nwc-base-social-share .at-share-btn .at-icon-wrapper,
#block-nwc-base-nwc-base-social-share .at-share-btn svg {
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
}

/*wrapper div with class social-box added to address positioning in different header structures 52520*/
.social-box {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: flex-end;
  }
  .article-header-content .social-box {
   justify-content: center; 
  }
  .blank-header .social-box {
    align-items: flex-end;
    margin: 10px 0;
  }
/*END 52520*/

@media (min-width:1240px) {
    #block-nwc-base-nwc-base-social-share {
        display: flex;
        flex-wrap: nowrap;
        position: relative;
        justify-content: center;
        align-items: center;
        width: auto;
        height: auto;
        max-height: 48px;
        padding-right: 5px;
        padding-bottom: 0!important;
    }
}