.mementom-insignia {
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 9px 17px 9px 10px;
  border: 1px solid #365d78;
  border-radius: 15px;
  background: #fff;
  color: #14222c;
  box-shadow: 0 5px 16px rgba(20, 34, 44, 0.08);
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, translate 160ms ease;
}

.mementom-insignia:hover {
  border-color: #14222c;
  box-shadow: 0 8px 22px rgba(20, 34, 44, 0.12);
  translate: 0 -1px;
}

.mementom-insignia:active {
  box-shadow: 0 3px 10px rgba(20, 34, 44, 0.08);
  translate: 0 0;
}

.mementom-insignia img {
  width: 58px;
  height: 38px;
  flex: 0 0 auto;
  object-fit: contain;
}

.mementom-insignia__copy {
  display: grid;
  gap: 2px;
  line-height: 1.08;
}

.mementom-insignia__copy small {
  color: #365d78;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mementom-insignia__copy strong {
  color: #14222c;
  font-size: 0.95rem;
  font-weight: 700;
}

@media (max-width: 620px) {
  .mementom-insignia {
    min-height: 60px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mementom-insignia {
    transition: none;
  }
}
