.horam-trust-box{

background:#fff;

border-radius:20px;

padding:20px;

margin:20px 0;

box-shadow:var(--shadow-sm);
}

.horam-trust-score{

display:flex;

align-items:center;

gap:10px;

margin-bottom:15px;
}

.horam-trust-score .score{

width:70px;

height:70px;

border-radius:50%;

background:#2A9D8F;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

font-size:24px;

font-weight:bold;
}

.horam-trust-score .label{

font-size:18px;

font-weight:bold;
}

.horam-trust-items{

display:grid;

gap:10px;
}

.horam-trust-items div{

background:var(--background);

padding:12px;

border-radius:10px;
}

.horam-badges{

display:flex;

flex-wrap:wrap;

gap:10px;

margin-top:15px;
}

.horam-badge{

background:var(--primary);

color:#fff;

padding:8px 12px;

border-radius:50px;

font-size:13px;
}