
.views-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border-radius: 12px;
  background: #f5f7fa;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  margin-bottom: 12px;
}

.views-field-title h6 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}

.views-field-field-password .field-content {
  font-family: monospace;
  font-size: 14px;
  letter-spacing: 1px;
  color: #374151;
  background: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  position: relative;
}

.password-hidden {
  -webkit-text-security: disc;
  text-security: disc;
}

.password-actions {
  display: flex;
  gap: 8px;
  margin-left: auto;
}

.password-btn {
  border: none;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 13px;
  cursor: pointer;
  background: #2563eb;
  color: #fff;
}

.password-btn.secondary {
  background: #e5e7eb;
  color: #111827;
}
