#btn-like-case-study,
#btn-dotank-download-deck,
#btn-dotank-share-post {
    display: block;
    background-color: transparent;
    padding: 12px 24px;
    border-radius: 20px 20px 20px 20px;
    line-height: 14px;
}

#btn-like-case-study.post-been-liked {
    pointer-events: none;
}

#btn-like-case-study .dotank-like-button-text,
#btn-dotank-download-deck .dotank-download-deck-button-text,
#btn-dotank-share-post .dotank-share-post-button-text {
    color: #005A4E;
    font-size: 14px;
    font-family: 'Mars Centra', Sans-serif;
    font-weight: 400;
    margin-left: 10px;
}

#btn-like-case-study svg,
#btn-dotank-download-deck svg,
#btn-dotank-share-post svg {
    width: 14px;
    height: 14px;
}

#btn-like-case-study:hover,
#btn-like-case-study:focus,
#btn-dotank-download-deck:hover,
#btn-dotank-download-deck:focus,
#btn-dotank-share-post:hover,
#btn-dotank-share-post:focus {
    color: #005A4E;
    background-color: #E6FBF8;
}


.category-foundations .dotank-like-button-text,
.category-foundations .dotank-download-deck-button-text,
.category-foundations .dotank-share-post-button-text {
    color: #B0B0E2 !important;
}

.category-foundations>span>span.dotank-like-button-icon>svg>path,
.category-foundations.post-been-liked>span>span.dotank-like-button-icon>svg>path {
    fill: #B0B0E2 !important;
}

.category-foundations>span>span.dotank-download-deck-button-icon>svg>path,
.category-foundations>span>span.dotank-share-post-button-icon>svg>path,
.category-foundations.post-been-liked>span>span.dotank-download-deck-button-icon>svg>path {
    fill: #B0B0E2 !important;
}