nav.main-navigation {
    background: #fc84bc;
}
.exclusive-posts .exclusive-now {
    background: #fc84bc;
    float: left;
    text-transform: uppercase;
    position: relative;
    padding: 0 15px;
    margin-right: 5px;
}
.widget-title span::before, .covernews-heading-style::before, .em-reated-posts .related-title::before, .wp-block-group .wp-block-search__label::before, .wp-block-group .wp-block-heading::before, .widget_block .wp-block-search__label::before, .widget_block .wp-block-heading::before, span.header-after:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #fc84bc;
}
.wp-element-button, .wp-block-button.is-style-fill a {
    background: #fc84bc;
    border-color: #fc84bc;
    color: #fff;
}
.secondary-color, button, input[type="button"], input[type="reset"], input[type="submit"], .site-content .search-form .search-submit, .site-footer .search-form .search-submit, .wp-block-tag-cloud.is-style-outline a:hover, .tagcloud a:hover {
    background: #fc84bc;
    color: #fff;
}