/* Snackbar Soft Theme Styles */

/* Success - เขียวอ่อน */
.snackbar-soft-success {
    background: rgba(46, 125, 50, 0.15) !important;
    color: #1b5e20 !important;
    border-left: 4px solid #4caf50 !important;
    backdrop-filter: blur(10px);
}

.mud-theme-dark .snackbar-soft-success {
    background: rgba(76, 175, 80, 0.2) !important;
    color: #a5d6a7 !important;
}

/* Error - แดงอ่อน */
.snackbar-soft-error {
    background: rgba(211, 47, 47, 0.12) !important;
    color: #c62828 !important;
    border-left: 4px solid #f44336 !important;
    backdrop-filter: blur(10px);
}

.mud-theme-dark .snackbar-soft-error {
    background: rgba(244, 67, 54, 0.2) !important;
    color: #ef9a9a !important;
}

/* Warning - เหลืองอ่อน */
.snackbar-soft-warning {
    background: rgba(237, 108, 2, 0.12) !important;
    color: #e65100 !important;
    border-left: 4px solid #ff9800 !important;
    backdrop-filter: blur(10px);
}

.mud-theme-dark .snackbar-soft-warning {
    background: rgba(255, 152, 0, 0.2) !important;
    color: #ffcc80 !important;
}

/* Info - ฟ้าอ่อน */
.snackbar-soft-info {
    background: rgba(2, 136, 209, 0.12) !important;
    color: #01579b !important;
    border-left: 4px solid #03a9f4 !important;
    backdrop-filter: blur(10px);
}

.mud-theme-dark .snackbar-soft-info {
    background: rgba(3, 169, 244, 0.2) !important;
    color: #81d4fa !important;
}

/* Primary - ม่วงอ่อน */
.snackbar-soft-primary {
    background: rgba(103, 58, 183, 0.12) !important;
    color: #4527a0 !important;
    border-left: 4px solid #673ab7 !important;
    backdrop-filter: blur(10px);
}

.mud-theme-dark .snackbar-soft-primary {
    background: rgba(103, 58, 183, 0.25) !important;
    color: #b39ddb !important;
}

/* Default - เทาอ่อน */
.snackbar-soft-default {
    background: rgba(97, 97, 97, 0.1) !important;
    color: #424242 !important;
    border-left: 4px solid #9e9e9e !important;
    backdrop-filter: blur(10px);
}

.mud-theme-dark .snackbar-soft-default {
    background: rgba(158, 158, 158, 0.15) !important;
    color: #e0e0e0 !important;
}

/* Common styles for all soft snackbars */
[class*="snackbar-soft-"] {
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

[class*="snackbar-soft-"] .mud-snackbar-action {
    font-weight: 600 !important;
}
