/**
 * mod_nexi_xpay
 *
 * @copyright  Copyright (C) 2026. All rights reserved.
 * @license    GNU General Public License version 2 or later;
 */

.mod_nexi_xpay {
    /* Add your custom CSS styles here */
    display: block;
    margin: 0;
    padding: 1rem;
}

/* Example responsive styles */
@media (max-width: 768px) {
    .mod_nexi_xpay {
        padding: 0.5rem;
    }
}

/* Example custom classes */
.mod_nexi_xpay__title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.mod_nexi_xpay__content {
    line-height: 1.5;
}

.mod_nexi_xpay__footer {
    margin-top: 1rem;
    font-size: 0.9rem;
}

.mod-nexi-xpay-qr {
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #cfd4da;
    border-radius: 0.5rem;
    background: #fafafa;
}

.mod-nexi-xpay-qr img {
    max-width: 100%;
    height: auto;
}

.mod-nexi-xpay-qr-placeholder {
    text-align: center;
    color: #6c757d;
    padding: 0.5rem 1rem;
}

.mod-nexi-xpay-qr-icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    border: 2px dashed #adb5bd;
    margin: 0 auto 0.75rem auto;
    font-weight: 700;
    font-size: 1.5rem;
    color: #6c757d;
}

.mod-nexi-xpay-qr-title {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.mod-nexi-xpay-qr-text {
    font-size: 0.9rem;
}
