.corecorp-custom-title__container .corecorp-custom-title{
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
    color: white;
    margin: 0;
}

body.date{
    --category-color:#00ffc6 !important;
}
body.author{
    --category-color:#ff004c !important;
}

.corecorp-custom-title__container .corecorp-custom-title > span{
    color: var(--category-color) !important;
}

@media (min-width: 1200px) {
    .corecorp-custom-title__container .corecorp-custom-title{
        font-size: 50px;
        line-height: 60px;
    }
}

.corecorp-custom-title-tag__container h1 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0px !important;
}

.corecorp-custom-title-tag__container h1 {
    background-color: #d0d0d3;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #000;
    display: inline-block;
    padding: 5px 10px;
}

.corecorp-custom-title-tag__container h1 a{
    color: inherit;
}