.guestbook{padding-bottom:2em}.guestbook-entries{display:flex;flex-direction:column;gap:.75em;margin-top:var(--flow-spacer, 1em);margin-bottom:2em}.guestbook-entry{background:#f7f7f7;border-radius:var(--br, 4px);padding:.75em 1em;color:#444}.guestbook-message{font-style:italic;margin-bottom:.5em}.guestbook-message:before{content:"❝";font-size:1.3em;margin-right:.2em;color:#444}.guestbook-message:after{content:"❞";font-size:1.3em;margin-left:.2em;color:#444}.guestbook-form{display:grid;grid-template-columns:1fr 1fr auto;gap:.75em;align-items:start;margin-top:var(--flow-spacer, 1em);max-width:100%;background-color:inherit}.guestbook-field-message{grid-column:1 / -1;min-height:10em;padding:.5em;font:inherit;border:1px solid var(--clr-border-100, #999);border-radius:var(--br, 4px);resize:vertical}.guestbook-field-name,.guestbook-field-email{padding:.5em;font:inherit;border:1px solid var(--clr-border-100, #999);border-radius:var(--br, 4px)}.guestbook-form .guestbook-field-submit{padding:.5em 1.5em;background:var(--clr-button-bg, #333);color:var(--clr-button-fg, white);border:none;border-radius:var(--br, 4px);cursor:pointer}.guestbook-error{grid-column:1 / -1;color:var(--clr-accent-100, #ab042b)}.guestbook-hr{margin:2em 0;border:2px solid #fdf;border-radius:var(--br, 4px)}.guestbook-thanks{margin-top:2em;font-size:1.2em;font-weight:700;background-color:#ebfeeb;padding:1em;border-radius:var(--br, 4px);border:2px solid #7ab894;color:green;text-align:center}@media (max-width: 600px){.guestbook-form{grid-template-columns:1fr}}
