/* Field app styles */
.ev-login input,
.ev-app-mount input,
.ev-app-mount select,
.ev-app-mount textarea,
.ev-app-mount button {
  font: inherit;
}
.ev-app-mount button.ev-btn,
.ev-app-mount a.ev-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.55rem 1rem;
  border-radius: 8px;
  border: 1px solid #0b3d2e;
  background: #0b3d2e;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.ev-app-nav .ev-btn--ghost,
.ev-app-mount .ev-btn--ghost {
  background: #fff;
  color: #0b3d2e;
}
.ev-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}
.ev-section-head h2 {
  margin: 0;
}
.ev-muted {
  color: #5b6d65;
  font-size: 0.95rem;
}
.ev-list {
  display: grid;
  gap: 0.75rem;
}
.ev-card {
  background: #fff;
  border: 1px solid #d5e2db;
  border-radius: 10px;
  padding: 1rem;
  display: grid;
  gap: 0.4rem;
}
.ev-card-actions {
  margin-top: 0.35rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.ev-empty {
  margin-top: 1.25rem;
  padding: 1.5rem;
  border: 1px dashed #b7c9c0;
  border-radius: 12px;
  background: #f7faf8;
  display: grid;
  gap: 0.75rem;
  max-width: 36rem;
}
.ev-empty h3 {
  margin: 0;
}
.ev-empty p {
  margin: 0;
  color: #5b6d65;
}
.ev-form input,
.ev-form select,
.ev-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.6rem 0.75rem;
  border: 1px solid #c5d4cc;
  border-radius: 8px;
  background: #fff;
}
