@font-face {
    font-family: "Signifier";
    src: url("../../fonts/WOFF2/signifier-light.woff2") format("woff2"),
      url("../../fonts/OTF/Signifier-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  
  body {
    color: rgba(0, 17, 55, 1);
  }
  
  .profile-container {
    display: block; /* Change from inline-block to block */
    max-width: 825px;
    width: 100%; /* Ensure it takes full width */
  }
  body {
    margin: 0;
    color: rgba(0, 17, 55, 1);
  }
  
  a {
    text-decoration: none;
    color: rgba(0, 17, 55, 1);
  }
  
  .no-margin {
    margin: 0;
  }
  
  .margin-right-8 {
    margin-right: 8px;
  }
  
  .margin-right-4 {
    margin-right: 4px;
  }
  
  p {
    margin: 0;
  }
  
  .line {
    width: 100%;
  }
  
  .profile-card {
    gap: 29px;
    display: flex;
    padding: 30px;
    align-items: flex-start;
    border-radius: 20px;
    flex-direction: column;
    background-color: #e9f0ff;
  }
  
  .authority-section {
    width: 100%;
    gap: 9px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  .authority-content {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .authority-line {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
  }
  
  .authority-content-inner {
    font-family: Signifier;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    z-index: 2;
  }
  
  .authority-icon {
    width: 30px;
    height: 30px;
  }
  
  .authority-description {
    width: 100%;
    font-size: 18px;
    text-align: center;
    /* open sans italic */
    font-style: italic;
    font-family: Open Sans;
    font-stretch: normal;
    text-decoration: none;
  }
  
  .profile-layout {
    gap: 25px;
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
  }
  
  .profile-header {
    gap: 14px;
    display: flex;
    align-items: center;
    max-width: 45%;
  }
  
  .profile-image-link {
    display: contents;
  }
  
  .profile-image {
    width: 158px;
    height: 158px;
    border-radius: 180px;
    text-decoration: none;
  }
  
  .profile-info {
    gap: 3px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  
  .profile-name {
    height: auto;
    font-size: 30px;
    font-style: Light;
    text-align: left;
    font-family: Signifier;
    font-weight: 300;
    line-height: 120%;
    font-stretch: normal;
    text-decoration: none;
  }
  
  .social-link {
    display: contents;
  }
  
  .social-icon {
    width: 24px;
    margin-left: 0.2em;
    text-decoration: none;
  }
  
  .profile-title {
    height: auto;
    font-size: 20px;
    align-self: stretch;
    font-style: Regular;
    text-align: left;
    font-family: Open Sans;
    font-weight: 400;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
  }
  
  .profile-company {
    height: auto;
    font-size: 20px;
    align-self: stretch;
    font-style: Regular;
    text-align: left;
    font-family: Open Sans;
    font-weight: 400;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
  }
  
  .authority-score {
    display: flex;
    padding: 7px 12px;
    padding-top: 12px;
    padding-bottom: 8px;
    align-items: center;
    border-radius: 15px;
    flex-direction: column;
    background-color: rgba(0, 17, 55, 1);
    color: rgba(255, 255, 255, 1);
    font-family: Signifier;
  }
  
  .authority-score-text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  
  .authority-score-text {
    font-size: 16px;
    font-style: Regular;
    text-align: left;
  }
  
  .authority-score-value {
    font-size: 35px;
    font-style: bold;
    font-family: Signifier;
    font-weight: 900;
  }
  
  .authority-score-divider {
    font-size: 26px;
    font-style: Regular;
    font-family: Signifier;
    font-weight: 700;
  }
  
  .expertise-section {
    gap: 40px;
    display: flex;
    align-items: center;
  }
  
  .expertise-container {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .expertise-item-inner {
    width: 107px;
    height: 10px;
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-shrink: 1;
  }
  
  .progress-bar-bg {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 81px;
  }
  
  .progress-bar-fill {
    top: 0px;
    left: 0px;
    height: 100%;
    position: absolute;
    border-radius: 81px;
  }
  
  .expertise-name {
    height: auto;
    font-size: 16px;
    align-self: stretch;
    font-style: Regular;
    text-align: left;
    font-family: Open Sans;
    font-weight: 400;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
  }
  
  .verification-section {
    gap: 30px;
    display: flex;
    align-items: center;
  }
  
  .verification-link {
    display: contents;
  }
  
  .verification-content {
    gap: 17.75px;
    display: flex;
    align-items: center;
    padding-top: 4px;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
  }
  
  .verification-icon {
    width: auto;
    height: auto;
    box-sizing: content-box;
  }
  
  .verification-text {
    height: auto;
    font-size: 22px;
    font-style: Light;
    text-align: center;
    font-family: Signifier;
    font-weight: 300;
    line-height: 130%;
    font-stretch: normal;
  }
  
  .authority-class {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
  }
  
  .profile-bio {
    height: auto;
    font-size: 14px;
    font-style: Regular;
    text-align: left;
    font-family: Open Sans;
    font-weight: 400;
    line-height: 21px;
    font-stretch: normal;
    text-decoration: none;
  }
  
  .text24 {
    line-height: 16px;
  }
  
  .activity-section {
    width: 100%;
    gap: 25px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  
  .activity-title-container {
    display: flex;
    align-items: center;
  }
  
  .activity-divider {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .activity-title {
    display: inline;
    height: auto;
    font-size: 20px;
    font-family: Signifier;
    font-style: Light;
    text-align: left;
    font-weight: 100;
    line-height: 130%;
    font-stretch: normal;
    text-decoration: none;
  }
  
  .activity-grid {
    width: 100%;
    gap: 30px;
    display: flex;
  }
  
  .activity-list {
    display: flex;
    gap: 31px;
    flex-direction: column;
  }
  
  .activity-item {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  
  .activity-item-icon {
    width: 36px;
    height: 36px;
  }
  
  .activity-link {
    display: contents;
  }
  
  .activity-image {
    width: 31%;
    height: auto;
    border-radius: 10px;
    text-decoration: none;
  }
  
  @media (max-width: 830px) {
    .authority-content-inner {
      font-size: 30px;
    }
  
    .authority-description {
      font-size: 15px;
    }
  
    .profile-card {
      gap: 25px;
      padding: 25px;
      border-radius: 15px;
    }
  
    .profile-name {
      font-size: 24px;
    }
  
    .profile-title,
    .profile-company {
      font-size: 16px;
    }
  
    .authority-score {
      padding: 3px 8px;
      padding-top: 10px;
      padding-bottom: 4px;
    }
  
    .authority-score-text {
      font-size: 14px;
      font-style: Regular;
      text-align: left;
    }
  
    .authority-score-value {
      font-size: 30px;
      font-style: bold;
      font-family: Signifier;
      font-weight: 900;
    }
  
    .authority-score-divider {
      font-size: 22px;
      font-style: Regular;
      font-family: Signifier;
      font-weight: 700;
    }
  
    .expertise-section {
      gap: 30px;
    }
  
    .expertise-name {
      height: auto;
      font-size: 14px;
      align-self: stretch;
      font-style: Regular;
      text-align: left;
      font-family: Open Sans;
      font-weight: 400;
      line-height: normal;
      font-stretch: normal;
      text-decoration: none;
    }
  
    .profile-bio {
      height: auto;
      font-size: 14px;
      font-style: Regular;
      text-align: left;
      font-family: Open Sans;
      font-weight: 400;
      line-height: 21px;
      font-stretch: normal;
      text-decoration: none;
    }
  
    .activity-title {
      height: auto;
      font-size: 16px;
      font-family: Signifier;
      font-style: Light;
      text-align: left;
      font-weight: 100;
      line-height: 130%;
      font-stretch: normal;
      text-decoration: none;
    }
  
    .activity-item {
      display: flex;
      gap: 20px;
      align-items: center;
    }
  
    .activity-item-icon {
      width: 36px;
      height: 36px;
    }
  
    .activity-link {
      display: contents;
    }
  
    .activity-image {
      width: 31%;
      height: auto;
      border-radius: 10px;
      text-decoration: none;
    }
  }
  
  @media (max-width: 700px) {
    .authority-content-inner {
      font-size: 30px;
    }
  
    .authority-description {
      font-size: 15px;
    }
  
    .profile-card {
      gap: 25px;
      padding: 25px;
      border-radius: 15px;
    }
  
    .profile-layout {
      gap: 20px;
      flex-direction: column;
      align-items: flex-start;
    }
  
    .profile-header {
      width: 100%;
      max-width: 100%;
    }
  
    .profile-name {
      font-size: 24px;
    }
  
    .profile-title,
    .profile-company {
      font-size: 16px;
    }
  
    .line-break {
      display: none;
    }
  
    .authority-score {
      padding: 3px 8px;
      padding-top: 10px;
      padding-bottom: 4px;
    }
  
    .authority-score-text {
      font-size: 14px;
      font-style: Regular;
      text-align: left;
    }
  
    .authority-score-value {
      font-size: 30px;
      font-style: bold;
      font-family: Signifier;
      font-weight: 900;
    }
  
    .authority-score-divider {
      font-size: 22px;
      font-style: Regular;
      font-family: Signifier;
      font-weight: 700;
    }
  
    .expertise-section {
      gap: 30px;
    }
  
    .expertise-name {
      height: auto;
      font-size: 14px;
      align-self: stretch;
      font-style: Regular;
      text-align: left;
      font-family: Open Sans;
      font-weight: 400;
      line-height: normal;
      font-stretch: normal;
      text-decoration: none;
    }
  
    .profile-bio {
      height: auto;
      font-size: 14px;
      font-style: Regular;
      text-align: left;
      font-family: Open Sans;
      font-weight: 400;
      line-height: 21px;
      font-stretch: normal;
      text-decoration: none;
    }
  
    .activity-section {
      width: 100%;
      gap: 20px;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
    }
  
    .activity-title-container {
      display: flex;
      align-items: center;
    }
  
    .activity-divider {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .activity-title {
      height: auto;
      font-size: 16px;
      font-family: Signifier;
      font-style: Light;
      text-align: left;
      font-weight: 100;
      line-height: 130%;
      font-stretch: normal;
      text-decoration: none;
    }
  
    .activity-grid {
      width: 100%;
      display: flex;
      flex-direction: column;
    }
  
    .activity-list {
      display: flex;
      gap: 31px;
      flex-direction: column;
    }
  
    .activity-item {
      display: flex;
      gap: 20px;
      align-items: center;
    }
  
    .activity-item-icon {
      width: 36px;
      height: 36px;
    }
  
    .activity-link {
      display: contents;
    }
  
    .activity-image {
      width: 31%;
      height: auto;
      border-radius: 10px;
      text-decoration: none;
    }
  }
  
  @media (max-width: 370px) {
    .authority-content-inner {
      font-size: 24px;
    }
  
    .authority-description {
      font-size: 12px;
    }
  
    .social-icon {
      width: 20px;
      height: 20px;
    }
  
    .profile-card {
      gap: 20px;
      padding: 25px;
      border-radius: 15px;
    }
  
    .profile-layout {
      gap: 15px;
      flex-direction: column;
      align-items: flex-start;
    }
  
    .profile-header {
      width: 100%;
      max-width: 100%;
    }
  
    .profile-name {
      font-size: 20px;
    }
  
    .profile-title,
    .profile-company {
      font-size: 16px;
    }
  
    .line-break {
      display: none;
    }
  
    .authority-score {
      padding: 6px 8px;
    }
  
    .authority-score-text {
      font-size: 12px;
      font-style: Regular;
      text-align: left;
    }
  
    .authority-score-value {
      font-size: 22px;
      font-style: bold;
      font-family: Signifier;
      font-weight: 900;
    }
  
    .authority-score-divider {
      font-size: 18px;
      font-style: Regular;
      font-family: Signifier;
      font-weight: 700;
    }
  
    .expertise-section {
      gap: 25px;
    }
  
    .expertise-container {
      gap: 1px;
    }
  
    .expertise-name {
      height: auto;
      font-size: 10px;
      align-self: stretch;
      font-style: Regular;
      text-align: left;
      font-family: Open Sans;
      font-weight: 400;
      line-height: normal;
      font-stretch: normal;
      text-decoration: none;
    }
  
    .profile-bio {
      height: auto;
      font-size: 12px;
      font-style: Regular;
      text-align: left;
      font-family: Open Sans;
      font-weight: 400;
      line-height: 21px;
      font-stretch: normal;
      text-decoration: none;
    }
  
    .activity-section {
      width: 100%;
      gap: 10px;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
    }
  
    .activity-title-container {
      display: flex;
      align-items: center;
    }
  
    .activity-divider {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .activity-title {
      height: auto;
      font-size: 10px;
      font-family: Signifier;
      font-style: Light;
      text-align: left;
      font-weight: 100;
      line-height: 130%;
      font-stretch: normal;
      text-decoration: none;
    }
  
    .activity-grid {
      width: 100%;
      gap: 10px;
      display: flex;
      flex-direction: column;
    }
  
    .activity-list {
      display: flex;
      gap: 10px;
      flex-direction: column;
    }
  
    .activity-item {
      display: flex;
      gap: 10px;
      align-items: center;
    }
  
    .activity-item-title {
      font-size: 10px;
    }
  
    .activity-item-icon {
      width: 30px;
      height: 30px;
    }
  
    .activity-link {
      display: contents;
    }
  
    .activity-image {
      width: 25%;
      height: auto;
      border-radius: 10px;
      text-decoration: none;
    }
  }
  