/*Custom Icon Styles*/
.chv-custom-icon {
    height: 1rem;
    width: 1rem;
}

[class*="--button"] .chv-custom-icon {
    display: block;
    height: 1.5rem;
    width: 1.5rem;
    margin: 0px auto 0.5rem;
}

@media screen and (min-width: 1024px) {
    [class*="--button"] .chv-custom-icon {
        display: inline-block;
        margin-bottom: -0.4rem;
        margin-right: 0.7rem;
        margin-top: -0.3rem;
    }
}


.post.post--download.post--teaser--small .chv-custom-icon,
.post.post--external-link.post--teaser--small .chv-custom-icon,
.post.post--page.post--teaser--small .chv-custom-icon,
.post.post--resource.post--teaser--small .chv-custom-icon {
    height: 2rem;
    width: 2rem;
}

.post.post--stat.post--teaser .chv-custom-icon {
    height: 1.5rem;
    width: 1.5rem;
}

@media screen and (min-width: 1300px) {
    .post.post--stat.post--teaser .chv-custom-icon {
        height: 2.25rem;
        width: 2.25rem;
    }
}


.chv-custom-icon-color--white {
    filter: brightness(0) invert(1);
}
/*End of Custom Icon Styles*/