/* Blue document controls for the public-disclosure page. */
.mpd-main table thead th {
  background: linear-gradient(105deg, #2563eb, #4f46e5);
  color: #fff;
}

.mpd-main .view-doc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  padding: 9px 16px;
  border-radius: 999px;
  background: linear-gradient(105deg, #2563eb, #4f46e5);
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(37, 99, 235, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.mpd-main .view-doc:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(37, 99, 235, .3);
}
