.cm-editor {
    font-family: Adjusted Verdana Fallback, sans-serif !important;
    font-size: 1.4rem;
    line-height: 2.1rem;
    height: auto !important;
    background-color: #fff;
}
.cm-content {
    font-family: Adjusted Verdana Fallback, sans-serif !important;
    font-size: 1.4rem;
    line-height: 2.1rem;
    height: auto !important;
    padding: 4px 0px 0px 5px !important;
}
.cm-line.cm-activeLine {
  background-color: transparent !important;
}
.cm-activeLineGutter {
    background-color: #fff !important;
}
.cm-gutters {
    font-family: Adjusted Verdana Fallback, sans-serif !important;
    font-size: 1.4rem !important;
    line-height: 2.1rem !important;
    background-color: #fff !important;
    flex: 0 0 auto;
    height: auto !important;
}
.editor-container {
    border: 1px solid #ddd;
    height: auto;
    min-height: 80px;
    transition: height 0.08s ease-out;
}
.cm-scroller {
    overflow: visible !important;
}
.cm-editor.cm-focused,
.cm-content:focus,
.cm-scroller:focus {
    outline: none !important;
    box-shadow: none !important;
}
.cm-newline {
  color: #999;
  opacity: 0.7;
}
.cm-tab::before {
  content: "→";
  color: #999;
  opacity: 0.7;
}
.cm-nbsp::before {
  content: "·";
  color: #999;
  opacity: 0.7;
}
.cm-space::before {
  content: "·";
  color: #999;
  opacity: 0.7;
}
.editor_wrapper {
    width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.editor_wrapper .cm-editor {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.title_length_0 {
  order: 2;
}
.editor_wrapper .cm-gutters {
  display: none;
}
#title + .cm-editor,
#title_main + .cm-editor,
#title_sub + .cm-editor,
#description + .cm-editor,
#lead_in + .cm-editor,
#keywords + .cm-editor,
#image_alt + .cm-editor,
#country + .cm-editor,
#city + .cm-editor,
#mitteilung + .cm-editor {
    padding: 4px 0px 0px 5px !important;
}
#title + .cm-editor .cm-gutters,
#title_main + .cm-editor .cm-gutters,
#title_sub + .cm-editor .cm-gutters,
#description + .cm-editor .cm-gutters,
#lead_in + .cm-editor .cm-gutters,
#keywords + .cm-editor .cm-gutters,
#image_alt + .cm-editor .cm-gutters,
#country + .cm-editor .cm-gutters,
#city + .cm-editor .cm-gutters,
#mitteilung + .cm-editor .cm-gutters {
    display: none !important;
}
.cm-spell-error {
    background-color: rgba(255, 0, 0, 0.2);
    border-bottom: 1px dotted red;
}
.cm-grammar-error {
    background: rgba(170, 211, 223, 0.4);
    border-bottom: 2px dotted blue;
    cursor: pointer;
}
.lt-menu-list {
	margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.lt-menu-item {
    padding: 6px 12px;
    border-radius: 999px;
    background: #f1f3f4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    transition: background .12s ease, transform .12s ease, box-shadow .12s ease;
    font-size: 13px;
    line-height: 1.35;
}
.lt-menu-item:hover {
    background: #d2e3fc;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
.lt-menu-item.primary {
    background: #e8f0fe;
    font-weight: 600;
}
.lt-menu-item.primary:hover {
    background: #d2e3fc;
}
.lt-icon {
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
    font-size: 14px;
    line-height: 1;
    width: 18px;
    display: inline-flex;
    justify-content: center;
    opacity: .9;
}
.lt-text {
    display: inline-block;
}
.lt-tooltip-dark {
    position: fixed;
    z-index: 99999;
    background: #202124;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.4;
    max-width: 320px;
    pointer-events: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.25);
    font-family: Arial, Helvetica, sans-serif;
}
.cm-search {
    font-size: 1.4rem;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}
.cm-button {
    min-width: 16px;
    height: 16px;
    border: 0px !important;
    border-radius: 999px !important;
    background: #336699 !important;
    color: #fafaf8 !important;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
    background 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.08s ease,
    border-color 0.15s ease;
}
.cm-search button[name="close"] {
  cursor: pointer;
}
.cm-search .cm-button:hover {
  background: #e8eaed;
  box-shadow: 0 1px 2px rgba(60,64,67,0.15);
}
.cm-search .cm-button:active {
  transform: scale(0.97);
}
.cm-search .cm-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66,133,244,0.25);
  background: #e8f0fe;
}
.cm-search .cm-button.primary {
  background: #1a73e8;
  color: white;
}
.cm-search .cm-button.primary:hover {
  background: #1669c1;
}
.cm-search button svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 2.5;
    fill: none;
    pointer-events: none;
}
.cm-search.cm-panel {
  position: relative;
  transform: translateY(20px);
  opacity: 0;
  animation: cmSearchSlideIn 180ms ease-out forwards;
}
.cm-search.cm-panel.cm-closing {
  animation: cmSearchOut 150ms ease-in forwards;
}
.cm-search-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(4px);
  opacity: 0;
  animation: cmBackdropIn 160ms ease-out forwards;
  z-index: 999;
}
.cm-search-count {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  margin-left: 8px;
  padding: 0 8px;
  font-size: 12px;
  color: #5f6368;
  flex: 0 0 auto;
}
.cm-search label,
.cm-search-whole-word {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.cm-search button {
  cursor: pointer;
}
.cm-search-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.cm-search-options {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
.clip_search i {
  transition: transform 180ms ease, opacity 180ms ease;
  display: inline-block;
}
.cm-textfield {
    min-width: 140px;
}
input.cm-textfield {
    border: 0px !important;
    border-radius: 8px !important;
}
.clip_search.active i {
  transform: rotate(90deg) scale(0.8);
  opacity: 0.8;
}
.cm-search-backdrop.cm-out {
  animation: cmBackdropOut 140ms ease-in forwards;
}
@keyframes cmBackdropIn {
  to { opacity: 1; }
}
@keyframes cmBackdropOut {
  to { opacity: 0; }
}
@keyframes cmSearchOut {
  to {
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes cmSearchSlideIn {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}