/* Minimal RTL layout aligned with sample GPL search page */
body {
  font-family: Tahoma, "Segoe UI", sans-serif;
  background: #f5f5f5;
}

.gpl-intro h1 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.search-container .search.input-group {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.5rem;
}

.search-container .input-with-icon {
  position: relative;
  flex: 1 1 220px;
}

.search-container .search-icon-wrapper {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  z-index: 2;
  pointer-events: none;
}

.search-container .autosearch-input {
  padding-right: 2.25rem;
}

.button-search {
  min-width: 100px;
}

.results-container {
  margin-top: 1.5rem;
}

.zui-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.zui-table thead th {
  background: #0099d6;
  color: #fff;
  padding: 10px 8px;
  font-weight: 600;
  border: 1px solid #0088c0;
}

.zui-table tbody td {
  padding: 10px 8px;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
}

.zui-table tbody tr:nth-child(even) {
  background: #fafafa;
}

.col-row {
  width: 56px;
}

.col-price {
  white-space: nowrap;
}

.pagination-wrap {
  margin-top: 1rem;
}
