/*
Theme Name: Astra Child
Theme URL: https://example.com/
Description: Astra Child Theme
Author: Your Name
Author URL: https://example.com/
Template: astra
Version: 1.0.0
*/

/* 错误提示样式 - 确保有背景色 */
.b2b-notice.error {
    background: #fff5f5 !important;      /* 浅红色背景 */
    border: 1px solid #feb2b2 !important; /* 红色边框 */
    color: #c53030 !important;            /* 深红色文字 */
    padding: 12px 15px !important;
    border-radius: 4px !important;
    margin: 10px 0 !important;
    font-weight: 500 !important;
}

/* 成功提示样式（如果有） */
.b2b-notice.success {
    background: #f0fff4 !important;      /* 浅绿色背景 */
    border: 1px solid #9ae6b4 !important; /* 绿色边框 */
    color: #22543d !important;            /* 深绿色文字 */
    padding: 12px 15px !important;
    border-radius: 4px !important;
    margin: 10px 0 !important;
    font-weight: 500 !important;
}