.host-container-c08ec9e4 {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 283px;
    height: 64px;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
}

.host-avatar-c08ec9e4 {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}

.host-avatar-c08ec9e4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.host-text-c08ec9e4 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}

.host-name-c08ec9e4 {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #3A3A30;
}

.host-role-c08ec9e4 {
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #3A3A30;
}
