.tcwd-ps { position: relative; max-width: 640px; }
.tcwd-ps__form { display: flex; gap: 8px; align-items: center; }
.tcwd-ps__input {
  flex: 1 1 auto;
  padding: 10px 12px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.2;
}
.tcwd-ps__submit {
  border: 1px solid #d7d7d7;
  background: #fafafa;
  border-radius: 8px;
  padding: 10px 14px;
  cursor: pointer;
}
.tcwd-ps__panel {
  position: absolute;
  left: 0; right: 0;
  margin-top: 6px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(0,0,0,.08);
  z-index: 9999;
}
.tcwd-ps__list { list-style: none; margin: 0; padding: 6px; max-height: 360px; overflow-y: auto; }
.tcwd-ps__item {
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}
.tcwd-ps__item[aria-selected="true"],
.tcwd-ps__item:hover { background: #f6f7f9; }
.tcwd-ps__title { font-weight: 600; margin: 0; }
.tcwd-ps__meta { font-size: 12px; opacity: .7; }
.tcwd-ps__excerpt { margin: 2px 0 0; font-size: 13px; color: #333; }
.tcwd-ps__status { padding: 8px 12px; font-size: 12px; color: #666; border-top: 1px solid #eee; }
.tcwd-ps__loading { opacity: .6; }

/* Compact header variant */
.site-header .tcwd-ps__input {
  height: 36px;
  padding: 6px 10px;
  font-size: 14px;
}
.site-header .tcwd-ps__submit {
  height: 36px;
  padding: 6px 10px;
}
.site-header .tcwd-ps { max-width: 320px; }
.site-header .tcwd-ps__panel { top: 100%; }

