@charset "utf-8";

.ohm-search-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 14px 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.ohm-exhibits-bar {
  max-width: 1080px;
  margin-top: 14px;
  margin-bottom: 10px;
}

.ohm-exhibits-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
}

.ohm-exhibits-title {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  color: #121212;
}

.ohm-exhibits-search-link,
.ohm-exhibits-search-link:link,
.ohm-exhibits-search-link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 120px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #1f1f1f;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-transform: lowercase;
  text-align: right;
  white-space: nowrap;
}

.ohm-exhibits-search-link:hover,
.ohm-exhibits-search-link:focus,
.ohm-exhibits-search-link:focus-visible {
  color: #111111;
  background: #f3f3f3;
  border-color: #111111;
}

.ohm-exhibits-search-link::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: no-repeat center / 14px 14px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='16.65' y1='16.65' x2='21' y2='21'/%3E%3C/svg%3E");
}

.ohm-exhibits-search-link.is-no-icon {
  justify-content: center;
  text-align: center;
}

.ohm-exhibits-search-link.is-no-icon::before {
  display: none;
}

.ohm-exhibits-actions {
  margin: 1rem 0 2px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ohm-exhibits-action,
.ohm-exhibits-action:link,
.ohm-exhibits-action:visited {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid #d2d2d2;
  background: #ffffff;
  color: #7d0f15;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.ohm-exhibits-action:hover,
.ohm-exhibits-action:focus,
.ohm-exhibits-action:focus-visible {
  color: #5f0a0f;
  border-color: #b03a3f;
  box-shadow: 0 0 0 2px rgba(176, 58, 63, 0.15);
}

.ohm-search-hero {
  text-align: center;
  margin-bottom: 24px;
}

.ohm-search-title {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.2;
}

.ohm-search-form-large {
  max-width: 700px;
  margin: 0 auto;
  display: block;
}

.ohm-search-form-large .ohm-search-input {
  width: 100%;
}

.ohm-search-form-large .ohm-search-button {
  display: block;
  margin: 12px auto 0;
  min-width: 140px;
}

.ohm-search-help {
  margin: 12px 0 0;
  color: #333333;
  text-align: center;
}

.ohm-search-results {
  margin-top: 16px;
  padding: 0 14px;
}

.ohm-search-result {
  margin: 0 0 20px;
  position: relative;
}

.ohm-search-result.has-thumb {
  padding-right: 122px;
}

.ohm-search-result-main {
  min-width: 0;
}

.ohm-search-result-title {
  margin: 0 0 3px;
  font-size: 20px;
  line-height: 1.25;
}

.ohm-search-result-title a {
  color: #b0141b;
  text-decoration: none;
}

.ohm-search-result-title a:hover,
.ohm-search-result-title a:focus-visible {
  color: #9f1117;
  text-decoration: underline;
}

.ohm-search-result-path {
  color: #595959;
  font-size: 13px;
  margin-bottom: 5px;
  overflow-wrap: anywhere;
}

.ohm-search-result-snippet {
  margin: 0;
  color: #1f1f1f;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.ohm-search-thumb-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 108px;
  overflow: hidden;
  border-radius: 4px;
}

.ohm-search-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ohm-search-highlight {
  background: #fff19a;
  color: inherit;
  padding: 0 1px;
}

.ohm-pagination {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ohm-page-link {
  color: #0b53b4;
  text-decoration: none;
}

.ohm-page-link:hover,
.ohm-page-link:focus-visible {
  text-decoration: underline;
}

.ohm-page-status {
  color: #333333;
}

@media (max-width: 640px) {
  .ohm-exhibits-meta {
    flex-wrap: wrap;
    align-items: center;
  }

  .ohm-exhibits-search-link,
  .ohm-exhibits-search-link:link,
  .ohm-exhibits-search-link:visited {
    margin-left: auto;
  }

  .ohm-search-result.has-thumb {
    padding-right: 100px;
  }

  .ohm-search-thumb-link {
    width: 86px;
  }
}
