#redunotes-box {
    padding: 15px;
    border-radius: 8px;
}

#redunotes-box input,
#redunotes-box textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
}

#redunotes-box textarea {
    min-height: 300px;
}

.redunotes-actions {
    display: flex;
    gap: 10px;
}

.redunotes-actions button {
    flex: 1;
    padding: 10px;
    font-weight: bold;
}

.redunotes-meta {
    font-size: 0.9em;
    opacity: 0.8;
    margin-bottom: 6px;
}

.redunotes-error {
    color: #b00020;
    font-weight: bold;
}

.redunotes-success {
    color: #007c00;
    font-weight: bold;
}