.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

.dropzone.dragover {
  border-color: #008080;
  background: #f6f3f4;
}

.stamp {
  animation: stamp-impact 0.25s ease-out;
}

@keyframes stamp-impact {
  from {
    transform: rotate(-3deg) scale(1.6);
    opacity: 0;
  }
  to {
    transform: rotate(-3deg) scale(1);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stamp {
    animation: none;
  }
}

#result-activities:empty::after,
#result-concerns:empty::after,
#result-guidance:empty::after {
  content: "None noted.";
  font-style: italic;
  color: #45474c;
  list-style: none;
}
