.famtp-protected-content {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.famtp-protected-content img,
.famtp-protected-content canvas {
    pointer-events: none;
}

/* BLUR */
#blur {
    filter: blur(7px);
    pointer-events: none;
    transition: all .4s ease;
}

/* SWITCHER */
#famtp-switcher {
    position: fixed;
    right: 14px;
    bottom: 80px;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #fff;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

#famtp-switcher a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    text-decoration: none;
    padding: 10px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
    background: #efefef;
    color: #111;
    font-family: Arial, sans-serif;
}

#famtp-switcher a.active {
    background: #bb4315;
    color: #fff;
}
