.genai-licence-search {
  max-width: 760px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  color: #222;
}

.lookup-results-table-wraps {
  max-height: 700px;
  overflow-y: auto;
  overflow-x: auto;
}

/* TABLE */
.lookup-results-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: Arial, sans-serif;
  font-size: 15px;
}

/* HEADER */
.lookup-results-table thead th {
  background-color: #86b8c0; /* teal */
  color: #1f2a30;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 14px 12px;
  border-right: 1px solid #cfe3e6;
}

/* remove last header border */
.lookup-results-table thead th:last-child {
  border-right: none;
}

/* BODY CELLS */
.lookup-results-table tbody td {
  padding: 14px 12px;
  border-right: 1px solid #e3e3e3;
}

/* zebra rows */
.lookup-results-table tbody tr:nth-child(odd) {
  background-color: #f3f3f3;
}

.lookup-results-table tbody tr:nth-child(even) {
  background-color: #e9e9e9;
}

/* last column border fix */
.lookup-results-table tbody td:last-child {
  border-right: none;
}

/* optional hover (nice touch) */
.lookup-results-table tbody tr:hover {
  background-color: #dfeff2;
}

.genai-licence-search h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.2;
}

.genai-licence-search .intro-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.lookup-form .search-row {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.lookup-form .search-left {
  flex: 1;
}

.lookup-form .search-field input[type="text"] {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #12c2df;
  border-right: none;
  border-radius: 0;
  font-size: 18px;
  box-sizing: border-box;
  outline: none;
  background: #fff;
}

.lookup-form .search-field input[type="text"]::placeholder {
  color: #999;
}

.lookup-form .btn-hover {
  height: 60px;
  padding: 0 40px;
  border: 1px solid #00b7d9;
  background: #fff;
  color: #00b7d9;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.lookup-form .btn-hover:hover {
  background: #00b7d9;
  color: #fff;
}


.lookup-form .included-only {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
}

.lookup-form .included-only input[type="checkbox"] {
  width: 22px;
  height: 22px;
}

.genai-licence-search .note-text {
  font-size: 16px;
  margin-top: 10px;
}

.lookup-pagination {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.lookup-pagination .page-btn {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #cfcfcf;
  background: #fff;
  color: #222;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
}

.lookup-pagination .page-btn:hover {
  background: #f3f3f3;
}

.lookup-pagination .page-btn.active {
  background: #86bcc4;
  border-color: #86bcc4;
  color: #fff;
}

.feature-area.feature-blocks .container {
    display: flex;
    flex-wrap: wrap;
}
.feature-blocks{
  margin:0;
}
