.wf-disabled{

opacity:0.4;
pointer-events:none;

}

.wf-disabled:after{

content:"Aktivera profil först (3 kr)";
display:block;

color:#ff4d4d;
font-size:12px;
margin-top:6px;

}


/* ================================
TRUST BADGE
================================ */

.wf-badge{

position:absolute;
top:18px;
right:22px;

width:28px;
height:28px;

background:transparent !important;
border:none !important;
box-shadow:none !important;
padding:0;

display:block;

}


/* blå shield */

.wf-badge::before{

content:"🛡";
font-size:24px;
color:#1e88e5;

display:block;

}


/* grön check */

.wf-badge::after{

content:"✔";
color:#2ecc71;

font-size:14px;

position:absolute;
bottom:-2px;
right:-6px;

}


/* ================================
VERIFY TEXT
================================ */

.wf-verify{

margin-left:auto;
font-size:13px;
color:#555;

}

.wf-verify a{

color:#2ecc71;
font-weight:600;
text-decoration:none;

}