.hg-shortcut-note {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(920px, calc(100% - 32px));
  margin: 30px auto 10px;
  padding: 14px 18px;
  border: 1px solid #d8e4df;
  border-radius: 14px;
  background: linear-gradient(135deg, #fbfaf6 0%, #eef7f3 100%);
  color: #17313b;
  box-shadow: 0 6px 18px rgba(23, 49, 59, .06);
}

.hg-shortcut-note__mark {
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #1d6f5f;
  color: #fff;
  font-size: 18px;
}

.hg-shortcut-note__copy {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  align-items: baseline;
  gap: 7px 10px;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.4;
}

.hg-shortcut-note__kicker {
  flex-basis: 100%;
  color: #537069;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hg-shortcut-note__copy strong {
  color: #155e50;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 17px;
  letter-spacing: -.02em;
}

.hg-shortcut-note__copy > span:last-child {
  color: #52646b;
}

.hg-shortcut-note__all {
  flex: 0 0 auto;
  color: #1d6f5f;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.hg-shortcut-note__all:hover,
.hg-shortcut-note__all:focus-visible {
  color: #124f43;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .hg-shortcut-note {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    width: calc(100% - 24px);
    margin-top: 24px;
    padding: 14px 15px;
  }

  .hg-shortcut-note__copy {
    display: block;
    flex: 1 1 calc(100% - 50px);
  }

  .hg-shortcut-note__copy > * {
    display: block;
  }

  .hg-shortcut-note__copy strong {
    margin: 2px 0 4px;
    overflow-wrap: anywhere;
  }

  .hg-shortcut-note__all {
    margin-left: 50px;
    white-space: normal;
  }
}

/* Compact HawaiiGuide Shortcuts family on /features. Kept in this new asset
   so previously cached features.css never produces a partly styled launch. */
.feat-guide-shortcuts.is-domains {
  align-items: flex-start;
  border-left-color: #d4932f;
  background: linear-gradient(135deg, #fbfaf6 0%, #eef7f3 100%);
}

.feat-guide-shortcuts.is-domains .feat-guide-shortcuts-copy {
  flex: 1 1 270px;
  max-width: 360px;
}

.feat-guide-shortcuts.is-domains .feat-guide-shortcuts-copy a {
  color: #1a6b4a;
  font-weight: 700;
}

.feat-domain-links {
  display: grid;
  flex: 1 1 520px;
  grid-template-columns: repeat(2, minmax(190px, 1fr));
  width: 100%;
}

.feat-guide-shortcuts-links.feat-domain-links a {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px 12px;
}

.feat-domain-links strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 14px;
  letter-spacing: -.02em;
  overflow-wrap: anywhere;
}

.feat-domain-links small {
  margin-top: 3px;
  color: #66736d;
  font-size: 11px;
  font-weight: 600;
}

/* features.css turns the whole chip green on hover, so this lighter label
   remains comfortably legible against that dark background. */
.feat-domain-links a:hover small {
  color: rgba(255, 255, 255, .86);
}

@media (max-width: 600px) {
  .feat-guide-shortcuts.is-domains .feat-guide-shortcuts-copy {
    flex: 0 1 auto;
    max-width: none;
  }

  .feat-domain-links {
    flex: 0 1 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feat-guide-shortcuts-links.feat-domain-links a {
    flex: none;
  }
}

@media (max-width: 420px) {
  .feat-domain-links {
    grid-template-columns: 1fr;
  }
}
