a.colorbox::after {
  display: none;
}

#colorbox #cboxTitle {
  display: none !important;
}

#colorbox #cboxClose {
  top: 0;
  right: 0;
  color: transparent;
  text-indent: 0;
  background: none;
  width: 2rem;
  height: 2rem;
}

#cboxClose::after {
  content: "cancel";
  font-family: "Material Symbols Outlined";
  font-size: 2rem;
  color: var(--color-functional-black);
  display: block;
  position: absolute;
  inset: 0;
}

#cboxClose:hover::after {
  color: var(--color-700);
}
