/**
 * WEBFUL Badge Styles
 *
 * Styles pour le badge "Powered by WEBFUL" affiché en footer
 *
 * @package WEBFUL
 * @since 2.1.3
 */

.webful-badge {
    text-align: center;
    padding: 6px 0;
    font-size: 10px;
    background: #2a2a2a;
}

.webful-badge a {
    color: #999;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.webful-badge a:hover {
    opacity: 1;
}
