.hg-senior-travel-page .sidebar-layout--no-sidebar {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

.hg-senior-travel-page .sidebar-layout--no-sidebar .sidebar-main-col {
  min-width: 0;
  width: 100%;
}

.hg-senior-travel-page .article-content,
.hg-senior-travel-page .article-content p,
.hg-senior-travel-page .article-content ul,
.hg-senior-travel-page .article-content ol {
  font-size: clamp(20px, 1.65vw, 24px);
  line-height: 1.7;
}

.hg-senior-travel-page .article-blocks > .wrapper-sides > h2 {
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.25;
  margin-bottom: 12px;
}

.hg-senior-travel-page .article-content h3,
.hg-senior-travel-page .article-blocks > .wrapper-sides > h3 {
  font-size: clamp(24px, 2.3vw, 30px);
  line-height: 1.3;
}

.st-start,
.st-decision-box,
.st-call-checklist,
.st-pack-list {
  border: 1px solid #d8e5df;
  border-radius: 18px;
  background: #f6faf8;
  padding: 24px;
}

.st-start h2,
.st-call-checklist h3,
.st-pack-list h3 {
  color: #173f35;
  margin-top: 0;
}

.st-eyebrow {
  color: #a44819;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .08em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.st-path-grid,
.st-activity-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 20px 0;
}

.st-path-card {
  align-items: flex-start;
  background: #fff;
  border: 2px solid #d2e2da;
  border-radius: 14px;
  color: #173f35;
  display: flex;
  gap: 12px;
  min-height: 128px;
  padding: 18px;
  text-decoration: none;
}

.st-path-card:hover,
.st-path-card:focus-visible {
  border-color: #1f765e;
  box-shadow: 0 5px 16px rgba(23, 63, 53, .12);
  color: #124f3e;
}

.st-path-number {
  align-items: center;
  background: #1f765e;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 34px;
  font-size: 16px;
  font-weight: 800;
  height: 34px;
  justify-content: center;
}

.st-path-card strong,
.st-tool-row strong {
  display: block;
  font-size: 20px;
  line-height: 1.3;
}

.st-path-card small,
.st-tool-row small {
  color: #4d5e58;
  display: block;
  font-size: 18px;
  line-height: 1.55;
  margin-top: 8px;
}

.st-print-note {
  color: #384d46;
  font-size: 18px;
  line-height: 1.6;
  margin: 14px 0 0;
}

.st-table-wrap {
  margin: 4px 0 22px;
  overflow-x: auto;
}

.st-island-table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 660px;
  width: 100%;
}

.st-island-table caption {
  color: #173f35;
  font-size: 20px;
  font-weight: 800;
  padding: 0 0 10px;
  text-align: left;
}

.st-island-table th,
.st-island-table td {
  border-bottom: 1px solid #d8e5df;
  padding: 14px;
  text-align: left;
  vertical-align: top;
}

.st-island-table thead th {
  background: #173f35;
  color: #fff;
}

.st-island-table thead th:first-child {
  border-radius: 10px 0 0;
}

.st-island-table thead th:last-child {
  border-radius: 0 10px 0 0;
}

.st-island-table tbody th {
  color: #173f35;
  white-space: nowrap;
}

.st-decision-box {
  background: #fff8e8;
  border-color: #ead7a7;
  margin-top: 14px;
}

.st-decision-box strong {
  color: #71480c;
  display: block;
  margin-bottom: 4px;
}

.st-steps {
  counter-reset: senior-step;
  list-style: none;
  margin: 0;
  padding: 0;
}

.st-steps li {
  align-items: flex-start;
  counter-increment: senior-step;
  display: flex;
  gap: 16px;
  margin: 0 0 18px;
}

.st-steps li::before {
  align-items: center;
  background: #1f765e;
  border-radius: 50%;
  color: #fff;
  content: counter(senior-step);
  display: flex;
  flex: 0 0 42px;
  font-size: 18px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
}

.st-steps strong {
  color: #173f35;
  font-size: 20px;
}

.st-steps p {
  margin: 4px 0 0;
}

.st-tool-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.st-tool-row-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.st-tool-row a {
  align-items: flex-start;
  background: #173f35;
  border-radius: 14px;
  color: #fff;
  display: flex;
  gap: 12px;
  padding: 18px;
  text-decoration: none;
}

.st-tool-row a:hover,
.st-tool-row a:focus-visible {
  background: #245e4f;
  color: #fff;
}

.st-tool-row i {
  font-size: 22px;
  margin-top: 3px;
}

.st-tool-row small {
  color: #e7f0ec;
}

.st-activity-grid article {
  border: 1px solid #d8e5df;
  border-radius: 14px;
  padding: 20px;
}

.st-activity-grid article > i {
  color: #a44819;
  font-size: 22px;
}

.st-activity-grid h3 {
  color: #173f35;
  font-size: 20px;
  margin: 10px 0 7px;
}

.st-activity-grid p {
  font-size: 18px;
  line-height: 1.65;
  margin: 0;
}

.st-call-checklist ul,
.st-pack-list ul {
  margin-bottom: 12px;
}

.st-call-checklist li,
.st-pack-list li {
  margin-bottom: 10px;
}

.st-pack-list {
  background: #fffdf7;
  border-color: #e6dcc4;
}

.st-pack-list li span {
  color: #1f765e;
  font-size: 20px;
  margin-right: 6px;
}

@media (max-width: 900px) {
  .st-path-grid,
  .st-activity-grid,
  .st-tool-row,
  .st-tool-row-two {
    grid-template-columns: 1fr;
  }

  .st-start,
  .st-decision-box,
  .st-call-checklist,
  .st-pack-list {
    padding: 19px;
  }

  .st-path-card {
    min-height: 0;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .hg-senior-travel-page .article-content,
  .hg-senior-travel-page .article-content p,
  .hg-senior-travel-page .article-content ul,
  .hg-senior-travel-page .article-content ol {
    font-size: 22px;
  }
}

@media (max-width: 639px) {
  .hg-senior-travel-page .article-content,
  .hg-senior-travel-page .article-content p,
  .hg-senior-travel-page .article-content ul,
  .hg-senior-travel-page .article-content ol {
    font-size: 20px;
    line-height: 1.65;
  }

  .st-path-card strong,
  .st-tool-row strong {
    font-size: 18px;
  }

  .st-path-card small,
  .st-tool-row small,
  .st-print-note,
  .st-activity-grid p {
    font-size: 17px;
  }
}

@media (max-width: 360px) {
  .hero-overlay-byline > span {
    white-space: nowrap;
  }

  .hero-overlay-byline > span:nth-of-type(2) {
    display: none;
  }
}

@media print {
  .st-start,
  .st-decision-box,
  .st-call-checklist,
  .st-pack-list,
  .st-path-card,
  .st-activity-grid article {
    background: #fff !important;
    border-color: #777 !important;
    box-shadow: none !important;
  }

  .st-tool-row,
  .st-print-note {
    display: none !important;
  }

  .st-path-grid,
  .st-activity-grid {
    grid-template-columns: 1fr 1fr;
  }

  .st-island-table {
    min-width: 0;
  }

  .st-island-table thead th {
    background: #fff !important;
    color: #000 !important;
  }
}
