/* Public contextual overrides; no editor chrome or brand colors. */
.wapu-c-image-frame{position:relative;isolation:isolate;overflow:hidden;border-radius:8px;min-width:0;aspect-ratio:1/1.07}
.wapu-c-image-frame>img,.wapu-c-image-frame>picture{display:block;width:100%;height:100%;object-fit:cover}
.wapu-c-image-frame img{filter:grayscale(var(--wpg-image-grayscale,0))}
.wapu-c-image-frame::after,.wapu-c-image:not(img)::after{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--wpg-image-tint,transparent);opacity:var(--wpg-image-tint-opacity,0);pointer-events:none;z-index:1}
.wapu-c-image:not(img){position:relative}
img[data-wpg-element-key],.wapu-c-image:not(img){filter:grayscale(var(--wpg-image-grayscale,0))}
[data-wpg-element-key][style*="--wpg-element-opacity:"]{opacity:var(--wpg-element-opacity)!important}
[data-wpg-element-key="block"]{--wpg-element-opacity:1}
[data-wpg-background-layer],[data-wpg-overlay-layer]{position:absolute!important;inset:0!important;display:block!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;border-radius:inherit!important;pointer-events:none!important;user-select:none!important}
[data-wpg-background-layer]{z-index:-2!important}
[data-wpg-layered-background][data-wapu-background-image] > [data-wpg-background-layer]{z-index:-3!important}
[data-wpg-layered-background][data-wapu-background-image]::before{z-index:-2!important}
[data-wpg-overlay-layer]{z-index:-1!important}
[data-wpg-element-key].wapu-pg-magic[data-wapu-pg-enter]:not(.is-wapu-pg-visible){opacity:0!important}
[data-wpg-element-key].wapu-pg-magic[data-wapu-pg-enter].is-wapu-pg-visible{opacity:var(--wpg-element-opacity,1)!important}
@media(prefers-reduced-motion:reduce){[data-wpg-element-key].wapu-pg-magic[data-wapu-pg-enter]{opacity:var(--wpg-element-opacity,1)!important}}

/* 7.9.92 · Block silhouette effects.
   One authored choice shapes both the top and bottom edge. */
.wapu-block[data-wapu-edge-effect="wave"],
#wapu-playground-canva-root .wpg-live-section[data-wapu-edge-effect="wave"] > .wpg-block-content{
  clip-path:polygon(
    0 12px,6.25% 4px,12.5% 12px,18.75% 20px,25% 12px,31.25% 4px,37.5% 12px,43.75% 20px,50% 12px,56.25% 4px,62.5% 12px,68.75% 20px,75% 12px,81.25% 4px,87.5% 12px,93.75% 20px,100% 12px,
    100% calc(100% - 12px),93.75% calc(100% - 4px),87.5% calc(100% - 12px),81.25% calc(100% - 20px),75% calc(100% - 12px),68.75% calc(100% - 4px),62.5% calc(100% - 12px),56.25% calc(100% - 20px),50% calc(100% - 12px),43.75% calc(100% - 4px),37.5% calc(100% - 12px),31.25% calc(100% - 20px),25% calc(100% - 12px),18.75% calc(100% - 4px),12.5% calc(100% - 12px),6.25% calc(100% - 20px),0 calc(100% - 12px)
  );
}
.wapu-block[data-wapu-edge-effect="paper"],
#wapu-playground-canva-root .wpg-live-section[data-wapu-edge-effect="paper"] > .wpg-block-content{
  clip-path:polygon(
    0 10px,4% 5px,8% 13px,12% 7px,16% 14px,20% 4px,24% 11px,28% 6px,32% 15px,36% 8px,40% 12px,44% 5px,48% 13px,52% 7px,56% 14px,60% 4px,64% 11px,68% 6px,72% 15px,76% 8px,80% 12px,84% 5px,88% 13px,92% 7px,96% 14px,100% 9px,
    100% calc(100% - 10px),96% calc(100% - 5px),92% calc(100% - 13px),88% calc(100% - 7px),84% calc(100% - 14px),80% calc(100% - 4px),76% calc(100% - 11px),72% calc(100% - 6px),68% calc(100% - 15px),64% calc(100% - 8px),60% calc(100% - 12px),56% calc(100% - 5px),52% calc(100% - 13px),48% calc(100% - 7px),44% calc(100% - 14px),40% calc(100% - 4px),36% calc(100% - 11px),32% calc(100% - 6px),28% calc(100% - 15px),24% calc(100% - 8px),20% calc(100% - 12px),16% calc(100% - 5px),12% calc(100% - 13px),8% calc(100% - 7px),4% calc(100% - 14px),0 calc(100% - 9px)
  );
}
