/* generic SCE button */
.sce-btn {
    margin-top: 10px;
    padding: 10px 16px;
    background: linear-gradient(135deg, #ff00cc, #ffb703);
    color: #000;
    border: 0;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
}

/* overlay for content images */
.sce-btn-overlay {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 18px;
    background: rgba(255, 0, 204, 0.9);
    color: #fff;
    border: none;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
}
