/* Figma Fidelity Checklist:
   - Frame: 393px width, ~1038px height
   - Font family: 'Suisse Intl' (fallback: 'Helvetica Neue', Arial, sans-serif)
   - Primary text styles: H1 24px/normal 500; Body 16px/normal book; Caption 12px/normal 0.84px tracking uppercase
   - Key spacing: 16px outer padding, 12px icon gap, 8px small radius, 6px card inset
   - Corner radius: outer cards 16px, inner container 12px, icons 8px/rounded
*/

:root {
  --frame-width: 393px;
  --bg-grey-01: #f7f7f7;
  --bg-white: #ffffff;
  --grey-02: #cccccc;
  --grey-03: #757575;
  --text-dark: #101010;
  --text-secondary: rgba(0, 0, 0, 0.54);
  --shadow-card: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  --shadow-icon: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  --radius-04: 8px;
  --radius-05: 12px;
  --radius-06: 16px;
  --space-00: 0px;
  --space-01: 2px;
  --space-02: 4px;
  --space-03: 6px;
  --space-04: 8px;
  --space-05: 12px;
  --space-06: 16px;
  --space-07: 24px;
  --font-primary: "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  --asset-hero-photo: url("assets/user-photo.png");
  --asset-hero-shape: url("assets/logo-shape.png");
  --asset-logo: url("assets/Logo.svg");
  --asset-icon1: url("assets/Phone.svg");
  --asset-icon2: url("assets/Email.svg");
  --asset-icon3: url("assets/Line.svg");
  --asset-icon4: url("assets/Wechat.svg");
  --asset-icon5: url("assets/Website.svg");
  --asset-icon6: url("assets/Website.svg");
  --asset-icon7: url("assets/Location.svg");
  --asset-icon8: url("assets/Location.svg");
  --asset-icon9: url("assets/office.svg");
  --asset-icon10: url("assets/Fax.svg");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg-grey-01);
  font-family: var(--font-primary);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

.page {
  max-width: var(--frame-width);
  margin: 0 auto;
  background: var(--bg-grey-01);
  color: var(--text-dark);
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
}

.page__bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.desktop-card {
  position: relative;
  z-index: 1;
}

.desktop-card {
  display: block;
}

.desktop-card__left,
.desktop-card__right {
  width: 100%;
}

.card-group {
  display: block;
  width: 100%;
}

.hero {
  height: 336px;
  width: 100%;
  position: relative;
}

.hero__background {
  height: 100%;
  width: 100%;
  position: relative;
  background: unset;
  background-color: unset;
  background-image: none;
  overflow: hidden;
}

.hero__shape {
  position: absolute;
  left: 50%;
  top: 12px;
  width: 329px;
  height: 329px;
  object-fit: contain;
  display: block;
  transform: translateX(-50%);
}

.hero__photo {
  position: absolute;
  left: 50%;
  top: 60px;
  width: 484px;
  height: 414px;
  object-fit: cover;
  display: none;
  transform: translateX(-50%);
}

.hero__fade {
  position: absolute;
  top: 205px;
  width: 100%;
  height: 140px;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 92.668%);
  display: none;
}

.hero__logo {
  position: absolute;
  left: 50%;
  top: 24px;
  width: 175px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transform: translateX(-50%);
}

.hero__logo,
.hero__logo:visited,
.hero__logo:hover,
.hero__logo:focus,
.hero__logo:active {
  text-decoration: none;
  color: inherit;
}

.hero__logo-mark {
  width: 175px;
  height: 32px;
  object-fit: contain;
}

.hero__logo-caption {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 14px;
  color: rgba(0, 0, 0, 0.64);
  text-align: center;
  line-height: normal;
}

.hero__profile {
  position: absolute;
  left: 50%;
  top: 120px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-03);
  text-align: center;
  z-index: 2;
}

.hero__avatar {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 0.5px solid var(--grey-02);
}

.hero__profile .desktop-header__text {
  align-items: center;
}

.hero__profile .desktop-header__title {
  white-space: nowrap;
}

.heading-row {
  display: flex;
  gap: var(--space-06);
  align-items: center;
  padding: 0 var(--space-06);
  width: 100%;
}

.heading-row__text {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-01);
}

.heading-row__name {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #000;
}

.heading-row__title {
  margin: 0;
  font-size: 16px;
  color: var(--text-secondary);
  letter-spacing: -0.16px;
}

.desktop-header {
  display: none;
  width: 100%;
  justify-content: space-between;
  gap: var(--space-06);
}

.desktop-header__left {
  display: flex;
  align-items: center;
  gap: var(--space-04);
}

.desktop-header__avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 0.5px solid var(--grey-02);
}

.desktop-header__text {
  display: flex;
  flex-direction: column;
  gap: var(--space-01);
}

.desktop-header__name {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #000;
}

.desktop-header__name-cn {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  color: var(--text-dark);
  letter-spacing: -0.2px;
  line-height: 1.1;
  margin-top: -2px;
}

.desktop-header__title {
  margin: 2px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  letter-spacing: -0.1px;
}

.desktop-header__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  color: inherit;
}

.desktop-header__logo,
.desktop-header__logo:visited,
.desktop-header__logo:hover,
.desktop-header__logo:focus,
.desktop-header__logo:active {
  text-decoration: none;
  color: inherit;
}

.desktop-header__logo-mark {
  width: 150px;
  height: auto;
  object-fit: contain;
  display: block;
}

.desktop-header__logo-caption {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 12px;
  color: rgba(0, 0, 0, 0.64);
  text-align: right;
  line-height: normal;
  text-decoration: none;
}

.heading-row__badge {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}

.badge__outer {
  width: 73px;
  height: 73px;
  display: block;
  object-fit: contain;
}

.badge__inner {
  width: 64.8px;
  height: 64.8px;
  border-radius: 101.25px;
  border: 0.5px solid rgba(101, 101, 101, 0.26);
  background: radial-gradient(circle at 54% 74%, rgba(65, 109, 160, 1) 0%, rgba(74, 140, 217, 1) 100%), linear-gradient(90deg, #fff 0%, #fff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14.4px;
  box-shadow: var(--shadow-icon);
}

.badge__inner img {
  width: 36px;
  height: 36px;
  display: block;
}

.card {
  padding: var(--space-06) var(--space-06) var(--space-00);
}

.card-group--directory .card {
  padding-left: var(--space-00);
  padding-right: var(--space-00);
}

.card--personal {
  padding-top: var(--space-00);
}

.desktop-header,
.heading-row,
.card {
  opacity: 0;
  transform: translateY(10px);
}

.hero__logo,
.hero__profile {
  opacity: 0;
  transform: translateX(-50%) translateY(6px) scale(0.98);
}

body.motion-ready .desktop-header,
body.motion-ready .heading-row,
body.motion-ready .card {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.motion-ready .hero__logo,
body.motion-ready .hero__profile {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
  transition: opacity 1200ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.motion-ready .card {
  transition-delay: 120ms;
}

body.motion-ready .card-group .card:nth-child(2) {
  transition-delay: 280ms;
}

@media (prefers-reduced-motion: reduce) {
  .desktop-header,
  .heading-row,
  .card,
  .hero__logo,
  .hero__profile {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.card__frame {
  background: var(--bg-white);
  border: 0.5px solid var(--grey-02);
  border-radius: var(--radius-06);
  padding: var(--space-03);
  width: 100%;
}

.card__inner {
  background: var(--bg-white);
  border: 0.5px solid var(--grey-02);
  border-radius: var(--radius-05);
  padding: var(--space-06) var(--space-00) var(--space-00);
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: var(--space-02);
}

.card__inner--directory {
  padding: var(--space-06) var(--space-00) var(--space-00);
}

.directory-page .page {
  padding-top: var(--space-07);
  padding-bottom: var(--space-07);
}

.directory-page .desktop-card {
  margin: 0 var(--space-06);
}

.directory-page {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

@media (min-width: 1025px) {
  .directory-page .page {
    align-items: flex-start;
  }
}

.card__label {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.84px;
  padding: 0 var(--space-06);
  height: 32px;
  display: flex;
  align-items: center;
}

.card__inner > .card__label + .info-row {
  margin-top: 0;
}

.info-row-list {
  display: flex;
  flex-direction: column;
}

.info-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--space-05);
  padding: 0 var(--space-06);
  height: 72px;
  border-bottom: 0.5px solid #dadada;
}

.info-row:last-child {
  border-bottom: none;
}

.info-row__icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-04);
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.info-row__icon--grad {
  background: transparent;
}

.info-row__icon--line {
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.info-row__icon--whatsapp {
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.info-row__icon--wechat {
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.info-row__icon--website {
  background: transparent;
  box-shadow: none;
}

.info-row__icon--map {
  background: transparent;
  box-shadow: none;
}

.info-row__icon--office,
.info-row__icon--fax {
  background: transparent;
  box-shadow: none;
}

.info-row__icon--office {
  background: transparent;
  padding: 0;
}

.info-row__icon--fax {
  background: transparent;
  padding: 0;
}

.info-row__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.icon-website {
  width: 40px;
  height: 40px;
  padding: 7px;
  background: #ffffff;
  display: grid;
  place-items: center;
  position: relative;
}

.icon-website__base {
  width: 35px;
  height: 35px;
  display: block;
}

.icon-website__needle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25.191px;
  height: 25.191px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-website__needle-rot {
  width: 3.125px;
  height: 32.5px;
  transform: rotate(45deg);
  position: relative;
}

.icon-website__needle-rot img {
  position: absolute;
  inset: 0 -20% -3.85% -20%;
  width: 100%;
  height: 100%;
}

.icon-location {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.icon-location__base {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.icon-location__bg {
  position: absolute;
}

.icon-location__bg--yellow {
  background: #ffcc00;
  height: 9.551px;
  left: 20.11px;
  right: -0.06px;
  bottom: -0.06px;
}

.icon-location__bg--green {
  background: linear-gradient(180deg, #7fed7d 0%, #2ed058 100%);
  height: 30.206px;
  left: 0;
  right: -0.06px;
  top: 0;
}

.icon-location__bg--pink {
  background: #f082ca;
  height: 25.159px;
  left: 0;
  right: 29.44px;
  bottom: -0.06px;
}

.icon-location__layer {
  position: absolute;
  width: 48.134px;
  height: 41.822px;
  left: -5.23px;
  top: -1.16px;
}

.icon-location__pin {
  position: absolute;
  width: 20.034px;
  height: 20.034px;
  left: 4.97px;
  top: 14.91px;
  overflow: hidden;
}

.icon-location__pin img {
  position: absolute;
  inset: -17.44% -23.26% -29.07% -23.26%;
  width: 100%;
  height: 100%;
}

.icon-compact {
  position: relative;
  width: 22px;
  height: 22px;
  overflow: hidden;
  mix-blend-mode: multiply;
}

.icon-compact img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.icon-compact--office img {
  inset: 6.25%;
}

.icon-compact--fax img {
  inset: 9.38% 6.25% 12.5% 6.25%;
}

.info-row__icon--wechat img {
  width: 30px;
  height: 25.868px;
}

.info-row__text {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  min-width: 0;
}

.info-row__label {
  margin: 0;
  font-size: 12px;
  color: var(--text-secondary);
}

.info-row__value {
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: 1.2;
}

.info-row__value--wrap {
  font-size: 12px;
  line-height: 1.25;
}

.directory-grid {
  display: flex;
  flex-direction: column;
  padding-bottom: var(--space-06);
  min-height: 0;
}

.directory-search {
  margin: 0 var(--space-06) var(--space-05);
  padding: 0 var(--space-05);
  display: flex;
  align-items: center;
  gap: var(--space-03);
  height: 44px;
  border-radius: 10px;
  border: 0.5px solid var(--grey-02);
  background-color: var(--bg-grey-01);
}

.directory-search__input {
  width: 100%;
  height: 100%;
  padding: 0 var(--space-01) 0 0;
  border: none;
  background: transparent;
  font-family: var(--font-primary);
  font-size: 14px;
  color: var(--text-dark);
  outline: none;
}

.directory-search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3.5 3.5l7 7m0-7l-7 7' stroke='%23757575' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: 16px 16px;
  cursor: pointer;
}

.directory-search__input::-ms-clear {
  display: none;
}

.directory-search__icon {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  margin-left: 2px;
  color: var(--text-secondary);
}

.directory-search__icon img {
  width: 18px;
  height: 18px;
}

.directory-search__input::placeholder {
  color: var(--text-secondary);
}

.directory-search__input:focus {
  outline: none;
}

.directory-search:focus-within {
  border-color: var(--grey-03);
}

.directory-empty {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--space-04) var(--space-06);
  gap: var(--space-03);
  color: var(--text-secondary);
  min-height: 72px;
}

.directory-empty__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  border: 0.5px solid var(--grey-02);
  display: grid;
  place-items: center;
  background: var(--bg-white);
  box-shadow: var(--shadow-card);
}

.directory-empty__icon img {
  width: 32px;
  height: 32px;
}

.directory-empty__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.directory-empty__text {
  margin: 0;
  font-size: 13px;
  color: var(--text-secondary);
}

.directory-group {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--space-05);
}

.directory-group__label {
  margin: var(--space-03) 0 var(--space-01);
}

.directory-row {
  border-bottom: 0.5px solid #dadada;
  transition: background-color 0.15s ease;
}

.directory-row:last-child {
  border-bottom: none;
}

.directory-row .info-row {
  cursor: pointer;
}

.directory-row:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.directory-row:active {
  background-color: rgba(0, 0, 0, 0.08);
}

.directory-row .info-row__value--wrap {
  font-size: 12px;
  line-height: 1.25;
}

.directory-page .desktop-header__avatar,
.directory-page .hero__avatar {
  display: none;
}

.info-row__copy {
  display: inline-flex;
  padding: var(--space-03) var(--space-05);
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  border: 0.5px solid var(--grey-02);
  background: var(--bg-grey-01);
  color: #000;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.15s ease, background-color 0.2s ease, border-color 0.2s ease,
    box-shadow 0.2s ease, transform 0.08s ease;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.info-row__copy:hover,
.info-row__copy:focus-visible {
  opacity: 1;
  background: var(--bg-grey-02);
  border-color: var(--grey-03);
}

.info-row__copy:active {
  background: var(--bg-grey-03);
  border-color: var(--grey-03);
  transform: scale(0.95);
}

.info-row__value--email {
  white-space: nowrap;
  min-width: 0;
}

.info-row__value--email.info-row__value--shrink {
  font-size: 14px;
}

.info-row__tap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

@media (min-width: 1025px) {
  .info-row__tap {
    pointer-events: none;
  }
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) translateY(20px);
  padding: 10px 16px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 24px;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.toast--show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 1024px) {
  .heading-row {
    display: none;
  }

  .hero__shape {
    display: none;
  }

  .directory-page .desktop-card {
    margin: 0 16px;
  }

  .directory-page .hero {
    height: 200px;
  }

  .directory-page .hero__profile .desktop-header__name {
    font-size: 26px;
    line-height: 32px;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .page {
    max-width: 100%;
    padding-bottom: 16px;
  }

  .info-row__value--email {
    font-size: 15px;
  }

  .hero__photo {
    width: 581px;
    height: 497px;
    top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page {
    max-width: 100%;
  }

  .hero {
    height: 320px;
  }

  .hero__shape {
    width: 360px;
    height: 360px;
    top: 10px;
  }

  .hero__photo {
    width: 520px;
    height: 445px;
    top: 26px;
  }

  .hero__logo {
    width: 190px;
    top: 22px;
  }

  .hero__logo-mark {
    width: 190px;
    height: 35px;
  }

  .hero__fade {
    top: 220px;
    height: 160px;
  }

  .heading-row {
    padding: 0 40px;
  }

  .card {
    padding: var(--space-06) 40px var(--space-00);
  }
}

@media (min-width: 1025px) {
  body {
    background: #ffffff;
  }

  .page {
    max-width: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
  }

  .desktop-card {
    display: flex;
    width: 100%;
    max-width: 1136px;
    height: auto;
    background: var(--bg-white);
    border: 1px solid var(--grey-02);
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    box-sizing: border-box;
  }

  .desktop-card__left {
    display: none;
  }

  .desktop-card__right {
    flex: 1 1 0;
    background: var(--bg-grey-01);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    min-width: 0;
    position: relative;
  }

  .card--personal .info-row {
    order: 2;
  }

  .card--personal .info-row--email {
    order: 1;
  }

  .hero {
    height: 100%;
  }

  .hero__shape {
    width: 430px;
    height: 430px;
    top: 109px;
  }

  .hero__photo {
    width: 1240px;
    height: 835px;
    top: 40px;
    object-fit: contain;
    display: block;
  }

  .hero__logo {
    width: 188px;
    top: 40px;
  }

  .hero__logo-mark {
    width: 188px;
    height: 34px;
  }

  .hero__logo-caption {
    font-size: 15px;
  }

  .hero__fade {
    display: none;
  }

  .hero__profile {
    display: none;
  }

  .heading-row {
    display: none;
  }

  .heading-row__name {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-row__title {
    font-size: 16px;
  }

  .desktop-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
  }

  .desktop-header__logo {
    position: relative;
    padding: 12px 14px;
    overflow: visible;
  }

  .desktop-card__right::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: 8px;
    top: 8px;
    background: var(--asset-hero-shape) center / contain no-repeat;
    opacity: 0.28;
    pointer-events: none;
    z-index: 0;
  }

  .desktop-card__right > * {
    position: relative;
    z-index: 1;
  }

  .desktop-header__avatar {
    width: 96px;
    height: 96px;
  }

  .desktop-header__name {
    font-size: 30px;
    line-height: 36px;
  }

  .desktop-header__name-cn {
    font-size: 26px;
    line-height: 34px;
  }

  .desktop-header__title {
    font-size: 15px;
  }

  .badge__outer {
    width: 80px;
    height: 80px;
  }

  .card-group {
    display: flex;
    gap: 16px;
    width: 100%;
    min-width: 0;
  }

  .card {
    padding: 0;
    flex: 1 1 0;
    min-width: 0;
  }

  .card__frame,
  .card__inner {
    width: 100%;
    min-width: 0;
  }

  .info-row__value--wrap {
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .info-row__value {
    font-size: 15px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .page {
    padding: 32px 40px;
  }

  .desktop-card {
    width: 100%;
  }

  .desktop-card__right {
    padding: 32px;
  }

  .heading-row__name {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-row__title {
    font-size: 16px;
  }

  .info-row__label {
    font-size: 12px;
  }

  .info-row__value {
    font-size: 18px;
  }

  .info-row__value--wrap {
    font-size: 15px;
  }

  .info-row__copy {
    font-size: 12px;
  }
}

@media (min-width: 1441px) {
  .info-row__icon {
    width: 40px;
    height: 40px;
  }

  .desktop-card__right {
    padding: 32px;
  }

  .card-group {
    gap: 12px;
  }

  .info-row__value {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .info-row__value--email {
    font-size: 16px;
  }

  .info-row__copy {
    font-size: 12px;
    padding: var(--space-03) var(--space-04);
  }
}
