.hg-guide-snapshot-wrap {
  box-sizing: border-box;
  clear: both;
}

/*
 * Legacy destination layouts reserve half of the page for a paired sidebar
 * beginning at 980px. Snapshot destinations do not use that two-column
 * treatment, so keep both legacy content structures fluid through tablet and
 * small-laptop widths.
 */
@media only screen and (min-width: 980px) and (max-width: 1279px) {
  .main.nopad:has(.hg-guide-snapshot-wrap),
  .main.nopad:has(.hg-guide-snapshot-wrap) > .video-cover-container > .video-sidebar {
    width: 100%;
  }
}

.hg-guide-snapshot {
  background: #f5fbf8;
  border: 1px solid #cfe4da;
  border-top: 4px solid #1d9771;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(20, 73, 55, 0.09);
  box-sizing: border-box;
  margin: 16px auto 26px;
  max-width: 1040px;
  overflow: hidden;
  padding: 18px;
}

.hg-guide-snapshot__header {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}

.hg-guide-snapshot__mark {
  align-items: center;
  background: #1d9771;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 23px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.hg-guide-snapshot .hg-guide-snapshot__title {
  color: #154b3a !important;
  font-size: 22px;
  line-height: 1.15;
  margin: 0;
}

.hg-guide-snapshot .hg-guide-snapshot__intro {
  color: #53645d !important;
  font-size: 14px;
  line-height: 1.4;
  margin: 3px 0 0;
}

.hg-guide-snapshot__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.hg-guide-snapshot__item {
  align-items: center;
  background: #fff;
  border: 1px solid #dcebe4;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  min-width: 0;
  padding: 11px 12px;
}

.hg-guide-snapshot__icon {
  align-items: center;
  background: #e4f3ed;
  border-radius: 9px;
  color: #177b5d;
  display: inline-flex;
  flex: 0 0 36px;
  font-size: 18px;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.hg-guide-snapshot__fact {
  min-width: 0;
}

.hg-guide-snapshot__fact dt {
  color: #5c6b65;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0 0 2px;
  text-transform: uppercase;
}

.hg-guide-snapshot__fact dd {
  color: #193d31;
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
}

.hg-guide-snapshot__fact dd strong {
  color: #193d31 !important;
  display: block;
  font-weight: 800;
}

.hg-guide-snapshot__fact dd span {
  color: #65736d;
  display: block;
  font-size: 12px;
  margin-top: 2px;
}

.hg-guide-snapshot__notice {
  align-items: center;
  background: #fff4e5;
  border: 1px solid #e6a14a;
  border-left: 5px solid #b65416;
  border-radius: 10px;
  box-sizing: border-box;
  color: #57270f;
  display: flex;
  gap: 11px;
  margin-top: 12px;
  padding: 11px 13px;
}

.hg-guide-snapshot__notice-icon {
  align-items: center;
  background: #b65416;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 32px;
  font-size: 15px;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.hg-guide-snapshot .hg-guide-snapshot__notice p {
  color: #57270f !important;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.hg-guide-snapshot__notice div {
  min-width: 0;
}

.hg-guide-snapshot .hg-guide-snapshot__notice ul {
  color: #57270f;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 4px 20px;
  line-height: 1.4;
  list-style: disc;
  margin: 3px 0 0;
  padding: 0 0 0 18px !important;
}

.hg-guide-snapshot .hg-guide-snapshot__notice li {
  padding: 0 !important;
}

.hg-guide-snapshot .hg-guide-snapshot__notice strong {
  color: #57270f !important;
}

@media (max-width: 760px) {
  .hg-guide-snapshot__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .hg-guide-snapshot {
    margin: 12px auto 22px;
    padding: 14px;
  }

  .hg-guide-snapshot__header {
    align-items: flex-start;
    margin-bottom: 12px;
  }

  .hg-guide-snapshot__item {
    padding: 10px;
  }

  .hg-guide-snapshot__notice {
    align-items: flex-start;
  }

  .hg-guide-snapshot .hg-guide-snapshot__notice ul {
    display: block;
  }
}

@media (max-width: 350px) {
  .hg-guide-snapshot__grid {
    grid-template-columns: 1fr;
  }
}
