/* Rounded hand-drawn center star and restrained four-point sparkles. */
.guestbook-center{height:204px;padding:82px 38px 34px;width:204px}
.guestbook-center:before,.guestbook-center:after{display:none}
.guestbook-center-star{height:218px;inset:-7px;overflow:visible;pointer-events:none;position:absolute;width:218px;z-index:0}
.guestbook-center-star .star-fill{fill:#f7e7a3;stroke:#356d58;stroke-linecap:round;stroke-linejoin:round;stroke-width:3.5}
.guestbook-center-star .star-sketch{fill:none;opacity:.48;stroke:#356d58;stroke-dasharray:155 12 42 9;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6;transform:translate(1.8px,1.2px)}
.guestbook-center-avatar{height:112px;top:-37px;width:85px}
.guestbook-center-sparkles{inset:-42px;pointer-events:none;position:absolute;z-index:1}
.guestbook-sparkle{height:30px;position:absolute;width:30px}
.guestbook-sparkle path{fill:#f4d972;stroke:#356d58;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}
.guestbook-sparkle:nth-child(1){height:34px;left:-8px;top:24px;transform:rotate(-8deg);width:34px}
.guestbook-sparkle:nth-child(2){height:22px;right:12px;top:5px;transform:rotate(10deg);width:22px}
.guestbook-sparkle:nth-child(3){bottom:10px;height:26px;left:5px;transform:rotate(7deg);width:26px}
.guestbook-sparkle:nth-child(4){bottom:25px;height:18px;right:-2px;transform:rotate(-5deg);width:18px}

@media(max-width:1080px){
  .guestbook-center{height:188px;padding:75px 34px 31px;width:188px}
  .guestbook-center-star{height:202px;inset:-7px;width:202px}
  .guestbook-center-avatar{height:103px;top:-34px;width:79px}
  .guestbook-center-sparkles{inset:-34px}
}

@media(max-width:760px){
  .guestbook-center{height:178px;padding:71px 30px 29px;width:178px}
  .guestbook-center-star{height:192px;width:192px}
  .guestbook-center-avatar{height:98px;top:-32px;width:75px}
  .guestbook-center-sparkles{inset:-28px}
}
