.advisor-status {
  display: inline-block;
  padding: 5px 9px;
  border-radius: 999px;
  background: #dbe9dd;
  font-size: 10px !important;
  font-weight: 900;
}

.advisor-insights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.advisor-insights section {
  padding: 18px;
  border: 1px solid #cdddcf;
  border-radius: 13px;
  background: #fff;
}

.advisor-insights h3 {
  font-size: 15px;
}

.advisor-insights p {
  margin: 9px 0 0;
  color: #40534e;
  font-size: 12px;
}

@media (max-width: 760px) {
  .advisor-insights {
    grid-template-columns: 1fr;
  }
}

.layout-age-report {
  margin-top: 42px;
  padding: 30px;
  border: 1px solid #d8e1dc;
  border-radius: 20px;
  background: #fff;
}

.layout-age-report h2 {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 42px);
}

.layout-age-report > p:not(.eyebrow) {
  max-width: 850px;
  color: #40534e;
  font-size: 13px;
}

.layout-age-table-wrap {
  overflow-x: auto;
  margin-top: 24px;
}

.layout-age-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

.layout-age-table caption {
  padding: 12px 14px;
  text-align: left;
  font-weight: 900;
}

.layout-age-table th,
.layout-age-table td {
  padding: 14px;
  border: 1px solid #d8e1dc;
  text-align: right;
}

.layout-age-table th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 90px;
  background: #f5f7f4;
  text-align: left;
}

.layout-age-table td strong,
.layout-age-table td small {
  display: block;
}

.layout-age-table td small,
.segment-note,
.segment-insufficient {
  color: #697a75;
  font-size: 10px;
}

@media (max-width: 560px) {
  .layout-age-report {
    padding: 22px 14px;
  }
}
