.hoster-license-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.hoster-license-table th,
.hoster-license-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.hoster-license-table th {
  background-color: #f4f4f4;
  font-weight: bold;
}

.used-sites {
  list-style: none;
  padding: 0;
}

.used-sites li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0;
}

.remove-site {
  background-color: red;
  color: white;
  border: none;
  padding: 5px;
  cursor: pointer;
}

.new-site-url {
  width: 80%;
  padding: 5px;
  margin-right: 5px;
}

.add-site {
  background-color: #0073aa;
  color: white;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}
