/* Icônes d'information survolables (tooltips / popovers) */
.info-hover-icon,
i.fa-info[data-bs-toggle="tooltip"],
i.fa-info[data-bs-toggle="popover"],
i.fa-info-circle[data-bs-toggle="tooltip"],
i.fa-info-circle[data-bs-toggle="popover"],
.cart-promo-card__info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.5rem;
    height: 0.5rem;
    min-width: 0.75rem;
    min-height: 0.75rem;
    margin-left: -2px !important;
    margin-top: -10px;
    font-size: 0.4rem;
    font-weight: 900;
    line-height: 1;
    color: #888;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: help;
    vertical-align: middle;
    flex-shrink: 0;
    box-sizing: border-box;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.info-hover-icon::before,
i.fa-info[data-bs-toggle="tooltip"]::before,
i.fa-info[data-bs-toggle="popover"]::before,
i.fa-info-circle[data-bs-toggle="tooltip"]::before,
i.fa-info-circle[data-bs-toggle="popover"]::before,
.cart-promo-card__info::before {
    color: #888;
}

.info-hover-icon:hover,
i.fa-info[data-bs-toggle="tooltip"]:hover,
i.fa-info[data-bs-toggle="popover"]:hover,
i.fa-info-circle[data-bs-toggle="tooltip"]:hover,
i.fa-info-circle[data-bs-toggle="popover"]:hover,
.cart-promo-card__info:hover {
    color: #666;
    border-color: #aaa;
}

.info-hover-icon:hover::before,
i.fa-info[data-bs-toggle="tooltip"]:hover::before,
i.fa-info[data-bs-toggle="popover"]:hover::before,
i.fa-info-circle[data-bs-toggle="tooltip"]:hover::before,
i.fa-info-circle[data-bs-toggle="popover"]:hover::before,
.cart-promo-card__info:hover::before {
    color: #666;
}
