/**
 * SINGLE EXPERT
 **/
.single-expert section {
  margin-top: calc(3rem + 120px) !important;
  padding-top: calc(3rem + 120px) !important;
  overflow: visible !important;
}

  .single-expert section .wp-block-post-meta {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

    .single-expert section .wp-block-post-meta span {
      display: flex;
      align-items: center;
      column-gap: 0.25rem;
    }

    .single-expert section .wp-block-post-meta span + span:before {
      display: inline-block;
      width: 1rem;
      height: 2px;
      margin-right: 1rem;
      background-color: var(--wp--preset--color--base);
      content: '';
    }

  .single-expert section figure {
    width: 100%;
    max-width: 240px;
    margin-top: calc((3rem + 240px) * -1) !important;
  }

    .single-expert section figure img {
      border: 2px solid var(--wp--preset--color--contrast);
      border-radius: 50%;
    }
