/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Definition of styles for BOINC user profiles
 */

.user-profile {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

.user-profile > .general-info {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-block-end: 0.3125rem;
  padding-block-end: 1rem;
  border-bottom: 1px dotted #aaa;
}

.user-profile > .general-info > .picture img {
  width: 6.25rem;
}

.user-profile > .general-info > .details > div {
  font-size: var(--font-size-xs);
  line-height: 1.25rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.user-profile > .bio {
  border-top: 1px dotted #aaa;
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  gap: 0.5rem;
  padding-block-start: 1.25rem;
}
