body {
  font-family: 'Poppins', sans-serif;
  background: #f9f9f9;
  padding: 20px;
  margin: 0;
}

.container {
  max-width: 800px;
  margin: auto;
}

.card {
  border: 2px solid #000;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  padding: 10px;
  border-radius: 6px;
}

.header {
  background: #ffe600;
  text-align: center;
  font-weight: bold;
  padding: 12px;
  font-size: 18px;
  border-bottom: 2px solid #000;
  text-transform: uppercase;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
}

th, td {
  padding: 8px;
  border: 1px solid #ccc;
  text-align: center;
}

th {
  background: #eee;
}

.footer {
  background: #f2f2f2;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-top: 2px solid #000;
}

select,
input[type="text"],
button {
  font-family: 'Poppins', sans-serif;
  padding: 6px 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  font-weight: bold;
  transition: all 0.3s ease;
}

button:hover {
  background-color: #000;
  color: #fff;
}

.keputusanRingkasan table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.keputusanRingkasan th,
.keputusanRingkasan td {
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  font-size: 16px;
}

.keputusanRingkasan th {
  background-color: #f1f1f1;
  font-weight: bold;
}

.keputusanRingkasan td:first-child {
  text-align: left;
}

.keputusanRingkasan tfoot td {
  font-weight: bold;
  background: #eee;
}

input,
select,
button {
  font-family: 'Poppins', sans-serif;
}