/* Moneris Checkout Styles */

/* Container should expand to content height */
#monerisCheckout {
    width: 100%;
    min-height: 600px;
    height: auto !important;
    overflow: visible !important;
}

/* Force iframe to expand and remove internal scrollbar */
#monerisCheckout iframe {
    width: 100% !important;
    min-height: 900px !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    border: none;
}

/* Ensure any wrapper elements don't restrict height */
#monerisCheckout > * {
    height: auto !important;
    max-height: none !important;
}

/* Smooth loading transition */
#monerisCheckout {
    transition: height 0.3s ease;
}
