/* Notes app shell styling */
.page-notes #salon-app-app {
  background: #ffffff !important;
  color: #101827 !important;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.page-notes #salon-app-app .card,
.page-notes .notes-hero {
  border-radius: 12px;
  border: 1px solid #d6dfeb;
  box-shadow: 0 8px 20px rgba(14, 34, 62, 0.06);
  background: #ffffff;
  color: #18243a;
}

.page-notes #salon-app-app .note-item {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background: transparent;
}

.page-notes #salon-app-app .note-item:first-of-type {
  border-top: 1px solid #d6dfeb;
}

.page-notes #salon-app-app .note-item h3,
.page-notes #salon-app-app .note-item h3 a {
  color: #202e4a;
}

.page-notes #salon-app-app .note-toggle:hover,
.page-notes #salon-app-app .note-item h3 a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-notes #salon-app-app .muted {
  color: #5d667f;
}
