/**
 * Version 4.1.3: visible close controls and credential detail drawer behavior.
 */

.had-drawer-close,
.had-project-close,
.had-scholar-modal-close {
  color: #fff !important;
  cursor: pointer;
}

.had-close-glyph {
  display: block;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  transform: translateY(-1px);
  text-shadow: 0 0 10px rgba(255, 255, 255, .28);
}

.had-drawer-close:hover,
.had-project-close:hover,
.had-scholar-modal-close:hover {
  border-color: var(--had-accent, #22d3ee) !important;
  background: #0b3447 !important;
  color: #fff !important;
}

.had-drawer-close:focus-visible,
.had-project-close:focus-visible,
.had-scholar-modal-close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.had-credential-full[aria-haspopup="dialog"] {
  cursor: pointer;
}
