/* Site-wide custom styles — Parament dark theme */

/* Search */
.pub-search-wrap {
  margin-bottom: 25px;
}
#pub-search {
  width: 100%;
  max-width: 400px;
  padding: 10px 14px;
  font: 14px/1.5 Trebuchet, arial, sans-serif;
  color: #444855;
  background: #ffffff;
  border: 1px solid #444855;
  border-radius: 3px;
  box-sizing: border-box;
}
#pub-search:focus {
  border-color: #d24d04;
  box-shadow: 0 0 4px rgba(210, 77, 4, 0.3);
  outline: none;
}
#pub-search::placeholder {
  color: #666a78;
}

/* Stats bar */
.pub-stats {
  margin-bottom: 25px;
  padding: 10px 0;
  border-bottom: 1px solid #444855;
  font: 12px/18px Trebuchet, arial, sans-serif;
  text-transform: uppercase;
  color: #666a78;
  letter-spacing: 1px;
}
.pub-stats span {
  margin-right: 20px;
}

/* Section blocks */
.pub-section {
  margin-bottom: 30px;
}
.pub-section h3 {
  font-family: Trebuchet, arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #444855;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #444855;
}
.pub-count {
  font-size: 13px;
  font-weight: normal;
  color: #666a78;
}

/* Publication list */
.pub-list {
  padding-left: 40px;
  list-style: decimal;
}
.pub-entry {
  font: 14px/1.5 Trebuchet, arial, sans-serif;
  color: ##444855;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2a2c33;
}
.pub-entry:last-child {
  border-bottom: none;
}
.pub-entry a {
  color: #444855;
  font-weight: normal;
  text-transform: none;
  font-size: 13px;
}
.pub-entry a:hover {
  color: #d24d04;
}
.pub-entry em {
  text-transform: none;
  color: inherit;
  letter-spacing: 0;
  font-style: italic;
}
.pub-entry strong {
  text-transform: none;
}

/* Citation count and notes */
.pub-cit {
  font-size: 12px;
  color: #d24d04;
  font-family: Trebuchet, arial, sans-serif;
}
.pub-note {
  font-size: 12px;
  color: #666a78;
  font-family: Trebuchet, arial, sans-serif;
  font-style: italic;
}

/* Hidden entries (collapsed) */
.pub-hidden {
  display: none;
}
.pub-search-hide {
  display: none;
}

/* Expand/collapse button */
.pub-expand {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 14px;
  font: 12px/18px Trebuchet, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #444855;
  background: #ffffff;
  border: 1px solid #444855;
  border-radius: 3px;
  cursor: pointer;
}
.pub-expand:hover {
  color: #d24d04;
  border-color: #d24d04;
}

/* Sidebar image cards */
.sidebar-image-card img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-top: 10px;
}
.sidebar-caption {
  color: #cccfd7;
  font-size: 12px;
  line-height: 1.4;
  margin: 8px 0 4px;
}
.sidebar-attribution {
  color: #666a78;
  font-size: 10px;
  font-style: italic;
  margin: 0;
}
