.featured-body {
    height: 350px;
    overflow: hidden;
}

.hot-corner-img {
    width: 100px;
    height: auto;
}

.blog-body {
    height: 400px;
    overflow: hidden;
}

.blog-hotcorner-footer {
    position: relative;
    -webkit-box-shadow: 0px -10px 9px -4px rgb(0 0 0 / 34%);
    -moz-box-shadow: 0px -10px 9px -4px rgba(0,0,0,0.34);
    box-shadow: 0px -6px 9px -6px rgb(0 0 0 / 34%);
}

.twitter-share-button {
    margin-bottom: -6px !important;
}

/** fix custom-checkbox interactivity **/
.custom-control>.custom-control-input {
    z-index: inherit !important;
 }
