/* Zweck: Vorschau und spaetere Leseransicht des moderierten Gaestebuchs | Schicht: Seitentyp | Ladende Seiten: /erfahrungen/, /gaestebuch/ */
.guestbook-page__intro{display:flex;align-items:center;justify-content:space-between;gap:clamp(18px,3vw,36px);margin-bottom:clamp(28px,3.5vw,46px);padding:clamp(20px,2.3vw,30px);border:1px solid var(--amg-line);border-radius:14px;background:var(--amg-mint-soft)}
.guestbook-page__intro>div{display:grid;gap:.55rem;max-width:760px}
.guestbook-page__intro :is(h2,p){margin:0}
.guestbook-page__intro h2,.guestbook-page__section-heading h2{color:var(--amg-ink);font-size:clamp(1.3rem,1.8vw,1.8rem);line-height:1.2}
.guestbook-page__intro p:last-child,.guestbook-page__section-heading>p:last-child{color:var(--amg-muted);font-size:.94rem;line-height:1.55}
.guestbook-page__entries,.guestbook-page__form-section,.guestbook-page__paths{margin-top:clamp(28px,3.5vw,46px)}
.guestbook-page__section-heading{display:grid;gap:.45rem;margin-bottom:14px}
.guestbook-page__section-heading :is(h2,p){margin:0}
.guestbook-reader__items{display:grid;gap:14px}
.guestbook-reader__entry{display:grid;gap:.65rem;padding:clamp(18px,2.2vw,28px);border:1px solid var(--amg-line);border-radius:14px;background:var(--amg-paper)}
.guestbook-reader__entry :is(h3,p){margin:0}
.guestbook-reader__entry h3{color:var(--amg-ink);font-size:1rem;line-height:1.3}
.guestbook-reader__entry time{color:var(--amg-muted);font-size:.78rem;font-weight:750;line-height:1.4}
.guestbook-reader__entry p{color:var(--amg-ink);line-height:1.6;white-space:pre-line}
.guestbook-reader__pagination{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center;margin-top:16px;padding-top:16px;border-top:1px solid var(--amg-line)}
.guestbook-reader__page-button:first-child{justify-self:start}
.guestbook-reader__page-button:last-child{justify-self:end}
.guestbook-reader__page-status{margin:0;color:var(--amg-muted);font-size:.82rem;font-weight:750;text-align:center}
.guestbook-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(14px,1.6vw,22px);padding:clamp(20px,2.4vw,30px);border:1px solid var(--amg-line);border-radius:14px;background:var(--amg-paper);box-shadow:var(--amg-shadow)}
.guestbook-form__field{display:grid;align-content:start;gap:.45rem}
.guestbook-form__field--wide{grid-column:1/-1}
.guestbook-form label{color:var(--amg-ink);font-size:.84rem;font-weight:850;line-height:1.4}
.guestbook-form :is(input[type="text"],input[type="email"],textarea){width:100%;padding:.8rem .9rem;border:1px solid var(--amg-line-strong);border-radius:10px;background:var(--amg-paper);color:var(--amg-ink);font:inherit;line-height:1.5}
.guestbook-form textarea{min-height:180px;resize:vertical}
.guestbook-form :is(input,textarea):disabled{cursor:not-allowed;opacity:.68}
.guestbook-form__field>p,.guestbook-form__status{margin:0;color:var(--amg-muted);font-size:.76rem;line-height:1.45}
.guestbook-form__consent{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.7rem;align-items:start;padding-top:.85rem;border-top:1px solid var(--amg-line)}
.guestbook-form__consent input{margin-top:.2rem}
.guestbook-form__status{padding:.75rem .85rem;border-radius:9px;background:var(--amg-mint-soft)}
.guestbook-form__submit{justify-self:start}
.guestbook-form__submit:disabled{cursor:not-allowed;opacity:.58}
.guestbook-page__paths>h2{margin:0 0 14px;color:var(--amg-ink);font-size:clamp(1.3rem,1.8vw,1.8rem);line-height:1.2}
html[data-theme="dark"] .guestbook-page__intro,html[data-theme="dark"] .guestbook-form__status{background:var(--amg-mint-soft)}
@media(max-width:700px){
  .guestbook-page__intro{align-items:stretch;flex-direction:column}
  .guestbook-page__intro .home-button{width:100%;justify-content:center}
  .guestbook-form{grid-template-columns:1fr}
  .guestbook-form__field--wide{grid-column:1}
  .guestbook-form__submit{width:100%;justify-content:center}
  .guestbook-reader__pagination{grid-template-columns:1fr;justify-items:stretch}
  .guestbook-reader__page-button:first-child,.guestbook-reader__page-button:last-child{justify-self:stretch;width:100%;justify-content:center}
  .guestbook-reader__page-status{order:-1}
}
