.wwn-header-notice {
    background: #fff8cf;
    border-left: 5px solid #d69e2e;
    margin: 0;
    padding: 8px 20px;
}

.wwn-header-notice p {
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

.wwn-header-breaking {
    background: #ffe7e7;
    border-left: 5px solid #c8102e;
    margin: 0;
    padding: 8px 20px;
}

.wwn-header-breaking p {
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

.wwn-header-breaking strong {
    color: #c8102e;
}

.wwn-header-notice a,
.wwn-header-breaking a {
    text-decoration: underline;
}