.rom-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.rom-card-glow {
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.18);
}

.rom-btn {
  border: 1px solid #374151;
  background: #374151;
  color: #fff;
  border-radius: 7px;
  padding: 4px 10px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 30px;
  font-size: 14px;
}

.rom-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.rom-btn-soft {
  background: #f3f4f6;
  color: #1f2937;
  border-color: #d1d5db;
}

.rom-btn-danger {
  background: #dc2626;
  border-color: #dc2626;
}

.rom-btn-edit {
  background: #ec4899;
  border-color: #ec4899;
}

.rom-btn-icon {
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  line-height: 1;
}

.rom-btn-icon .dashicons {
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 1;
  margin: 0;
  display: block;
}

.rom-btn-compact {
  height: 30px;
  padding: 4px 10px;
  border-radius: 7px;
  font-size: 14px;
}

.rom-btn-search {
  background: #e5e7eb;
  border-color: #d1d5db;
  color: #111827;
}

.rom-btn-new {
  background: #22c55e;
  border-color: #22c55e;
  color: #fff;
}

.rom-btn-bulk-delete {
  background: #dc2626;
  border-color: #dc2626;
  color: #fff;
}

.rom-actions-inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
}

.rom-input,
.rom-select,
.rom-textarea {
  width: 100%;
  padding: 9px 10px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
}
