.donation-float { position: fixed; right: 38px; bottom: 38px; z-index: 120; width: 96px; height: 96px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #fff; background: linear-gradient(145deg, #FF948D 0%, #FF6B6B 48%, #C94755 100%); border-radius: 50%; box-shadow: inset 0 1px 1px #FFFFFF70, inset 0 -12px 22px #B7384930, 0 18px 38px #B63F4A3D; transition: transform 180ms ease, box-shadow 180ms ease; }
.donation-float:hover { color: #fff; transform: translateY(-4px); box-shadow: inset 0 1px 1px #FFFFFF8A, inset 0 -12px 22px #A82D3E38, 0 24px 46px #B63F4A4D; }
.donation-float:focus-visible { outline: 3px solid #fff; outline-offset: 5px; }
.donation-float img { width: 50px; height: 42px; object-fit: contain; filter: drop-shadow(0 3px 7px #A938465C); }
.donation-float span { font-size: 14px; font-weight: 900; line-height: 1.2; letter-spacing: -1px; text-shadow: 0 2px 7px #A9384666; }
@media (max-width: 760px) { .donation-float { right: 18px; bottom: 92px; width: 78px; height: 78px; gap: 1px; padding: 11px 8px 10px; } .donation-float img { width: 36px; height: 31px; } .donation-float span { font-size: 11px; } }
