/* Passport Manager 1.2.2 certificate contrast, gallery and image-ratio correction. */
.lmg-cert-card,
.lmg-cert-panel {
  background: linear-gradient(145deg, #fffdf7 0, #fffaf0 62%, #f5ead0 100%);
  color: #151713;
}

.lmg-cert-header h1,
.lmg-cert-panel h1 {
  color: #151713 !important;
  text-shadow: none !important;
}

.lmg-cert-eyebrow,
.lmg-cert-section h2 {
  color: #785812;
}

.lmg-cert-image a {
  display: block;
}

.lmg-cert-image img {
  height: auto;
  max-height: 620px;
  object-fit: contain;
  width: 100%;
}

.lmg-cert-gallery a {
  background: #fff;
  border: 1px solid #d8c58e;
  display: flex;
  min-height: 220px;
  padding: 8px;
}

.lmg-cert-gallery img {
  height: 100%;
  max-height: 360px;
  object-fit: contain;
  width: 100%;
}
