body[data-page-type="profile"] .page-hero-card {
  background: linear-gradient(140deg, rgba(21, 94, 117, 0.18), rgba(255, 248, 241, 0.98));
}

body[data-page-type="profile"] .page-title {
  max-width: 13ch;
}

body[data-page-type="profile"] .page-side-card {
  background: linear-gradient(180deg, #155e75 0%, #164e63 100%);
}

body[data-page-type="profile"] .page-content-card {
  border-top: 4px solid #155e75;
}

body[data-page-type="profile"] .page-back-link,
body[data-page-type="profile"] .summary-button {
  background: #e0f2fe;
}

body[data-page-type="profile"] .summary-button {
  color: #164e63;
}
