body {
  margin: 0;
  font-family: "adobe-jenson-pro", Adobe Jenson Pro, serif;
  font-variant-numeric: oldstyle-nums;
  -moz-font-feature-settings: "onum";
  -ms-font-feature-settings: "onum";
  -o-font-feature-settings: "onum";
  -webkit-font-feature-settings: "onum";
  font-feature-settings: "onum";
  background-image: url(papyrus.jpg);
  background-repeat: repeat;
}
a {
  color: #c15242;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.main-nav {
  background-color: #e7c5b540;
  padding: 1rem 0;
  font-size: 1.2rem;
  width: 100%;
}
.main-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.main-nav li {
  margin: 0 1rem;
}
.main-nav a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
.main-nav a:hover {
  color: #c15242;
}
.main-nav li:first-child a {
  color: #c15242;
  font-weight: bolder;
}
.aria-search {
  max-width: 1100px;
  margin: 2rem auto;
  padding: 0 2rem;
}
.aria-search h1 {
  color: #c15242;
  margin-bottom: 0.5rem;
}
.aria-search .intro {
  margin-bottom: 1.5rem;
  color: #555;
}
.search-form {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 1.25rem;
  margin-bottom: 2rem;
}
.search-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}
.search-field {
  flex: 1;
  min-width: 180px;
}
.search-field label {
  display: block;
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.25rem;
}
.search-field input,
.search-field select {
  width: 100%;
  padding: 0.4rem 0.5rem;
  font-family: inherit;
  font-size: 0.95rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}
.search-field input:focus,
.search-field select:focus {
  outline: none;
  border-color: #c15242;
}
.search-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 0.5rem;
}
.search-actions button {
  background: #c15242;
  color: white;
  border: none;
  padding: 0.5rem 1.5rem;
  font-family: inherit;
  font-size: 0.95rem;
  border-radius: 3px;
  cursor: pointer;
}
.search-actions button:hover {
  background: #9d4133;
}
.search-actions .reset {
  color: #888;
  font-size: 0.9rem;
}
.search-actions .reset:hover {
  color: #c15242;
}
.results-header {
  margin-bottom: 1rem;
  color: #555;
  font-size: 0.9rem;
}
.results-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.results-table th,
.results-table td {
  text-align: left;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #ddd;
}
.results-table th {
  background: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  color: #555;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.results-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.4);
}
.results-table .opera-col {
  white-space: nowrap;
}
.results-table .number-col {
  text-align: center;
  white-space: nowrap;
  -moz-font-feature-settings: "lnum";
  -ms-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}
.results-table .incipit-col {
  font-style: italic;
}
.results-table .type-col {
  white-space: nowrap;
}
.results-table .key-col {
  white-space: nowrap;
  cursor: help;
}
.results-table .voice-col {
  white-space: nowrap;
  cursor: help;
}
.no-results,
.search-prompt {
  text-align: center;
  color: #888;
  padding: 2rem;
}
