background: #fff;
color: #222;
font-size: 27px;
font-weight: bold;
line-height: 1;
}
/* Tekst */
#formTopButton .button-text {
font-size: 13px;
line-height: 1.25;
text-align: left;
white-space: nowrap;
}
/* Knipperende/pulserende aandacht */
@keyframes pulse {
0% {
box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}
50% {
box-shadow:
0 4px 20px rgba(0,0,0,0.35),
0 0 0 8px rgba(0,0,0,0.08);
}
100% {
box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}
}
/* Mobiel */
@media (max-width: 600px) {
#formTopButton {
right: 15px;
bottom: 15px;
padding: 7px 13px 7px 7px;
gap: 8px;
}
#formTopButton .arrow {
width: 38px;
height: 38px;
font-size: 24px;
}
#formTopButton .button-text {
font-size: 11px;
}
}