.account-notice {
  padding: 10px 14px;
  background: var(--paper);
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5;
}
.account-notice a {
  text-decoration: underline;
}
.narrow-page {
  max-width: 660px;
}
.narrow-page .panel {
  padding: 24px;
  overflow-wrap: anywhere;
}
.message [data-contact-card] {
  overflow-wrap: anywhere;
}
.message [data-contact-card] .text-button {
  font-size: 12px;
  color: inherit;
  text-decoration: underline;
}
.message-photo {
  display: block;
}
.message-photo img {
  display: block;
  max-width: 100%;
  max-height: 300px;
  width: auto;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 600px) {
  .narrow-page .panel {
    padding: 18px;
  }
}
