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

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

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

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

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

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

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

#afk-search-results tr.suspendido td {
  color: #c62828;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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