

#page-faq .product-faq-page.inner-panel {
  padding-block: clamp(1.25rem, 2.5vw, 1.75rem);
}

#page-faq .product-faq-list {
  max-width: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#page-faq .product-faq-item {
  border-radius: var(--radius-liquid-md, 14px);
  border: 1px solid var(--glass-ui-border, var(--theme-accent-soft, color-mix(in srgb, var(--theme-text) 13%, #fff)));
  background: var(--glass-ui-control-bg, var(--theme-surface));
  padding: 0.15rem 0.85rem 0.35rem;
  box-shadow: none;
}

#page-faq .product-faq-item summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--theme-text);
  padding: 0.55rem 0;
  list-style: none;
}

#page-faq .product-faq-item summary::-webkit-details-marker {
  display: none;
}

#page-faq .product-faq-item .content-prose,
#page-faq .product-faq-item p {
  margin: 0 0 0.65rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--theme-accent-muted, var(--theme-text-muted));
}

#page-faq .product-faq-item a {
  color: var(--theme-accent);
  font-weight: 600;
}

#page-faq .faq-page-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.35rem;
  padding-top: 1rem;
  border-top: 1px solid var(--store-border-subtle, color-mix(in srgb, var(--theme-text) 12%, #fff));
}

#page-faq .faq-page-foot p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--theme-text-muted);
}

#page-faq .faq-product-cta {
  margin: 0 0 1rem;
}

#page-faq .faq-product-search {
  margin: 0 0 1.5rem;
  padding: 1rem 1.1rem 1.05rem;
  border-radius: var(--radius-liquid-md, 14px);
  border: 1px solid var(--glass-ui-border, var(--theme-accent-soft));
  background: var(--glass-ui-control-bg, var(--theme-surface));
}

#page-faq .faq-product-search__label {
  display: block;
  margin: 0 0 0.45rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--theme-text);
}

#page-faq .faq-product-search__input {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  border: 1px solid var(--store-border-default, color-mix(in srgb, var(--theme-text) 14%, #fff));
  background: var(--theme-surface, #fff);
  color: var(--theme-text);
  font: inherit;
  font-size: 0.95rem;
}

#page-faq .faq-product-search__input:focus {
  outline: 2px solid color-mix(in srgb, var(--theme-accent) 45%, transparent);
  outline-offset: 1px;
}

#page-faq .faq-product-search__hint {
  margin: 0.55rem 0 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--theme-text-muted);
}

#page-faq .faq-product-search__results {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

#page-faq .faq-product-search__link {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  border: 1px solid var(--store-border-subtle, color-mix(in srgb, var(--theme-text) 12%, #fff));
  background: var(--theme-surface, #fff);
  color: inherit;
  text-decoration: none;
}

#page-faq .faq-product-search__title {
  font-weight: 650;
  font-size: 0.9rem;
  line-height: 1.35;
  color: var(--theme-text);
}

#page-faq .faq-product-search__meta {
  flex: 0 0 auto;
  font-size: 0.78rem;
  color: var(--theme-text-muted);
}
