.lottie-animation {
  width: 100%;
}
.lottie-animation--empty {
  background: var(--wp--preset--color--light-grey);
  padding: 20px;
}
.lottie-animation__player {
  width: 100%;
}
.lottie-animation__player svg {
  display: block;
  width: 100%;
  height: auto;
}
.lottie-animation__preview {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 40px 20px;
  background: #f0f0f0;
  border: 1px dashed #bbb;
  border-radius: 4px;
  color: #555;
  font-size: 13px;
}
.lottie-animation__preview .dashicons {
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #888;
}
.lottie-animation__preview-badge {
  background: #e0e0e0;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.lottie-animation--loaded .lottie-animation__preview {
  display: none;
}
.lottie-animation--loaded {
  cursor: pointer;
}

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