.button-danger {
    background: #ef4444 !important;
    border-color: #cc2b2b !important;
    color: #fff !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

.button-danger:hover {
    background: #cc2b2b !important;
}

.no-index-warning .dashicons-warning::before {
    color: #cc2b2b !important;
    cursor: pointer;
}

.no-index-warning span + span {
    font-size: 12px;
    margin-left:-1px;
    font-style: italic;
    font-weight: 400;
    color: #cc2b2b !important;
}