.wp-mess-daily,
.wp-mess-monthly {
  max-width: 600px;
  margin: 0 auto;
}

.card {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.meal-options {
  margin: 20px 0;
}

.meal-option {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.meal-option label {
  margin-right: 10px;
  font-weight: normal;
}

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

.wp-list-table th {
  font-weight: 600;
  text-align: left;
  padding: 8px 10px;
  background: #f1f1f1;
}

.wp-list-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #f1f1f1;
}

.wp-list-table tr:last-child td {
  border-bottom: none;
}

.button-primary {
  background: #0073aa;
  border-color: #006291;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  padding: 0 10px;
  height: 30px;
  line-height: 28px;
  border-radius: 3px;
  cursor: pointer;
  border: none;
}

.button-primary:hover {
  background: #006291;
  color: #fff;
}

.regular-text {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.meal-toggle {
  width: 20px;
  height: 20px;
  margin: 0;
  vertical-align: middle;
}

/* Responsive styles */
@media (max-width: 768px) {
  .wp-mess-daily,
  .wp-mess-monthly {
    padding: 0 15px;
  }

  .wp-list-table {
    display: block;
    overflow-x: auto;
  }
}
