/* You can add custom CSS here if needed */

/* Pell Editor Styles */
.pell {
    border: none !important;
}

.pell-actionbar {
    background: #f1f5f9 !important;
    border-bottom: 1px solid #94a3b8 !important;
    padding: 8px !important;
}

.pell-button {
    background: #fff !important;
    border: 1px solid #94a3b8 !important;
    border-radius: 4px !important;
    padding: 4px 8px !important;
    margin-right: 4px !important;
    cursor: pointer;
    font-size: 14px;
}

.pell-button:hover {
    background: #e2e8f0 !important;
}

.pell-button-selected {
    background: #0284c7 !important;
    color: #fff !important;
    border-color: #0284c7 !important;
}

.pell-content {
    min-height: 150px;
    max-height: 250px;
    overflow-y: auto;
    padding: 12px !important;
    font-size: 1rem;
    border: none !important;
}

.pell-content:focus {
    outline: none;
} 