.or-wrap {
  max-width: 1120px;
  margin: 16px auto;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.or-panel {
  background: #fffcf1;
  border: 1px solid #d8cfb7;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 12px;
}

.or-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.or-grid label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
}

.or-grid input {
  border: 1px solid #d8cfb7;
  border-radius: 8px;
  padding: 8px;
  background: #fff;
}

.or-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.or-actions button {
  border: none;
  border-radius: 9px;
  background: #0e6d8f;
  color: #fff;
  padding: 10px 14px;
  cursor: pointer;
}

.or-actions .secondary {
  background: #5e6675;
}

.or-meta {
  margin-top: 10px;
  font-size: 13px;
}

.table-panel {
  overflow-x: auto;
}

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

.table-panel th,
.table-panel td {
  border-bottom: 1px solid #e4dcc8;
  padding: 8px;
  text-align: left;
  vertical-align: top;
  font-size: 13px;
}
