body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f3f4f6;
  color: #111827;
}

.container {
  max-width: 1080px;
  margin: 20px auto;
  padding: 12px;
}

.card {
  background: white;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

label {
  display: block;
  margin: 8px 0 4px;
}

input, select, textarea, button {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 8px;
}

button {
  background: #1d4ed8;
  border: none;
  color: white;
  cursor: pointer;
}

.button-link {
  display: inline-block;
  background: #1d4ed8;
  color: white;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 6px;
  margin-bottom: 10px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  border: 1px solid #e5e7eb;
  padding: 6px;
  text-align: left;
  vertical-align: top;
}

.inline-form {
  display: flex;
  gap: 8px;
  align-items: center;
}
