.elementor-9572 .elementor-element.elementor-element-e26d06a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-eec3e54 */<style>
.prismatic-frame {
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
  background: linear-gradient(135deg, #e0f7fa, #e1bee7, #bbdefb);
  background-size: 300% 300%;
  animation: prismGlow 5s ease infinite;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

.prismatic-frame img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

@keyframes prismGlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
</style>/* End custom CSS */