.bottom-menu{grid-template-columns:repeat(6,minmax(0,1fr));padding-left:4px;padding-right:4px}
.bottom-menu span{font-size:clamp(8px,2.3vw,11px)}
.bottom-menu img{width:38px;height:38px}
.register-cta{max-width:320px;margin:26px auto 6px}
.confirm{width:80%;margin-left:auto;margin-right:auto;border-radius:24px;font-weight:700}
.text-link.register-cta{width:fit-content;max-width:none;font-weight:700;padding:0 0 7px;background:none;border-radius:0}
#rsvp-form .register-cta{max-width:none;margin-top:0}
.gifts-art{display:block;width:180px;height:180px;object-fit:contain;margin:0 auto 24px}
@media(prefers-reduced-motion:no-preference){
  .register-cta{animation:register-reminder 3.6s ease-in-out infinite}
  .register-cta:hover,.register-cta:focus-visible,.register-cta:active{animation-play-state:paused}
}
@keyframes register-reminder{0%,65%,100%{transform:scale(1)}30%{transform:scale(1.035)}}
