/*
 Theme Name:   Newspaper Child
 Template:     Newspaper
 Description:  Child theme for Newspaper by tagDiv
 Version:      1.0.0
*/
.blue-header {
    color: #0073aa;
    display: inline-block;
    position: relative;
}

.blue-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: 3px;
    background: #0073aa;
}