/* Search page dark panel */
body.path-search .page-header { padding: 48px 0 40px; }
body.path-search .page-header .page-h1-accent { display: none; }

/* Hero heading */
body.path-search .page-header .search-hero-heading { margin-bottom: 28px; }
body.path-search .page-header .search-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4fc7b6;
  margin-bottom: 12px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
body.path-search .page-header .search-hero-title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1.2px;
  color: #fff;
  line-height: 1.1;
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin: 0;
}

/* Hide the Drupal page title block in the header */
body.path-search .page-header #block-works-page-title { display: none; }

/* Tabs — top half of the combined box */
body.path-search .page-header nav.tabs {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-bottom: none;
  border-radius: 14px 14px 0 0;
  padding: 20px 28px 0;
  margin: 0;
}
body.path-search .page-header nav.tabs .nav-tabs {
  border-bottom: 1px solid rgba(255,255,255,0.12);
  background: none;
  margin: 0;
}
body.path-search .page-header nav.tabs .nav-link {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.45);
  padding: 0 0 14px;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: none;
  margin-right: 28px;
}
body.path-search .page-header nav.tabs .nav-link.active {
  color: #fff;
  background: none;
  border-bottom: 2px solid #4fc7b6;
}

/* Hide the Users tab */
body.path-search .page-header nav.tabs .nav-item:nth-child(3) { display: none; }

/* Search form block — bottom half of the combined box */
body.path-search .page-header #block-works-search-form-header h2 { display: none; }
body.path-search .page-header #block-works-search-form-header {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-top: none;
  border-radius: 0 0 14px 14px;
  padding: 28px;
}
body.path-search .page-header .search-form { background: none; border: none; padding: 0; }
body.path-search .page-header .search-form .container-inline {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
body.path-search .page-header .search-form .form-item-keys {
  flex: 1;
  margin: 0;
}
body.path-search .page-header .search-form .form-item-keys label { display: none; }
body.path-search .page-header .search-form input[type="search"] {
  width: 100%;
  background: rgba(255,255,255,0.08) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat 16px center;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 9px;
  padding: 14px 16px 14px 44px;
  font-size: 16px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #fff;
  min-height: 52px;
  outline: none;
  box-shadow: none;
}
body.path-search .page-header .search-form input[type="submit"] {
  margin-left: 10px;
  background: #4fc7b6;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 9px;
  border: none;
  min-height: 52px;
  cursor: pointer;
}

/* Hide duplicates in content area */
body.path-search .region-content .tabs,
body.path-search .region-content .search-form,
body.path-search .region-content .search-help-link { display: none; }

/* Results */
body.path-search .item-list ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.path-search .item-list ol > li {
  padding: 24px 0;
  border-bottom: 1px solid #e5e9ef;
}
body.path-search .item-list ol > li h3.title a { color: #07274d; text-decoration: none; }
body.path-search .item-list p.search-snippet {
  font-size: 15px;
  color: #475569;
  line-height: 1.75;
  margin: 0;
  max-width: none;
}
body.path-search .item-list p.search-info { display: none; }
