/* Style post titles to match sidebar widgets */

.post-title,
.page-title {
    background: #1f3371 !important;
    color: #ffffff !important;
    padding: 1rem 1.5rem !important;
    margin: 0 0 1.5rem 0 !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border: none !important;
    border-left: none !important;
}

.post-title a,
.post-title a:link,
.post-title a:visited,
.page-title a,
.page-title a:link,
.page-title a:visited {
    color: #ffffff !important;
    text-decoration: none !important;
}

.post-title a:hover,
.post-title a:active,
.page-title a:hover,
.page-title a:active {
    color: #ffffff !important;
    text-decoration: none !important;
    opacity: 0.9 !important;
}