.guestbook_form {
  margin-top: 3rem;
  margin-bottom: 4.5rem;
}
.guestbook_formTitle {
  padding: 0;
  margin-bottom: 1.5rem;
}
.guestbook_entry:not(:last-child):after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin: 1.5rem 0;
}
.guestbook_entryList {
  margin-bottom: 2.25rem;
}
.guestbook_entryTitle,
.guestbook_entryTitle a {
  color: #32272a !important;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0.875rem;
}
.guestbook_entryDate {
  color: #32272a;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 1rem;
}
.guestbook_entryTools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
.guestbook_entryTools .button {
  margin-right: 12px;
  padding: 0 20px;
}

/*# sourceMappingURL=../maps/component/guestbook.css.map */
