/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/tippy.js/dist/tippy.css ***!
  \********************************************************************************************************************/
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./source/components/profile-detail-nameplate/styles.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************/
.c-profile-detail-nameplate {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "header" "picture" "footer";
  gap: 24px;
  position: relative;
  padding: 24px 20px;
  border-radius: 16px;
  background-color: #e8eff7;
}
@media (max-width: 919px) {
  .c-profile-detail-nameplate {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
@media (min-width: 660px) {
  .c-profile-detail-nameplate {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 2fr);
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
    grid-template-areas: "picture header" "picture footer";
    row-gap: 16px;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
@media (min-width: 920px) {
  .c-profile-detail-nameplate {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 3.55fr);
    padding: 24px;
  }
}
@media (min-width: 660px) {
  .has-locations .c-profile-detail-nameplate {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 2fr);
  }
}

.c-profile-detail-nameplate__header {
  grid-area: header;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}

.c-profile-detail-nameplate__picture {
  grid-area: picture;
  max-width: 240px;
}
@media (min-width: 660px) {
  .c-profile-detail-nameplate__picture {
    max-width: 300px;
  }
}
.c-profile-detail-nameplate__picture img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.c-profile-detail-nameplate__footer {
  grid-area: footer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}

.c-profile-detail-nameplate__header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}

.c-profile-detail-nameplate__name {
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.c-profile-detail-nameplate__name > :first-child {
  margin-top: 0;
}
.c-profile-detail-nameplate__name > :last-child {
  margin-bottom: 0;
}

.c-profile-detail-nameplate__credentials {
  font-size: 20px;
  color: #1c3c51;
}
.c-profile-detail-nameplate__credentials [data-tippy-content] {
  border-bottom: 2px dotted #b3c3cd;
}

.c-profile-detail-nameplate__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
.c-profile-detail-nameplate__actions .c-button {
  font-size: 16px;
}

/*# sourceMappingURL=styles.css.map*/