.sh-credentials.main-card{box-sizing:border-box;grid-column:1 / -1;width:100%;min-width:0;padding:28px;border:1px solid #343943;border-radius:20px;background:linear-gradient(125deg,#17191d 15%,#252d3c 100%);color:#e5e5e5;font-family:Inter,Arial,sans-serif}
.sh-credentials *{box-sizing:border-box}
.sh-credentials__heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px}
.sh-credentials__eyebrow{display:block;color:#9aa8bf;font-size:.75rem;letter-spacing:.12em;line-height:1.5;margin-bottom:12px}
.sh-credentials h2{font-size:clamp(1.25rem,1.65vw,1.625rem);font-weight:500;line-height:1.35;letter-spacing:-.025em;margin:0;color:#eef1f6}
.sh-credentials__emblem{display:block;width:100px;height:70px;object-fit:contain;flex-shrink:0}
.sh-credentials p{font-size:.875rem;line-height:1.5;color:#aab4c4;margin:4px 0 0}
.sh-credentials__documents{display:flex;flex-direction:column;margin-top:8px;border-top:1px solid #424957}
.sh-credentials__documents a{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#e0e5ec;padding:14px 0;text-decoration:none;font-size:.875rem;line-height:1.5;border-bottom:1px solid #363e4b;transition:color .15s}
.sh-credentials__documents a:last-child{border-bottom:0;padding-bottom:0}
.sh-credentials__documents a:hover{color:#a9cdff}
.sh-credentials__documents a:focus-visible{outline:2px solid #a9cdff;outline-offset:4px;border-radius:4px}
.sh-credentials__detail{display:block;overflow-wrap:anywhere;color:#aab4c4;font-size:.875rem;margin-top:2px}
.sh-credentials__format{font-size:.75rem;white-space:nowrap;color:#b0c3df;flex-shrink:0}
@media(max-width:600px){.sh-credentials.main-card{padding:22px 20px}.sh-credentials__heading{gap:12px}.sh-credentials__emblem{width:72px;height:50px}.sh-credentials h2{font-size:1.25rem}.sh-credentials__eyebrow{font-size:.75rem}}
@media(max-width:360px){.sh-credentials__heading{align-items:flex-start;flex-direction:column-reverse}.sh-credentials__documents a{gap:8px}}

.sh-credentials__documents a>span:first-child{min-width:0}
