.hoh-identity-card {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 25px;
    background: white;
    border-radius: 14px;
    margin-bottom: 30px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.hoh-identity-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hoh-identity-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hoh-identity-initials {
    font-size: 42px;
    font-weight: bold;
    color: #666;
}

.hoh-identity-info h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
}

.hoh-identity-status {
    margin: 4px 0 8px;
    color: #666;
}

.hoh-identity-version {
    font-size: 14px;
    color: #888;
}

.hoh-identity-scripture {
    margin-top: 12px;
    padding: 12px;
    background: #f7f4ff;
    border-left: 4px solid #6a5acd;
    border-radius: 6px;
}

.hoh-identity-scripture strong {
    display: block;
    margin-bottom: 4px;
}
