.wpccn-note-wrapper {
    margin-top: 8px;
    font-size: 0.9em;
}

.wpccn-note-actions, .wpccn-note-add {
    margin-top: 5px;
}

.wpccn-note-actions a, .wpccn-note-add a {
    text-decoration: none;
    font-size: 0.9em;
}

.wpccn-note-actions a.wpccn-note-delete {
    color: #d12000;
}

.wpccn-note-input-wrap {
    margin-top: 10px;
}

textarea.wpccn-textarea {
    width: 100%;
    min-height: 60px;
    margin-bottom: 8px;
    font-size: 0.95em;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.wpccn-note-input-actions {
    display: flex;
    gap: 10px;
}

.wpccn-note-input-actions button {
    padding: 5px 12px;
    font-size: 0.9em;
}

.wpccn-note-content {
    display: block;
    margin-top: 5px;
    font-style: italic;
    color: #666;
    background: #f9f9f9;
    padding: 8px;
    border-left: 3px solid #ccc;
    margin-bottom: 5px;
}
