.rte-toolbar button {
    border: 1px solid #e2e8f0;
    background: #ffffff;
    padding: 0.4rem 0.6rem;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    color: #0f172a;
}

.rte-toolbar button:hover {
    background: #f8fafc;
}

.rte-toolbar button[data-active="true"] {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
}

.rte-editor {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1rem;
    min-height: 320px;
    background: #ffffff;
}

.rte-editor:focus {
    outline: 2px solid rgba(16, 185, 129, 0.25);
    outline-offset: 2px;
}

