/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 07 2026 | 08:20:21 */
.tr-search-results {
  width: min(100%, 1440px);
  margin: 0 auto;
}

.tr-search-results__head {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.tr-search-results__title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
}

.tr-search-results__meta {
  font-size: 0.95rem;
  opacity: 0.72;
}

.tr-search-results__list {
  display: grid;
  gap: 16px;
}

.tr-search-card {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.tr-search-card__type {
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.65;
}

.tr-search-card__title {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.2;
}

.tr-search-card__title a {
  color: inherit;
  text-decoration: none;
}

.tr-search-card__title a:hover {
  text-decoration: underline;
}

.tr-search-card__date {
  font-size: 0.875rem;
  opacity: 0.6;
}

.tr-search-card__excerpt {
  font-size: 1rem;
  line-height: 1.65;
  opacity: 0.9;
}

.tr-search-card__excerpt mark {
  padding: 0 0.2em;
  border-radius: 0.25em;
  background: rgba(255, 221, 87, 0.22);
}

.tr-search-card__footer {
  margin-top: 4px;
}

.tr-search-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  text-decoration: none;
}

.tr-search-card__link:hover {
  text-decoration: underline;
}

.tr-search-results__pagination {
  margin-top: 28px;
}

.tr-search-results__pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tr-search-results__pagination a,
.tr-search-results__pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
}

.tr-search-results__pagination .current {
  font-weight: 700;
  background: rgba(255,255,255,0.09);
}

.tr-search-results__empty,
.tr-search-results--empty-query {
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
}

.tr-doc-highlight {
  background: #ffd775 !important;
  color: #000 !important;
  padding: 0 2px;
  border-radius: 3px;
  pointer-events: none;
}