.paymonix-inline {
    margin-top: 12px;
}

#paymonix-payments,
#paymonix-blocks-payments {
    margin-top: 8px;
}

/*
 * In Blocks, order placement is driven by the Blocks "Place order" button, so
 * the SDK's own submit button is hidden to avoid a confusing second button.
 * (Classic checkout keeps it — that flow relies on it.)
 */
#paymonix-blocks-payments .px-submit-btn {
    display: none;
}

#paymonix-iframe-container {
    width: 100%;
    min-height: 480px;
}

#paymonix-iframe-container iframe {
    width: 100%;
    border: 0;
}
