.breadcrumb a {
  color: #565656 !important;
}

nav.tabs-wrapper a {
  background-color: var(--color-gray-050);
}

#edit-actions .button.button--primary, .fieldset__wrapper .button.button--primary {
  color: var(--button-fg-color--primary) !important;
  background-color: var(--button-bg-color--primary) !important;
}

#edit-actions .button, .fieldset__wrapper .button {
  color: var(--button-fg-color) !important;
  background-color: var(--button-bg-color) !important;
  border: 1px solid transparent !important;
  border-radius: var(--button-border-radius-size) !important;
  font-size: var(--font-size-base);
  font-weight: 700 !important;
  line-height: 1rem !important;
}

input.media-library-item__remove {
  border-radius: 10px;
  min-width: 1rem;
}

table.responsive-enabled th {
  background: var(--color-gray-050) !important;
}

table.responsive-enabled td {
  background: unset !important;
}

.ck-content p a {
  color: #782953;
}

.ck-content a.button, .ck-content a.button--primary {
  color: white;
}


.ck-content ul li, .ck-content ol li {
  color: #5b6770;
}
.ck-content ul li::marker, .ck-content ol li::marker {
  color: rgb(120, 41, 83);
}

.ck-content ul li::before, .ck-content ol li::before {
  padding-right: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: rgb(120, 41, 83);
  font-size: 20px;
}

.ck-content blockquote {
  z-index: 0;
  border-left: none !important;
}

.ck-content blockquote::before {
  line-height: unset;
}

.ck-content blockquote p {
  position: relative;
  z-index: 1;
}

.ck-content table thead th:nth-child(even) {
  background-color: #9bcedd;
}

.ck-content table thead th:nth-child(odd) {
  background-color: rgba(0,0,0,0);
}

.ck-content table tbody th:nth-child(odd) {
  background-color: rgba(0,0,0,0);
}
.ck-content table span {
  color: #5b6770;
}
