.iso-cert-form {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  border: 2px solid #ccc;
  background: #fdfdfd;
  border-radius: 10px;
}

.iso-cert-form input,
.iso-cert-form textarea,
.iso-cert-form button {
  width: 100%;
  margin-bottom: 12px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #aaa;
}

.iso-cert-form button {
  background: #007cba;
  color: white;
  border: none;
  cursor: pointer;
}

.iso-cert-form button:hover {
  background: #005a9e;
}

.iso-cert-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.iso-cert-table th,
.iso-cert-table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.iso-cert-table th {
  background: #007cba;
  color: white;
  text-align: left;
}
