.wu-garantia {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #f4f6f5;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    justify-content: center;
}

.wu-garantia img {
    width: 20px !important;
}

.wu-garantia-icono {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #26a69a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}

.wu-garantia-icono-img img {
    max-width: 22px;
    height: auto;
    display: block;
}



.wu-garantia-texto {
    line-height: 1.2;
}
