/**
 * eco_redirectpro - front office styles
 * Loaded only on shops where the module is active.
 */
.eco-redirectpro-widget {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
}

.eco-redirectpro-widget .eco-redirectpro-btn {
    white-space: nowrap;
}

.eco-redirectpro-widget .eco-redirectpro-link {
    color: inherit;
    text-decoration: underline;
    white-space: nowrap;
}

.eco-redirectpro-widget .eco-redirectpro-link:hover {
    opacity: 0.8;
}
