#page-notes .page-header {
  margin-bottom: 50px;
}
#page-notes .page-header .page-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#page-notes .page-header .page-description {
  font-size: 11px;
  font-weight: normal;
}
#page-notes .note-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
#page-notes .note-list .note-item {
  display: flex;
  gap: 5px;
  width: 100%;
}
#page-notes .note-list .note-item a {
  color: black;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  display: flex;
  gap: 20px;
}
#page-notes .note-list .note-item a .note-info {
  color: #6ab977;
  display: flex;
  flex-direction: column;
  min-width: 100px;
  padding-top: 3px;
}
#page-notes .note-list .note-item a .note-info .note-date {
  font-size: 11px;
}
#page-notes .note-list .note-item a .note-info .note-type {
  font-size: 11px;
}
#page-notes .note-list .note-item a .note-content {
  display: flex;
  flex-direction: column;
}
#page-notes .note-list .note-item a .note-content .note-title {
  font-size: 16px;
  font-weight: bold;
}
#page-notes .note-list .note-item a .note-content .note-hat {
  font-size: 11px;
  opacity: 0.8;
}
#page-notes .note-list .note-item a:hover {
  text-decoration: none;
}
#page-notes .note-list .note-item:hover .note-title {
  color: #6ab977;
}

@media (max-width: 500px) {
  #page-notes {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #page-notes .page-header {
    padding: 1rem 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #page-notes .note-list {
    padding: 1rem 2rem;
  }
  #page-notes .note-list .note-item .note-icon, #page-notes .note-list .note-item .note-icon-label {
    display: none;
  }
  #page-notes .note-list .note-item a {
    gap: 0;
    flex-direction: column;
  }
  #page-notes .note-list .note-item a .note-info {
    flex-direction: row;
    gap: 10px;
  }
}

/*# sourceMappingURL=notes.css.map */
