.amelia-checkin-panel {
  padding: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.amelia-checkin-panel h2 {
  text-align: center;
  color: rgba(142, 119, 94, 1);
  margin-bottom: 20px;
}

.amelia-checkin-table {
  width: 100%;
  border-collapse: collapse;
}

.amelia-checkin-table th {
  background-color: rgba(142, 119, 94, 0.1);
  color: rgba(142, 119, 94, 1);
  padding: 12px;
  text-align: left;
  border-bottom: 2px solid rgba(142, 119, 94, 0.3);
}

.amelia-checkin-table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.checkin-button {
  padding: 6px 14px;
  background-color: rgba(142, 119, 94, 1);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.checkin-button:hover {
  background-color: rgba(110, 92, 72, 1);
}
.amelia-checkin-filter-form {
    margin-bottom: 20px;
    text-align: right;
}

.amelia-checkin-filter-form label {
    font-weight: bold;
    margin-right: 10px;
    font-family: 'Segoe UI', sans-serif;
}

.amelia-checkin-filter-form select {
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-family: 'Segoe UI', sans-serif;
}
