.note-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.note-card-link:hover {
  opacity: 0.92;
}

.notes-header {
  justify-content: flex-start;
}

.notes-tabs {
  align-items: flex-end;
  gap: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(34, 34, 34, 0.08);
}

.notes-tab {
  padding: 0 0 8px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: rgba(75, 88, 98, 0.76);
  transition:
    color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.notes-tab.active {
  color: rgba(34, 34, 34, 0.94);
  background: transparent;
  box-shadow: inset 0 -3px 0 rgba(34, 34, 34, 0.9);
}

.notes-tab:hover {
  color: rgba(34, 34, 34, 0.9);
}
