.guest-message-section {
  min-width: 0;
  max-width: 100%;
  margin: 16px 0;
  padding: 14px;
  border: 1px solid rgba(201, 168, 106, .28);
  border-radius: 12px;
  background: rgba(201, 168, 106, .05);
}
.guest-message-section[hidden] { display: none !important; }
.guest-message-section h4 { margin: 0 0 12px; color: #d9c39a; font-size: 15px; }
.guest-message-list, .guest-message-entry { min-width: 0; max-width: 100%; }
.guest-message-entry + .guest-message-entry { margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(201, 168, 106, .18); }
.guest-message-entry time { color: #a9aaa6; font-size: 12px; }
.guest-message-text { margin: 8px 0 0; color: #eee9df; font-size: 14px; line-height: 1.6; white-space: pre-wrap; overflow-wrap: anywhere; }
.guest-message-indicator { color: #d9c39a; white-space: nowrap; }
