.member-profile-block-92639c93 {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    height: 100%;
    transition: box-shadow 0.3s ease;
}

.member-profile-block-92639c93:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.mpb-layout-top.member-profile-block-92639c93 {
    flex-direction: column;
    align-items: flex-start;
}

.mpb-layout-left.member-profile-block-92639c93 {
    flex-direction: row;
    align-items: flex-start;
}

.mpb-content-wrapper-92639c93 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
    width: 100%;
}

.mpb-logo-92639c93 {
    flex-shrink: 0;
}

.mpb-logo-92639c93 img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: auto;
}

.mpb-company-92639c93 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: bold;
}

.mpb-category-92639c93 {
    font-size: 0.9rem;
    color: #666;
    margin-top: -10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mpb-blurb-92639c93 {
    margin: 0;
}

.mpb-actions-92639c93 {
    margin-top: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mpb-icon-links-92639c93 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.mpb-icon-link-92639c93 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    color: #333;
    transition: color 0.3s ease;
}

.mpb-icon-link-92639c93 svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    transition: fill 0.3s ease;
}