.ck-editor__editable {
  min-height: 400px !important;
  border-color: #d1d5db !important;
  padding: 0 20px !important;

  p {
    color: #4b5563 !important;
  }

  a{
    text-decoration: none;

  &:hover {
    color: #2563eb;
  }
}
}

.ck-sticky-panel__content,
.ck-toolbar {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-color: #d1d5db !important;
}

.ck-blurred,
.ck-editor__main {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.ck-editor__main {
  border-color: #d1d5db !important;
}

blockquote {
  border-left: 4px solid #10b981;
  background-color: rgba(236, 253, 245, 0.4);
  padding: 1rem;
  border-radius: 0.375rem;
  margin: 1rem 0;

  p {
    text-align: center;
    color: #064e3b;
    font-style: italic;
  }
}

.kbd {
  padding: 0.125rem 0.5rem;
  background-color: #1f2937;
  color: #ffffff;
  border-radius: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.875rem;
  border: 1px solid #374151;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.code {
  padding: 0.125rem 0.375rem;
  background-color: #f3f4f6;
  color: #059669;
  border-radius: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.875rem;
  border: 1px solid #d1d5db;
}


