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

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

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);
}
