.dtc-info-button {
  display: inline-block;
}

.dtc-info-button .dtc-info-button-icon {
  bottom: 5px;
  cursor: pointer;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
}

.dtc-info-button .dtc-info-button-icon:hover {
  color: rgba(0, 120, 212, 1);
  color: var(--communication-background,rgba(0, 120, 212, 1));
}

@media screen and (-ms-high-contrast: active) {
  .dtc-info-button .dtc-info-button-icon:focus {
    color: highlight;
  }
}
