/**
 * Profile Notification Styles for Nammashale Plugin
 * Handles notification messages for profile actions
 * Version: 1.0.0
 */

.nammashale-notice {
    padding: 10px 15px;
    margin: 10px 0;
    border-radius: 4px;
    text-align: center;
}

.nammashale-notice.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.nammashale-notice.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.nammashale-notice.warning {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

.nammashale-notice.info {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}
