/**
 * NOTICE OF LICENSE
 *
 * This source file is subject to the MIT Free License
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/license/mit
 *
 * @author    HMedia
 * @copyright Since 2024 HMedia
 * @license   MIT
 */

#globalpaymentshpp-error.hidden {
    display: none !important;
}

.iframe-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.globalpaymentshpp-payment-iframe {
    display: none;
    width: 600px;
    height: 650px;
    margin: 15px 0;
}

.globalpaymentshpp-iframe-top {
    font-weight: 600;
}

.globalpaymentshpp-iframe-bottom {
    padding-bottom: 15px;
}

@media screen and (max-width: 600px) {
    .globalpaymentshpp-payment-iframe {
        width: 100%;
    }
}
