
.affiliate-button:hover.ab-anim-grow {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}
.affiliate-button:hover.ab-anim-glow {
    box-shadow: 0 0 10px rgba(255, 165, 0, 0.7);
    transition: box-shadow 0.3s ease;
}
.ab-icon {
    display: inline-block;
    margin-right: 5px;
}
