/* ================================================================
   credentials-extra.css — Vivek Pal
   Homepage marquee credential card mein institute logo + issuer
   name add karne ke liye. Ye file existing credentials.css ko
   touch nahi karti — bilkul alag, safe addition hai.
================================================================ */

.cred-issuer-row {
  display: flex !important;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  width: 100%;
}

.cred-institute-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 10px;
  background: #ffffff;
  padding: 4px;
  box-sizing: border-box;
  box-shadow: 0 3px 12px rgba(0,0,0,0.45);
  flex-shrink: 0;
}

.cred-issuer-name {
  font-size: 0.95rem;
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}