/* Client-side site search — inside article #content card */
#gc-search-results {
  margin: 0;
  padding: 0;
  max-width: none;
  font-family: inherit;
}
#gc-search-results .gc-search-meta {
  color: #666;
  font-size: 13px;
  margin: 0 0 18px;
}
#gc-search-results .gc-search-item {
  border-bottom: 1px solid #e8e8e8;
  padding: 14px 0;
  overflow: hidden;
}
#gc-search-results .gc-search-item a.gc-search-title {
  color: #ff6600;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.35;
}
#gc-search-results .gc-search-item a.gc-search-title:hover {
  color: #29b6f6;
}
#gc-search-results .gc-search-excerpt {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 6px;
}
#gc-search-results mark {
  background: #ffe08a;
  padding: 0 2px;
}
#gc-search-results .gc-search-empty {
  padding: 12px 0 24px;
  color: #666;
}
#searchform {
  position: relative;
}
#gc-search-live {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 5000;
  width: min(420px, 90vw);
  background: #fff;
  border: 1px solid #d7d7d7;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  max-height: 360px;
  overflow: auto;
}
#gc-search-live a {
  display: block;
  padding: 10px 12px;
  border-bottom: 1px solid #f0f0f0;
  color: #333;
  text-decoration: none;
  font-size: 13px;
}
#gc-search-live a:hover {
  background: #f7f3ee;
}
#gc-search-live .gc-live-title {
  color: #ff6600;
  font-weight: 600;
}
#gc-search-live .gc-live-more {
  background: #89511e;
  color: #fff !important;
  text-align: center;
  font-weight: 600;
}
