/* Bandeau tarifs pro - module webppro
   Compatible tous themes PrestaShop */

.webppro-price-banner {
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.2;
    margin-top: 2px;
}

.webppro-price-banner a {
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.2s;
}

.webppro-price-banner a:hover {
    color: #0a58ca;
    text-decoration: underline;
}

/* Visiteur non connecte */
.webppro-price-banner--visitor a {
    color: #6c757d;
    font-style: italic;
}

.webppro-price-banner--visitor a:hover {
    color: #0d6efd;
}

/* Client connecte non-pro */
.webppro-price-banner--logged a {
    color: #198754;
    font-weight: 500;
}

.webppro-price-banner--logged a:hover {
    color: #146c43;
}