/* Sheltra Help Center. All frontend rules are scoped to help requests. */
.sheltra-help-center {
  --help-canvas: var(--sheltra-warm-white);
  --help-paper: color-mix(in srgb, var(--sheltra-warm-white) 86%, white);
  --help-cream: var(--sheltra-sand);
  --help-mint: var(--sheltra-sage);
  --help-mint-strong: color-mix(in srgb, var(--sheltra-sage) 82%, var(--sheltra-forest));
  --help-sand: var(--sheltra-sand);
  --help-slate: var(--sheltra-forest);
  --help-forest: var(--sheltra-forest);
  --help-green: var(--sheltra-forest);
  --help-coral: var(--sheltra-action);
  --help-text: var(--sheltra-forest);
  --help-muted: var(--sheltra-muted);
  --help-line: color-mix(in srgb, var(--sheltra-forest) 22%, transparent);
  background: var(--help-canvas);
  color: var(--help-text);
}

.sheltra-help-center .wp-site-main {
  background: var(--help-canvas);
}

.sheltra-help-center .help-shell {
  width: min(1260px, calc(100% - 56px));
  margin-inline: auto;
}

.sheltra-help-center .help-eyebrow {
  margin: 0 0 18px;
  color: var(--help-green);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.sheltra-help-center .help-eyebrow span {
  margin-right: 8px;
  color: var(--sheltra-terracotta);
}

.sheltra-help-center .help-hero {
  padding: 92px 0 88px;
  background: var(--help-cream);
  border-bottom: 1px solid var(--help-slate);
}

.sheltra-help-center .help-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
  gap: 84px;
  align-items: center;
}

.sheltra-help-center .help-hero-copy h1,
.sheltra-help-center .help-state h1 {
  max-width: 760px;
  margin: 0;
  color: var(--help-slate);
  font-size: clamp(3.2rem, 5.2vw, 5rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
}

.sheltra-help-center .help-lead,
.sheltra-help-center .help-hero-copy > p:not(.help-eyebrow) {
  max-width: 680px;
  margin: 24px 0 30px;
  color: var(--help-muted);
  font-size: 1.12rem;
  line-height: 1.55;
}

.sheltra-help-center .help-search {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 7px 8px 7px 22px;
  background: #fff;
  border: 1.5px solid var(--help-slate);
  border-radius: 14px;
  box-shadow: 7px 8px 0 color-mix(in srgb, var(--sheltra-forest) 9%, transparent);
}

.sheltra-help-center .help-search-icon {
  width: 18px;
  height: 18px;
  border: 2px solid var(--help-green);
  border-radius: 50%;
}

.sheltra-help-center .help-search-icon::after {
  display: block;
  width: 8px;
  height: 2px;
  margin: 13px 0 0 13px;
  background: var(--help-green);
  content: "";
  transform: rotate(45deg);
}

.sheltra-help-center .help-search input {
  width: 100%;
  min-width: 0;
  padding: 12px 0;
  color: var(--help-text);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1rem;
}

.sheltra-help-center .help-search button {
  min-height: 52px;
  padding: 0 24px;
  color: #fff;
  background: var(--help-slate);
  border: 1.5px solid var(--help-slate);
  border-radius: 11px;
  cursor: pointer;
  font-weight: 800;
}

.sheltra-help-center .help-search button:hover {
  background: var(--sheltra-forest);
}

.sheltra-help-center .help-search-suggestions {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  overflow: hidden;
  background: #fff;
  border: 1.5px solid var(--help-slate);
  border-radius: 12px;
  box-shadow: 0 22px 70px color-mix(in srgb, var(--sheltra-forest) 16%, transparent);
}

.sheltra-help-center .help-search-suggestions a {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--help-line);
}

.sheltra-help-center .help-search-suggestions a:last-child {
  border-bottom: 0;
}

.sheltra-help-center .help-search-suggestions a:hover,
.sheltra-help-center .help-search-suggestions a.is-active {
  background: var(--help-mint);
}

.sheltra-help-center .help-search-suggestions span {
  color: var(--help-muted);
  font-size: 0.86rem;
}

.sheltra-help-center .help-popular-searches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
  margin-top: 20px;
  color: var(--help-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.sheltra-help-center .help-popular-searches ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sheltra-help-center .help-popular-searches li {
  display: flex;
  margin: 0;
  padding: 0;
}

.sheltra-help-center .help-popular-searches a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid color-mix(in srgb, var(--sheltra-forest) 20%, transparent);
  border-radius: 99px;
  line-height: 1.2;
  white-space: nowrap;
}

.sheltra-help-center .help-quick-panel {
  padding: 38px 40px;
  color: var(--sheltra-warm-white);
  background: var(--help-slate);
  border: 1.5px solid var(--help-slate);
  border-radius: 26px;
  box-shadow: 7px 8px 0 color-mix(in srgb, var(--sheltra-forest) 12%, transparent);
}

.sheltra-help-center .help-quick-icon,
.sheltra-help-center .help-category-icon {
  display: inline-grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--help-slate);
  background: var(--help-mint-strong);
  border: 1.5px solid var(--help-slate);
  border-radius: 13px;
  box-shadow: 3px 4px 0 color-mix(in srgb, var(--sheltra-forest) 8%, transparent);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 800;
}

.sheltra-help-center .help-quick-panel .help-eyebrow {
  margin: 28px 0 12px;
  color: var(--sheltra-sage);
}

.sheltra-help-center .help-quick-panel h2 {
  max-width: 420px;
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 600;
  line-height: 1.05;
}

.sheltra-help-center .help-quick-panel ol {
  padding: 0;
  margin: 30px 0 24px;
  list-style: none;
}

.sheltra-help-center .help-quick-panel li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.sheltra-help-center .help-quick-panel li > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--sheltra-sage);
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 800;
}

.sheltra-help-center .help-quick-panel li div {
  display: grid;
  gap: 2px;
}

.sheltra-help-center .help-quick-panel li small {
  color: var(--sheltra-sage);
}

.sheltra-help-center .help-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: var(--help-green);
  font-weight: 800;
}

.sheltra-help-center .help-quick-panel .help-text-link,
.sheltra-help-center .help-text-link-light {
  color: var(--sheltra-sage);
}

.sheltra-help-center .help-section {
  padding: 108px 0;
}

.sheltra-help-center .help-section-categories {
  background: var(--help-mint);
}

.sheltra-help-center .help-section-heading {
  margin-bottom: 48px;
}

.sheltra-help-center .help-section-heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 72px;
  align-items: end;
}

.sheltra-help-center .help-section-heading h2,
.sheltra-help-center .help-list-heading h2,
.sheltra-help-center .help-related h2 {
  max-width: 780px;
  margin: 0;
  color: var(--help-forest);
  font-size: clamp(2.5rem, 4.2vw, 3.75rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.03;
}

.sheltra-help-center .help-section-heading > p,
.sheltra-help-center .help-section-heading-split > p {
  margin: 0;
  color: var(--help-muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.sheltra-help-center .help-featured-grid,
.sheltra-help-center .help-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.sheltra-help-center .help-category-card {
  position: relative;
  display: flex;
  min-height: 240px;
  flex-direction: column;
  padding: 28px;
  background: var(--help-paper);
  border: 1.5px solid var(--help-slate);
  border-radius: 24px;
  box-shadow: 7px 8px 0 color-mix(in srgb, var(--sheltra-forest) 9%, transparent);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.sheltra-help-center .help-category-card:hover {
  box-shadow: 4px 5px 0 color-mix(in srgb, var(--sheltra-forest) 12%, transparent);
  transform: translateY(3px);
}

.sheltra-help-center .help-category-card-featured {
  min-height: 340px;
}

.sheltra-help-center .help-tone-1 { background: var(--help-mint); }
.sheltra-help-center .help-tone-2 { background: var(--help-sand); }
.sheltra-help-center .help-tone-3 { background: var(--help-paper); }
.sheltra-help-center .help-tone-0 { background: var(--sheltra-sand); }

.sheltra-help-center .help-card-number {
  position: absolute;
  top: 28px;
  right: 28px;
  color: color-mix(in srgb, var(--sheltra-forest) 18%, transparent);
  font-size: 2.2rem;
  font-weight: 900;
}

.sheltra-help-center .help-category-card > div {
  margin-top: 38px;
}

.sheltra-help-center .help-category-card h3 {
  margin: 0 0 12px;
  color: var(--help-slate);
  font-size: 1.65rem;
  line-height: 1.08;
}

.sheltra-help-center .help-category-card p:not(.help-eyebrow) {
  margin: 0;
  color: var(--help-muted);
  line-height: 1.5;
}

.sheltra-help-center .help-category-card .help-eyebrow {
  margin-bottom: 10px;
}

.sheltra-help-center .help-card-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 24px;
  color: var(--help-green);
  font-weight: 800;
}

.sheltra-help-center .help-card-action i,
.sheltra-help-center .help-article-row > i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1.5px solid var(--help-green);
  border-radius: 50%;
  font-style: normal;
}

.sheltra-help-center .help-list-heading {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  margin-bottom: 42px;
}

.sheltra-help-center .help-article-rows {
  overflow: hidden;
  background: var(--help-paper);
  border: 1.5px solid var(--help-slate);
  border-radius: 24px;
  box-shadow: 7px 8px 0 color-mix(in srgb, var(--sheltra-forest) 9%, transparent);
}

.sheltra-help-center .help-article-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto 42px;
  gap: 18px;
  align-items: center;
  min-height: 110px;
  padding: 22px 30px;
  border-bottom: 1px solid var(--help-line);
}

.sheltra-help-center .help-article-row:last-child {
  border-bottom: 0;
}

.sheltra-help-center .help-article-row:hover {
  background: var(--help-mint);
}

.sheltra-help-center .help-row-number {
  color: var(--sheltra-muted);
  font-size: 1.2rem;
  font-weight: 900;
}

.sheltra-help-center .help-row-copy {
  display: grid;
  gap: 3px;
}

.sheltra-help-center .help-row-copy small {
  width: max-content;
  padding: 3px 8px;
  color: var(--sheltra-action);
  background: var(--sheltra-sand);
  border-radius: 99px;
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sheltra-help-center .help-row-copy strong {
  color: var(--help-slate);
  font-size: 1.04rem;
}

.sheltra-help-center .help-row-copy > span,
.sheltra-help-center .help-row-time {
  color: var(--help-muted);
  font-size: 0.85rem;
}

.sheltra-help-center .help-support-cta {
  padding: 64px 0;
  color: var(--sheltra-warm-white);
  background: var(--help-forest);
}

.sheltra-help-center .help-support-inner {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
}

.sheltra-help-center .help-support-avatar {
  position: relative;
  display: grid;
  width: 88px;
  height: 98px;
  place-items: center;
  color: var(--help-slate);
  background: var(--help-mint-strong);
  border: 1.5px solid var(--help-slate);
  border-radius: 24px;
  box-shadow: 7px 8px 0 rgba(0, 0, 0, 0.12);
  font-size: 2.4rem;
  font-weight: 800;
  transform: rotate(-2deg);
}

.sheltra-help-center .help-support-avatar span {
  position: absolute;
  right: -8px;
  bottom: -6px;
  width: 24px;
  height: 24px;
  background: #7fc08d;
  border: 3px solid var(--help-forest);
  border-radius: 50%;
}

.sheltra-help-center .help-support-cta .help-eyebrow {
  margin-bottom: 10px;
  color: var(--sheltra-sage);
}

.sheltra-help-center .help-support-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.05;
}

.sheltra-help-center .help-support-cta p:not(.help-eyebrow) {
  max-width: 640px;
  margin: 10px 0 0;
  color: var(--sheltra-sage);
}

.sheltra-help-center .help-support-actions {
  display: grid;
  justify-items: start;
  gap: 8px;
}

.sheltra-help-center .help-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 42px;
  color: var(--help-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.sheltra-help-center .help-breadcrumbs a {
  color: var(--help-green);
}

.sheltra-help-center .help-category-hero,
.sheltra-help-center .help-article-header {
  padding: 54px 0 72px;
  background: var(--help-mint);
  border-bottom: 1px solid var(--help-slate);
}

.sheltra-help-center .help-category-title,
.sheltra-help-center .help-article-heading {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.sheltra-help-center .help-category-title .help-category-icon,
.sheltra-help-center .help-article-heading .help-category-icon {
  width: 68px;
  height: 68px;
  background: var(--help-paper);
  border-radius: 18px;
  font-size: 1.6rem;
}

.sheltra-help-center .help-category-title h1,
.sheltra-help-center .help-article-heading h1 {
  max-width: 980px;
  margin: 0;
  color: var(--help-slate);
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.sheltra-help-center .help-category-title p:not(.help-eyebrow) {
  max-width: 820px;
  margin: 18px 0 0;
  color: var(--help-muted);
  font-size: 1.05rem;
}

.sheltra-help-center .help-category-hero .help-search {
  max-width: 620px;
  margin: 42px 0 0 106px;
}

.sheltra-help-center .help-search-compact {
  min-height: 58px;
}

.sheltra-help-center .help-search-compact button {
  min-height: 44px;
}

.sheltra-help-center .help-jump-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 38px 0 0 106px;
}

.sheltra-help-center .help-jump-nav a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 9px;
  padding: 7px 16px 7px 8px;
  background: var(--help-paper);
  border: 1px solid var(--help-line);
  border-radius: 99px;
  font-weight: 800;
}

.sheltra-help-center .help-jump-nav span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  color: #fff;
  background: var(--help-slate);
  border-radius: 50%;
  font-size: 0.72rem;
}

.sheltra-help-center .help-category-content,
.sheltra-help-center .help-article-layout {
  padding-block: 92px;
}

.sheltra-help-center .help-category-layout,
.sheltra-help-center .help-article-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}

.sheltra-help-center .help-category-nav,
.sheltra-help-center .help-article-aside {
  position: sticky;
  top: 118px;
}

.sheltra-help-center .help-category-nav > a,
.sheltra-help-center .help-toc a {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  padding: 9px 10px;
  border-bottom: 1px solid var(--help-line);
  color: var(--help-muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.sheltra-help-center .help-category-nav > a.is-current {
  color: var(--help-forest);
  background: var(--help-mint);
}

.sheltra-help-center .help-category-assist {
  margin-top: 28px;
  padding: 22px;
  background: var(--help-sand);
  border: 1.5px solid var(--help-slate);
  border-radius: 18px;
  box-shadow: 5px 6px 0 color-mix(in srgb, var(--sheltra-forest) 8%, transparent);
}

.sheltra-help-center .help-category-assist p {
  margin: 8px 0;
  color: var(--help-muted);
  font-size: 0.86rem;
}

.sheltra-help-center .help-category-group + .help-category-group {
  margin-top: 72px;
}

.sheltra-help-center .help-category-group > header {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin-bottom: 24px;
}

.sheltra-help-center .help-category-group > header > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--help-green);
  border: 1px solid var(--help-slate);
  border-radius: 50%;
  font-weight: 900;
}

.sheltra-help-center .help-category-group h2 {
  margin: 0;
  color: var(--help-forest);
  font-size: 2.25rem;
  line-height: 1.08;
}

.sheltra-help-center .help-category-group header p {
  margin: 5px 0 0;
  color: var(--help-muted);
}

.sheltra-help-center .help-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.sheltra-help-center .help-article-meta span {
  padding: 7px 12px;
  background: color-mix(in srgb, var(--sheltra-warm-white) 75%, transparent);
  border: 1px solid color-mix(in srgb, var(--sheltra-forest) 20%, transparent);
  border-radius: 99px;
  color: var(--help-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.sheltra-help-center .help-toc {
  padding-left: 18px;
  border-left: 3px solid var(--help-coral);
}

.sheltra-help-center .help-article-prose {
  max-width: 820px;
  color: var(--help-text);
  font-size: 1.02rem;
  line-height: 1.72;
}

.sheltra-help-center .help-article-prose h2 {
  margin: 64px 0 18px;
  color: var(--help-forest);
  font-size: 2.35rem;
  line-height: 1.08;
  scroll-margin-top: 120px;
}

.sheltra-help-center .help-article-prose h3 {
  margin: 42px 0 12px;
  color: var(--help-slate);
  font-size: 1.55rem;
  scroll-margin-top: 120px;
}

.sheltra-help-center .help-article-prose img {
  width: 100%;
  height: auto;
  margin: 30px 0;
  border: 1.5px solid var(--help-slate);
  border-radius: 18px;
  box-shadow: 7px 8px 0 color-mix(in srgb, var(--sheltra-forest) 9%, transparent);
}

.sheltra-help-center .help-article-prose table {
  display: block;
  overflow-x: auto;
  max-width: 100%;
  border-collapse: collapse;
}

.sheltra-help-center .help-article-prose th,
.sheltra-help-center .help-article-prose td {
  min-width: 150px;
  padding: 12px;
  border: 1px solid var(--help-line);
  text-align: left;
}

.sheltra-help-center .help-steps,
.sheltra-help-center .help-callout,
.sheltra-help-center .help-feedback,
.sheltra-help-center .help-related {
  max-width: 820px;
  margin-top: 48px;
}

.sheltra-help-center .help-steps ol {
  padding: 0;
  list-style: none;
}

.sheltra-help-center .help-steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--help-line);
}

.sheltra-help-center .help-steps li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--help-green);
  border: 1px solid var(--help-slate);
  border-radius: 50%;
  font-weight: 900;
}

.sheltra-help-center .help-steps h3,
.sheltra-help-center .help-callout h2 {
  margin: 0;
  font-size: 1.25rem;
}

.sheltra-help-center .help-steps p,
.sheltra-help-center .help-callout p {
  margin: 5px 0 0;
  color: var(--help-muted);
}

.sheltra-help-center .help-callout {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 24px;
  border-left: 4px solid var(--help-coral);
  border-radius: 0 16px 16px 0;
}

.sheltra-help-center .help-callout > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: var(--help-coral);
  border-radius: 50%;
  font-weight: 900;
}

.sheltra-help-center .help-callout-mint { background: var(--help-mint); }
.sheltra-help-center .help-callout-cream { background: var(--help-cream); }
.sheltra-help-center .help-callout-rose { background: var(--sheltra-sand); }

.sheltra-help-center .help-feedback {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 26px;
  background: var(--help-sand);
  border: 1.5px solid var(--help-slate);
  border-radius: 18px;
}

.sheltra-help-center .help-feedback h2 {
  margin: 0;
  color: var(--help-forest);
  font-size: 1.7rem;
}

.sheltra-help-center .help-feedback-actions {
  display: flex;
  gap: 10px;
}

.sheltra-help-center .help-feedback button {
  min-height: 44px;
  padding: 9px 15px;
  background: var(--help-paper);
  border: 1.5px solid var(--help-slate);
  border-radius: 12px;
  cursor: pointer;
  font-weight: 800;
}

.sheltra-help-center .help-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.sheltra-help-center .help-related-grid a {
  display: grid;
  min-height: 150px;
  padding: 22px;
  background: var(--help-paper);
  border: 1.5px solid var(--help-slate);
  border-radius: 16px;
}

.sheltra-help-center .help-related-grid span {
  margin-top: 6px;
  color: var(--help-muted);
  font-size: 0.86rem;
}

.sheltra-help-center .help-related-grid i {
  justify-self: end;
  margin-top: auto;
  color: var(--help-green);
  font-style: normal;
}

.sheltra-help-center .help-search-results,
.sheltra-help-center .help-state {
  padding: 80px 0;
}

.sheltra-help-center .help-search-results h2 {
  margin: 0 0 34px;
  color: var(--help-forest);
  font-size: 2.4rem;
}

.sheltra-help-center .help-search-empty {
  padding: 30px;
  background: var(--help-paper);
  border: 1px solid var(--help-line);
  border-radius: 18px;
}

.sheltra-help-center .help-state {
  min-height: 600px;
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--help-cream);
}

.sheltra-help-center .help-state .help-shell {
  max-width: 820px;
}

.sheltra-help-center .help-state h1 {
  margin-inline: auto;
}

.sheltra-help-center .help-state .help-shell > p:not(.help-eyebrow) {
  max-width: 680px;
  margin: 24px auto 30px;
  color: var(--help-muted);
  font-size: 1.1rem;
}

.sheltra-help-center .help-state .help-search {
  margin: 30px auto;
  text-align: left;
}

.sheltra-help-center .help-state-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.sheltra-help-center .help-empty-inline {
  padding: 24px;
  color: var(--help-muted);
  background: var(--help-paper);
  border: 1px solid var(--help-line);
  border-radius: 14px;
}

/* Gutenberg previews: clear content labels without exposing HTML structure. */
.editor-styles-wrapper .help-editor-block {
  padding: 28px;
  color: var(--sheltra-forest);
  background: var(--sheltra-warm-white);
  border: 1px solid var(--sheltra-sage);
  border-radius: 12px;
}

.editor-styles-wrapper .help-editor-block-name {
  display: block;
  margin-bottom: 20px;
  color: var(--sheltra-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.editor-styles-wrapper .help-editor-block h1,
.editor-styles-wrapper .help-editor-block h2 {
  max-width: 900px;
  margin: 0 0 16px;
  color: var(--sheltra-forest);
  font-size: 38px;
  line-height: 1.05;
}

.editor-styles-wrapper .help-editor-block .help-eyebrow {
  color: var(--sheltra-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.editor-styles-wrapper .help-editor-block .help-lead,
.editor-styles-wrapper .help-editor-note {
  color: var(--sheltra-muted);
}

.editor-styles-wrapper .help-editor-search {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 14px 18px;
  background: #fff;
  border: 1.5px solid var(--sheltra-forest);
  border-radius: 10px;
}

.editor-styles-wrapper .help-editor-popular {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  color: var(--sheltra-muted);
  font-size: 13px;
}

.editor-styles-wrapper .help-editor-popular strong {
  margin-right: 2px;
}

.editor-styles-wrapper .help-editor-popular span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  color: var(--sheltra-forest);
  background: #fff;
  border: 1px solid var(--sheltra-sage);
  border-radius: 99px;
  line-height: 1.2;
  white-space: nowrap;
}

.editor-styles-wrapper .help-editor-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.editor-styles-wrapper .help-editor-preview-card {
  display: grid;
  min-height: 150px;
  align-content: end;
  gap: 5px;
  padding: 20px;
  background: var(--sheltra-sage);
  border: 1px solid var(--sheltra-forest);
  border-radius: 12px;
}

.editor-styles-wrapper .help-editor-preview-card span,
.editor-styles-wrapper .help-editor-preview-card small {
  color: var(--sheltra-muted);
}

.editor-styles-wrapper .help-editor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.editor-styles-wrapper .help-editor-actions > span {
  padding: 10px 18px;
  border: 1px solid var(--sheltra-forest);
  border-radius: 10px;
  font-weight: 800;
}

.editor-styles-wrapper .help-editor-steps {
  padding: 0;
  list-style: none;
}

.editor-styles-wrapper .help-editor-steps li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid var(--sheltra-sage);
}

.editor-styles-wrapper .help-editor-steps li > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--sheltra-forest);
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .sheltra-help-center .help-hero-grid {
    grid-template-columns: 1fr 0.8fr;
    gap: 42px;
  }

  .sheltra-help-center .help-featured-grid,
  .sheltra-help-center .help-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sheltra-help-center .help-category-layout,
  .sheltra-help-center .help-article-layout {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .sheltra-help-center .help-shell {
    width: min(100% - 32px, 1260px);
  }

  .sheltra-help-center .help-hero,
  .sheltra-help-center .help-section {
    padding-block: 80px;
  }

  .sheltra-help-center .help-hero-grid,
  .sheltra-help-center .help-section-heading-split,
  .sheltra-help-center .help-category-layout,
  .sheltra-help-center .help-article-layout,
  .sheltra-help-center .help-support-inner {
    grid-template-columns: 1fr;
  }

  .sheltra-help-center .help-quick-panel {
    padding: 30px;
  }

  .sheltra-help-center .help-category-nav,
  .sheltra-help-center .help-article-aside {
    position: static;
  }

  .sheltra-help-center .help-category-nav > a {
    display: none;
  }

  .sheltra-help-center .help-category-hero .help-search,
  .sheltra-help-center .help-jump-nav {
    margin-left: 0;
  }

  .sheltra-help-center .help-support-actions {
    justify-items: stretch;
  }

  .sheltra-help-center .help-support-actions .button {
    justify-content: center;
  }

  .editor-styles-wrapper .help-editor-preview-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .sheltra-help-center .help-hero-copy h1,
  .sheltra-help-center .help-state h1 {
    font-size: 2.7rem;
  }

  .sheltra-help-center .help-search {
    grid-template-columns: 22px minmax(0, 1fr);
    padding: 8px 14px;
  }

  .sheltra-help-center .help-search button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .sheltra-help-center .help-popular-searches {
    align-items: flex-start;
    gap: 10px 8px;
  }

  .sheltra-help-center .help-popular-searches > span {
    flex-basis: 100%;
  }

  .sheltra-help-center .help-popular-searches ul {
    width: 100%;
  }

  .sheltra-help-center .help-featured-grid,
  .sheltra-help-center .help-category-grid,
  .sheltra-help-center .help-related-grid {
    grid-template-columns: 1fr;
  }

  .sheltra-help-center .help-category-card-featured {
    min-height: 290px;
  }

  .sheltra-help-center .help-article-row {
    grid-template-columns: 36px minmax(0, 1fr) 38px;
    padding: 18px;
  }

  .sheltra-help-center .help-row-time {
    display: none;
  }

  .sheltra-help-center .help-category-title,
  .sheltra-help-center .help-article-heading {
    grid-template-columns: 1fr;
  }

  .sheltra-help-center .help-category-title h1,
  .sheltra-help-center .help-article-heading h1 {
    font-size: 2.7rem;
  }

  .sheltra-help-center .help-feedback {
    align-items: stretch;
    flex-direction: column;
  }

  .sheltra-help-center .help-feedback-actions {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sheltra-help-center .help-category-card {
    transition: none;
  }
}
