.asptt-block{
    position: relative;
}

.asptt-block .asptt-title-label{
    color: var(--e-global-color-primary);
}
.asptt-block.asptt-block--plain .asptt-title-label{
    color: #FFF;
}

.asptt-block--plain{
    background-color: var(--e-global-color-primary);
}

.asptt-block--plain-border-radius{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .asptt-block.asptt-block--plain:not(.asptt-block-post-highlight) {
        margin-left: calc(-1 * var(--asptt-margin-inner));
        margin-right: calc(-1 * var(--asptt-margin-inner));

        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;

        padding: 26px 0 49px 0;
    }
}