/**
 * Modulo Derecho de Desistimiento (ecom_desestimiento)
 *
 * @author    Ecom Experts <ecomyseo@gmail.com>
 * @copyright 2026 Ecom Experts
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */
.ecom-desist-block {
    margin: 18px 0;
    padding: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fafafa;
}
.ecom-desist-block .ecom-desist-legal {
    font-size: 13px;
    color: #555;
    margin-bottom: 10px;
}
.ecom-desist-btn {
    display: inline-block;
    padding: 10px 18px;
    background: #2fb5d2;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 600;
}
.ecom-desist-btn.disabled {
    background: #ccc;
    cursor: not-allowed;
    pointer-events: none;
}
.ecom-desist-account-link i {
    margin-right: 6px;
}

/* Enlace de texto en el footer (hookDisplayFooter / footer-link.tpl) - siempre visible */
.ecom-desist-footer-link {
    text-align: center;
    margin: 14px 0;
}
.ecom-desist-footer-link a {
    color: #2c66b0;
    text-decoration: underline;
    font-size: 13px;
}
.ecom-desist-footer-link a:hover {
    color: #21487e;
    text-decoration: underline;
}

/* Boton flotante global (hookDisplayFooter / floating.tpl) - solo icono, clientes con pedidos */
.ecom-desist-floating {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9990;
}
.ecom-desist-floating a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #2c66b0;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    transition: background 0.2s ease, transform 0.2s ease;
}
.ecom-desist-floating a:hover {
    background: #21487e;
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}
.ecom-desist-floating i {
    font-size: 20px;
    line-height: 1;
}
.ecom-desist-floating .ecom-desist-floating-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #e74c3c;
    color: #fff;
    border-radius: 50%;
    min-width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    padding: 0 4px;
    box-shadow: 0 0 0 2px #fff;
}

/* Iconos SVG embebidos (sustituyen a Material Icons; sin fuentes de terceros) */
.ecom-desist-ico {
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    vertical-align: -0.18em;
    flex: 0 0 auto;
}
.ecom-desist-intro-icon {
    width: 2.4em;
    height: 2.4em;
    vertical-align: middle;
}
.ecom-desist-floating a .ecom-desist-ico {
    width: 22px;
    height: 22px;
}
.ecom-desist-account-link .ecom-desist-ico {
    margin-right: 6px;
}
.ecom-desist-badge .ecom-desist-ico,
.ecom-desist-btn .ecom-desist-ico {
    margin-right: 5px;
}
