<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.payment_method_woo-yape img {
    
max-width: 30px!important;
border-radius: 5px!important;

}

.logo_yape {
    width: 90px;
    text-align: center;
    margin: auto;
    padding: 10px 0;
}

.logo_yape img{
    border-radius: 15px;
}

.description_yape {
    text-align: center;
    font-weight: 600;
    width: 100%;
    font-size: 1.1em;
    margin: auto;
    color: black;
    padding: 10px 0px;
}

.headline_yape &gt; a {
    display: block;
    font-size: 1.8em;
    color: #742385;
    font-weight: bold;
    width: max-content;
    margin: auto;
    text-align: center;
    line-height: normal;
    text-decoration: none!important;
}

.headline_yape{
    padding: 10px 0px;
    
}
.qr_yape &gt; img {
    width: 200px;
    height: auto;
    display: block;
    margin: auto;
    align-items: center;
    padding: 10px 0px;
}

.number_yape {
    padding: 10px 0px;
}

.number_yape &gt; a {
    display: block;
    font-size: 1.8em;
    color: #742385;
    font-weight: bold;
    width: max-content;
    margin: auto;
    border: 2px dashed;
    border-radius: 5px;
    background: #f8f8f8;
    text-align: center;
    padding: 30px 20px;
    line-height: 0;
    transition: 0.5s all;
    text-decoration: none!important;
}

.caja_monto_total {
    margin: auto;
    color: black;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.titulo_monto_total {
    text-align: center;
    font-weight: 600;
    width: 100%;
    font-size: 1.1em;
    margin: auto;
}

.monto_total {
    text-align: center;
    font-weight: bold;
    line-height: normal;
    width: 100%;
    margin: auto;
    font-size: 1.8em;
}

.instructions_yape {
    color: black;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 2em!important;
    width: 100%;
    font-size: 1.1em;
    font-weight: 300;
    margin: auto;
}</pre></body></html>