.hms-psc-card {
    max-width: 420px;
    margin: 20px auto;
    padding: 24px;
    border: 1px solid #e2e2e2;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    text-align: center;
}

.hms-psc-image-wrap {
    margin-bottom: 18px;
}

.hms-psc-image {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    display: inline-block;
}

.hms-psc-name {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.2;
}

.hms-psc-designation {
    margin: 0 0 12px;
    color: #666;
    font-weight: 600;
}

.hms-psc-bio {
    margin: 0 0 18px;
    color: #444;
    line-height: 1.6;
}

.hms-psc-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.hms-psc-socials a {
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid #ddd;
    color: #222;
    transition: all 0.2s ease;
}

.hms-psc-socials a:hover {
    border-color: #111;
    transform: translateY(-1px);
}
