
.ep-wrapper{
max-width:1100px;
margin:auto;
font-family:Arial;
}

.ep-toolbar{
margin-bottom:10px;
display:flex;
gap:10px;
align-items:center;
flex-wrap:wrap;
}

.ep-canvas{
width:100%;
max-height:700px;
overflow:hidden;
border:1px solid #ccc;
display:flex;
justify-content:center;
}

#ep-image{
max-width:100%;
}
