/* Auditor View CSS */

/* Sidebar styling */
.auditor-sidebar-item[data-active="true"] {
  background-color: rgba(var(--primary-rgb), 0.1);
}

.auditor-sidebar-item:hover:not([data-active="true"]) {
  background-color: rgba(var(--primary-rgb), 0.05);
}

/* Card styling */
.auditor-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.auditor-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.auditor-card-actions {
  margin-top: auto;
}
