/* File: dist/css/frontend.css */

.xs2h-wrapper {
  margin: 1.5rem 0;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
}

.xs2h-search-wrap {
  display: flex;
  gap: .5rem;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.xs2h-search {
  flex: 1 0 220px;
  padding: .5rem .75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.xs2h-count {
  font-size: .875rem;
  color: #555;
}

.xs2h-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.xs2h-item {
  margin: .3rem 0;
  padding: .3rem 0;
  border-bottom: 1px solid #eee;
}

.xs2h-item:last-child {
  border-bottom: none;
}

.xs2h-item a {
  text-decoration: none;
}

.xs2h-url,
.xs2h-lastmod {
  font-size: .8125rem;
  color: #777;
  word-break: break-all;
}

.xs2h-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.xs2h-table th,
.xs2h-table td {
  border: 1px solid #e5e5e5;
  padding: .5rem .6rem;
  text-align: left;
  vertical-align: top;
}

.xs2h-table th {
  background: #fafafa;
  font-weight: 600;
}

.xs2h-table a {
  text-decoration: none;
  word-break: break-word;
}