:root {
  --ornl-subsite-handler--font-size: 1rem;
}

body {
  --font-style-bold: 600;
  --font-style-bolder: 800;
}

.card.card-profile .card--heading {
  font-size: 1.25rem !important;
}

.profile-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}
.profile-card--image {
  background-color: var(--wp--preset--color--neutral-light);
  border-radius: 50%;
  height: 240px;
  margin-bottom: 0.5em;
  overflow: hidden;
  width: 240px;
}
.profile-card--image > img {
  max-width: initial;
  width: 100%;
}
.profile-card--content-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.profile-card--link {
  font-size: inherit;
}
.profile-card--heading {
  font-size: 1.5em;
  text-align: center;
}
.profile-card--item {
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 0.5em;
  text-align: center;
}
.profile-card--item.position {
  font-weight: var(--font-style-bold);
}
.profile-card--label {
  align-self: flex-start;
}
.profile-card a {
  text-decoration: none;
}

.archive-section-heading {
  text-align: center;
  border-bottom: 2px solid var(--wp--preset--color--primary);
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-top: 4rem;
}

.profile {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 240px;
  margin-top: 2rem;
  max-width: 960px !important;
}
.profile--image {
  background-color: var(--wp--preset--color--neutral-light);
  border-radius: 50%;
  height: 100px;
  margin: 0;
  overflow: hidden;
  width: 100px;
}
@media screen and (min-width: 60em) {
  .profile--image {
    height: 200px;
    width: 200px;
  }
}
.profile--image > img {
  max-width: initial;
  width: 100%;
}
.profile--heading {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.profile--item {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.profile--item.position {
  font-weight: var(--font-style-bold);
}
.profile--content {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.profile--content > p {
  font-size: 1rem;
  line-height: 1.6;
}

.speaker-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 60em) {
  .speaker-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.sponsors-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.sponsors-list-item {
  list-style-type: none;
}

.sponsors-list-item img {
  height: 100px;
  width: auto;
}

.organizer-role {
  font-size: 0.85em;
}