
.guest-moments{background:#f7f2e8;padding:72px 5%}
.guest-moments-inner{max-width:1180px;margin:auto}
.guest-moments h2{color:#17383d;font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.6rem);margin:0 0 10px}
.guest-moments .lead{color:#506367;max-width:760px;line-height:1.65;margin-bottom:30px}
.guest-upload-card{display:grid;grid-template-columns:1fr 1fr;gap:18px;background:#fff;border:1px solid #e2d5bd;border-radius:18px;padding:24px;margin-bottom:34px}
.guest-upload-card label{display:flex;flex-direction:column;gap:7px;color:#17383d;font-weight:700}
.guest-upload-card input,.guest-upload-card textarea{border:1px solid #cfd8d5;border-radius:12px;padding:12px;font:inherit;background:#fff;color:#17383d}
.guest-upload-card textarea{min-height:90px;resize:vertical}
.guest-upload-card .full{grid-column:1/-1}
.guest-upload-card .consent{font-weight:400;display:flex;flex-direction:row;align-items:flex-start;gap:9px;line-height:1.45}
.guest-upload-card button{border:0;border-radius:999px;padding:14px 22px;background:#c99731;color:#17383d;font-weight:800;cursor:pointer}
.guest-upload-card button:disabled{opacity:.55;cursor:wait}
.guest-upload-status{grid-column:1/-1;min-height:24px;color:#17383d}
.guest-approved-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.guest-approved-card{background:#fff;border-radius:14px;overflow:hidden;border:1px solid #e0d7c5}
.guest-approved-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.guest-approved-card .meta{padding:12px 14px;color:#17383d}
.guest-approved-card .meta strong{display:block;margin-bottom:4px}
.guest-empty{color:#6b7778;padding:20px 0}
@media(max-width:800px){.guest-upload-card{grid-template-columns:1fr}.guest-upload-card .full{grid-column:auto}.guest-approved-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.guest-approved-grid{grid-template-columns:1fr}}

.guest-like-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}
.guest-like-btn{display:inline-flex;align-items:center;gap:7px;border:1px solid #d8c9aa;background:#fff8ec;color:#17383d;border-radius:999px;padding:8px 12px;font-weight:800;cursor:pointer}
.guest-like-btn.liked{background:#f7e4e4;border-color:#e7b7b7}
.guest-like-btn .heart{font-size:1.05rem}
.guest-like-count{font-weight:800;color:#17383d}
