/* Codicts Custom Follow Button Styling */
.codicts-custom-follow-btn span {
    color: white;
    background: #08557C;
    border-radius: 50px;
    padding: 7px 21px 7px 21px;
    height: 40px;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    grid-gap: 7px;
}
.codicts-custom-follow-btn {
    justify-content: flex-end;
}
.codicts-custom-follow-btn .ts-action-icon {
    --ts-icon-size: 18px !important;
    --ts-icon-color: #fff !important;
}

/*
.codicts-custom-follow-btn span.ts-initial {
    background: #08557C;
}

 Active state (when following) 
.codicts-custom-follow-btn span.ts-reveal {
    color: #000;
    background: transparent;
}
*/