/* Notes Plugin Styles */
.snp-note {
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
    border-left: 4px solid;
    background-color: #f9f9f9;
    font-size: 16px;
    line-height: 1.5;
}

.snp-note-info {
    border-left-color: #3498db;
    background-color: #e8f4f8;
}

.snp-note-warning {
    border-left-color: #f1c40f;
    background-color: #fef9e7;
}

.snp-note-success {
    border-left-color: #2ecc71;
    background-color: #e8f8e9;
}

.snp-note-error {
    border-left-color: #e74c3c;
    background-color: #f8e8e8;
}

.snp-note-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.snp-note-icon {
    margin-right: 8px;
}

.snp-note-content {
    margin-left: 26px;
}

.snp-note-content ul {
    list-style-type: disc;
    margin: 0;
    padding-left: 20px;
}
