.sscta-wrapper {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999;
}

.sscta-link {
    display: block;
}

.sscta-img {
    width: 200px; /* matches previous CTA size */
    height: auto;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all .25s ease;
    cursor: pointer;
}

.sscta-img:hover {
    transform: translateX(5px);
}

/* Mobile handling */
@media (max-width: 768px) {
    .sscta-img {
        width: 85px;
    }
}
