rtp-slot-gacor
.cta-rtp {
display: inline-block;
padding: 12px 24px;
background: #10b981;
color: #ffffff;
font-size: 18px;
font-weight: bold;
text-align: center;
text-decoration: none;
border-radius: 8px;
box-shadow: 0 0 10px #10b981, 0 0 20px #10b981;
transition: transform 0.2s ease, background 0.3s ease;
animation: glow 1.5s infinite alternate;
}
.cta-rtp:hover {
transform: scale(1.05);
background: #059669;
}
@keyframes glow {
from {
box-shadow: 0 0 10px #10b981;
}
to {
box-shadow: 0 0 20px #10b981, 0 0 30px #10b981;
}
}
@media (max-width: 600px) {
.cta-rtp {
font-size: 16px;
padding: 10px 18px;
}
}