/**
 * Public styles for Woominder
 */

.woominder-notice {
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
}

.woominder-notice.info {
    background: #f0f6fc;
    border-left: 4px solid #0969da;
    color: #0969da;
}

.woominder-notice.success {
    background: #dafbe1;
    border-left: 4px solid #1a7f37;
    color: #1a7f37;
}

.woominder-notice.warning {
    background: #fff8c5;
    border-left: 4px solid #9a6700;
    color: #9a6700;
}

.woominder-notice.error {
    background: #ffebe9;
    border-left: 4px solid #d1242f;
    color: #d1242f;
}