.cp-2a53b0a4-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 15px;
    font-family: inherit;
}

.cp-2a53b0a4-image {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--border);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    overflow: hidden; /* Added to keep image inside the rounded container */
}

.cp-2a53b0a4-image img {
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.cp-2a53b0a4-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cp-2a53b0a4-name {
    margin: 0;
    padding: 0;
}

.cp-2a53b0a4-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.cp-2a53b0a4-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.cp-2a53b0a4-link:hover {
    opacity: 0.8;
}

.cp-2a53b0a4-arrow {
    font-family: inherit;
    font-weight: normal;
}
