.ck {
  color: var(--gtweb-black-text);
}

.ckeditor5-toolbar-button-fontSize {
  background-image: url(../icons/font-size.svg);
}

.ckeditor5-toolbar-button-gtButtons {
  background-image: url(../icons/gt-buttons.svg);
}

.ckeditor5-toolbar-button-gtLists {
  background-image: url(../icons/gt-lists.svg);
}


:dir(rtl) { text-align: right; }
:dir(rtl) :dir(ltr) { text-align: left; }

BUTTON.ck.ck-button.iac-introduction SPAN.ck-button__label {
  font-size: 20px;
}
BUTTON.ck.ck-button.gt-gray-border SPAN.ck-button__label {
  border-top: 10px solid #e8eae7;
  padding-top: 8px;
  width: 100%;
}
BUTTON.ck.ck-button.gt-h2-heading-gold {
  font-size: 20px;
  font-weight: 700;
}
BUTTON.ck.ck-button.gt-h2-heading-gold.ck-off SPAN.ck-button__label {
  color: var(--gtweb-heading-gold);
}
BUTTON.ck.ck-button.gt-h2-heading-gold-bar {
  font-size: 20px;
  font-weight: 700;
}
BUTTON.ck.ck-button.gt-h2-heading-gold-bar SPAN.ck-button__label {
  border-top: 10px solid #e8eae7;
  padding-top: 8px;
  width: 100%;
}
BUTTON.ck.ck-button.gt-h2-heading-gold-bar.ck-off SPAN.ck-button__label {
  color: var(--gtweb-heading-gold);
}
BUTTON.ck.ck-button.gt-h3-heading-gold {
  font-size: 17px;
  font-weight: 700;
}
BUTTON.ck.ck-button.gt-h3-heading-gold.ck-off SPAN.ck-button__label {
  color: var(--gtweb-heading-gold);
}

