#afk-kine-search-form {
  display: flex;
  gap: 10px;
  padding: 30px;
  border-radius: 8px;
  background: #faf6fe;
}

#afk-kine-search-form input {
  flex: 1;
  border: 0;
  border-radius: 4px;
  padding: 12px;
  background: #f4eef9;
  color: #545454;
}

#afk-kine-buscar {
  background: #226163;
  color: #fff;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
}

#afk-kine-clear {
  background: none;
  border: none;
  color: #663399;
  cursor: pointer;
}

#afk-kine-results table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

#afk-kine-results th {
  background: #226163;
  color: #fff;
  padding: 10px;
}

#afk-kine-results td {
  color: #545454;
  padding: 10px;
  border-bottom: 1px solid #e6ddf0;
}

#afk-kine-results tr:nth-child(even) {
  background: #f7f2fb;
}

#afk-kine-pagination {
  text-align: center;
  margin-top: 15px;
}

#afk-kine-pagination .page-btn {
  background: #faf6fe;
  border: 1px solid #663399;
  color: #663399;
  margin: 2px;
  padding: 6px 10px;
  cursor: pointer;
}

#afk-kine-pagination .page-btn.active {
  background: #663399;
  color: #fff;
}

@media (max-width: 768px) {
  #afk-kine-search-form {
    flex-direction: column;
  }
  #afk-kine-search-form input,
  #afk-kine-search-form select,
  #afk-kine-search-form button {
    width: 100%;
  }

  #afk-kine-results table,
  #afk-kine-results thead,
  #afk-kine-results tbody,
  #afk-kine-results th,
  #afk-kine-results td,
  #afk-kine-results tr {
    display: block;
  }

  #afk-kine-results thead {
    display: none;
  }

  #afk-kine-results tr {
    background: #faf6fe;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 6px;
  }

  #afk-kine-results td {
    border: none;
    padding: 6px 0;
  }
}


/* Select Localidad estilo input */
#afk-kine-search-form select {
  flex: 1;
  border: 0;
  border-radius: 4px;
  padding: 12px;
  background: #f4eef9;
  color: #545454;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23545454' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}
