/* MyPayKit Frontend Styles */

/* Shortcode Iframe Container */
.mypk-form-iframe-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Shortcode Iframe */
.mypk-form-iframe {
    width: 100%;
    border: none;
    min-height: 600px; /* Keep a default min-height */
    /* Height will be adjusted dynamically by mypaykit-form-iframe.js */
}
