/* Style notices to match WordPress native design */
.notice-success, .notice-error {
    border-left: 4px solid;
    padding: 12px 16px;
    margin: 16px 0;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.notice-success {
    border-left-color: #46b450;
}
.notice-error {
    border-left-color: #dc3232;
}
.notice .dismiss {
    float: right;
    text-decoration: none;
    color: #0073aa;
}