/* Choondal Crop Tool - outer wrapper CSS
   Author: Lakshmidas Menon Manikkath | Choondal.com | Guvr.in | 9446666639
   Version: 20.26.03.11.1
   All tool UI styles are inside the self-contained iframe */

.pvcc-iframe-container {
    width: 100%;
    max-width: 1100px;
    margin: 20px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,.12);
    display: block;
}

.pvcc-iframe-container iframe {
    width: 100%;
    border: none;
    display: block;
    min-height: 600px;
}
