.webcal-description-editor .tiptap {
    border: 1px solid #8c8f94;
    border-radius: 4px;
    padding: 8px 12px;
    min-height: 120px;
    max-height: 300px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.6;
}

.webcal-description-editor .tiptap:focus {
    border-color: #2271b1;
    box-shadow: 0 0 0 1px #2271b1;
    outline: none;
}

.webcal-description-editor .tiptap p {
    margin: 0 0 0.5em;
}

.webcal-description-editor .tiptap ul,
.webcal-description-editor .tiptap ol {
    padding-left: 1.5em;
}

.webcal-description-editor .tiptap blockquote {
    border-left: 3px solid #dcdcde;
    margin: 0.5em 0;
    padding-left: 1em;
    color: #646970;
}

.webcal-description-editor .tiptap hr {
    border: none;
    border-top: 1px solid #dcdcde;
    margin: 1em 0;
}

.webcal-description-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin-bottom: 4px;
}

.webcal-description-toolbar .components-button {
    min-width: 32px;
}

.webcal-description-toolbar .components-button.is-pressed {
    background: #2271b1;
    color: #fff;
}
