/**
 * @author PragmaGO
 * @copyright 2025 PragmaGO
 * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
 */

#pragmapay-calculator-button {
    background-color: #3e4cb4;
    border-radius: 1em;
    border: none;
    color: #f0f0f0;
    padding: .5em 2em;
    font-weight: bold;
    line-height: 30px;
}

#pragmapay-product-page-calculator-button {
    cursor:pointer;
    border: 1px solid #ced4da;
    border-radius: 8px;
    background: white;
}

#pragmapay-product-page-calculator-button > div {
    font-size: xx-small;
    margin-left: 20px;
    font-weight: bold;
    margin-top: -10px;
    padding-bottom: 17px;
}

#pragmapay-product-page-calculator-button > img {
    max-width: 100%;
}

.pragmapay-alert-danger {
    margin-left: 1em;
    margin-top: 1em;
    color: red;
    font-size: xx-small;
    display: block;
}
