.columnist__info a.btn:hover,
.columnist__info a.btn:focus{
    color: var(--btn-primary-text) ;
}

.columnist__info a.btn:link,
.columnist__info a.btn:visited{
    color: var(--btn-primary-text) ;
    width: fit-content;
}

.column__author a:first-child::after {
    content: none !important;
}

.column__author.withOrg a:nth-child(2):after {
    content: none;
}

.column__author.withOrg a:nth-child(3)::after {
    content: "\00B7" !important;
    margin: 0 6px !important;
}

.addthis_inline_share_toolbox_0muy {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .addthis_inline_share_toolbox_0muy {
      width: auto;
    }
  }