#mkl-scenes-block { border-top: 1px solid #E5E5EA; }
.mkl-scenes-header { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 20px 0; background: none; border: none; cursor: pointer; }
.mkl-scenes-header[aria-expanded="false"] .mkl-collapsible-icon { transform: rotate(-90deg); }
.mkl-scenes-body { overflow: hidden; transition: max-height .5s ease; padding-bottom: 32px; }
.mkl-scenes-body.collapsed { max-height: 0 !important; padding-bottom: 0; }
.mkl-scene-item { width: 100%; margin-bottom: 0; }
.mkl-scene-item:last-child { margin-bottom: 0; }
.mkl-lazy-scene { width: 100%; max-width: 1200px; height: auto; margin: 0 auto; display: block; opacity: 0; transition: opacity .4s; }
.mkl-lazy-scene.loaded { opacity: 1; }
