.rquerol-play-icon {
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 145px;
    height: 145px;
    pointer-events: none;
    overflow: hidden;
    border-radius: 999px;
    z-index: 1;
}

.rquerol-play-icon img {
    position: absolute;
    display: block;
}

.rquerol-play-icon-bg {
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.rquerol-play-icon-text {
    top: 8.3333%;
    left: 8.3333%;
    width: 83.3333%;
    height: 83.3333%;
    animation: rquerol-play-icon-rotate 12s linear infinite;
}

@keyframes rquerol-play-icon-rotate {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .rquerol-play-icon-text {
        animation: none;
    }
}

.rquerol-play-icon-link {
    position: relative;
    display: block;
    z-index: 10;
    width: 145px;
    height: 145px;
}