/* Two overlapping rounded stars with the avatar centered between them. */
.guestbook-center{height:224px;padding:142px 38px 28px;width:232px}
.guestbook-center-star{height:182px;overflow:visible;pointer-events:none;position:absolute;width:182px}
.guestbook-center-star--back{inset:auto -15px 15px auto;transform:rotate(11deg);z-index:0}
.guestbook-center-star--front{bottom:4px;left:-12px;right:auto;top:auto;transform:rotate(-8deg);z-index:1}
.guestbook-center-star--back .star-fill{fill:#f3c5c8;stroke:#356d58;stroke-width:3.2}
.guestbook-center-star--front .star-fill{fill:#f7e4a0;stroke:#356d58;stroke-width:3.5}
.guestbook-center-star .star-sketch{fill:none;opacity:.48;stroke:#356d58;stroke-dasharray:84 10 38 8;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5;transform:translate(2px,1.3px)}
.guestbook-center-avatar{height:124px;left:50%;top:29px;transform:translateX(-50%);width:94px;z-index:4}
.guestbook-center strong,.guestbook-center small{z-index:5}
.guestbook-center strong{font-size:16px}
.guestbook-center-sparkles{inset:-32px;z-index:3}
.guestbook-sparkle:nth-child(1){height:30px;left:4px;top:16px;width:30px}
.guestbook-sparkle:nth-child(2){height:19px;right:22px;top:-2px;width:19px}
.guestbook-sparkle:nth-child(3){bottom:22px;height:23px;left:13px;width:23px}
.guestbook-sparkle:nth-child(4){bottom:34px;height:17px;right:4px;width:17px}

@media(max-width:1080px){
  .guestbook-center{height:208px;padding:132px 34px 26px;width:216px}
  .guestbook-center-star{height:170px;width:170px}
  .guestbook-center-star--back{right:-12px}
  .guestbook-center-star--front{left:-10px}
  .guestbook-center-avatar{height:116px;top:27px;width:88px}
}

@media(max-width:760px){
  .guestbook-center{height:196px;padding:124px 30px 25px;width:204px}
  .guestbook-center-star{height:160px;width:160px}
  .guestbook-center-avatar{height:108px;top:25px;width:82px}
  .guestbook-center-sparkles{inset:-24px}
}
