/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/play-item/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-play-item {
  transition: transform 0.3s;
}
@media (hover: hover) {
  .wp-block-create-block-play-item:has(a):hover {
    transform: rotate(2deg);
  }
}
@media screen and (max-width: 639px) {
  .wp-block-create-block-play-item {
    padding: 2px;
  }
}
@media screen and (min-width: 640px) {
  .wp-block-create-block-play-item {
    padding: 6px;
  }
}
.wp-block-create-block-play-item .post-element {
  background: #0052FF;
}
.wp-block-create-block-play-item.theme-green .post-element {
  background: #21BE7B;
}
.wp-block-create-block-play-item.theme-lavender .post-element {
  background: #D1D3FE;
  color: #0052FF;
}
.wp-block-create-block-play-item .playlist {
  animation: rotate 15s linear infinite;
}
.wp-block-create-block-play-item:not(.image-item) a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-create-block-play-item.image-item a, .wp-block-create-block-play-item.quote-item a {
  text-decoration: underline;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style-index.css.map*/