/* JobLik 0.30.98 — unified smart-card brand and readable trust slide */
.jsc-brand .jsc-joblik-brand{
 display:flex;
 align-items:center;
 justify-content:center;
 width:124px;
 height:54px;
 overflow:hidden;
 border-radius:9px;
 text-decoration:none;
}
.jsc-brand .jsc-joblik-brand img{
 display:block;
 width:100%;
 height:100%;
 object-fit:contain;
 object-position:center;
}
.jsc-trust-copy{
 min-width:0;
 display:grid;
 align-content:center;
 gap:5px;
}
.jsc-trust-copy h3{
 margin:0!important;
 font-size:15px!important;
 line-height:1.55!important;
 font-weight:900!important;
}
.jsc-trust-copy small{
 display:block;
 font-size:12px!important;
 line-height:1.65!important;
 font-weight:650;
}
@media(max-width:700px){
 .jsc-brand .jsc-joblik-brand{width:112px;height:49px}
 .jsc-trust-copy h3{font-size:14.5px!important;line-height:1.45!important}
 .jsc-trust-copy small{font-size:11.5px!important;line-height:1.55!important}
}
@media(max-width:390px){
 .jsc-brand .jsc-joblik-brand{width:104px;height:46px}
 .jsc-trust-copy h3{font-size:14px!important}
 .jsc-trust-copy small{font-size:11px!important}
}
