.cn-list-body > .cn-list-item:not(:last-child) > .cn-entry.connection-tab-content {
  margin-bottom: 30px;
}
.cn-entry.connection-tab-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cn-entry.connection-tab-content .cn-entry-name {
  font-size: 1.625rem;
  color: var(--uf-blue);
  font-weight: 600;
}
.cn-entry.connection-tab-content .cn-entry-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.cn-entry.connection-tab-content .cn-entry-social a {
  color: var(--uf-blue);
  fill: currentColor;
}
.cn-entry.connection-tab-content .cn-entry-social a:hover {
  color: var(--uf-orange);
}

.cn-entry.connection-tab-content .cn-entry-social svg {
  width: 100%;
  max-width: 20px;
}