/* Codicts Custom Follow Button Styling */
.codicts-custom-follow-btn span {
    color: white;
    background: #08557C;
    border-radius: 50px;
    padding: 16px 24px;
    font-weight: 500;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    position: relative;
    overflow: hidden;
}
/*
.codicts-custom-follow-btn span.ts-initial {
    background: #08557C;
}

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