/**
 * 2025 Nexi Paylink Integration Module
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 *
 * @author    Developer
 * @copyright 2025
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.nexipaylink-payment-option {
    margin-bottom: 10px;
}

.nexipaylink-payment-option img {
    max-height: 40px;
    margin-right: 10px;
    vertical-align: middle;
}

.nexipaylink-payment-option .payment-option-title {
    font-weight: bold;
}

.nexipaylink-payment-option .payment-option-description {
    margin-top: 5px;
    color: #7a7a7a;
    font-size: 0.875rem;
}

.nexipaylink-confirmation {
    margin-top: 20px;
    padding: 15px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.nexipaylink-confirmation p {
    margin-bottom: 10px;
}

.nexipaylink-confirmation .payment-link {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 15px;
    background-color: #2fb5d2;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.nexipaylink-confirmation .payment-link:hover {
    background-color: #2592a9;
}
.payment_module.selected {
    border: 2px solid #f0ad4e;
    background: #fff8e5;
}

