.wl-trustbar{
  width:100%;
  background:var(--wltb-bg,#fff);
  color:var(--wltb-text,#0f2f4a);
  border-top:1px solid var(--wltb-border,#ece8e1);
  border-bottom:1px solid var(--wltb-border,#ece8e1);
  padding:0;
}
.wl-trustbar__inner{max-width:1320px;margin:0 auto;padding:0 16px;display:grid;align-items:stretch}
.wl-trustbar__item{position:relative;min-width:0;display:flex;align-items:center;justify-content:center;gap:8px;padding:var(--wltb-desktop-vpad,16px) var(--wltb-desktop-hpad,18px);background:transparent;border:0;border-radius:0;text-decoration:none!important;color:inherit!important;box-sizing:border-box;transition:background-color .15s ease}
.wl-trustbar__item:not(:last-child)::after{content:"";position:absolute;right:0;top:25%;bottom:25%;width:1px;background:var(--wltb-border,#ece8e1)}
a.wl-trustbar__item:hover{color:inherit!important;text-decoration:none!important;background:rgba(15,47,74,.018)}
.wl-trustbar__icon{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:var(--wltb-desktop-icon-size,30px);height:var(--wltb-desktop-icon-size,30px);color:var(--wltb-accent,#d9a126)}
.wl-trustbar__icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.wl-trustbar__copy{display:flex;flex-direction:column;line-height:1.15;min-width:0;text-align:left}
.wl-trustbar__copy strong{color:var(--wltb-text,#0f2f4a);font-size:14px;line-height:1.15;font-weight:600;white-space:nowrap}
.wl-trustbar__copy small{color:var(--wltb-subtext,#6f7782);font-size:11.5px;line-height:1.2;font-weight:400;opacity:1;margin-top:2px;white-space:normal}

/* Desktop layout */
.wl-trustbar--desktop-4 .wl-trustbar__inner{grid-template-columns:repeat(4,minmax(0,1fr))}
.wl-trustbar--desktop-3 .wl-trustbar__inner{grid-template-columns:repeat(3,minmax(0,1fr))}
.wl-trustbar--desktop-2 .wl-trustbar__inner{grid-template-columns:repeat(2,minmax(0,1fr))}
.wl-trustbar--desktop-icon-above .wl-trustbar__item{flex-direction:column;text-align:center;gap:6px}
.wl-trustbar--desktop-icon-above .wl-trustbar__copy{align-items:center;text-align:center}


/* Compact/mobile presentation is controlled by one breakpoint setting. */
@media (max-width:1279px){

  .wl-trustbar--bp-1279.wl-trustbar--hide-mobile{display:none!important}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile) .wl-trustbar__inner{padding:0 6px}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__inner{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-3 .wl-trustbar__inner{grid-template-columns:repeat(3,minmax(0,1fr))}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__inner{grid-template-columns:repeat(4,minmax(0,1fr))}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__item:nth-child(n+3){display:none}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-3 .wl-trustbar__item:nth-child(n+4){display:none}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__item:nth-child(n+5){display:none}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile) .wl-trustbar__item{min-height:62px;padding:var(--wltb-mobile-vpad,12px) var(--wltb-mobile-hpad,6px);gap:6px;flex-direction:row;justify-content:center;text-align:left}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile) .wl-trustbar__item:not(:last-child)::after{top:22%;bottom:22%}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile) .wl-trustbar__icon{width:var(--wltb-mobile-icon-size,21px);height:var(--wltb-mobile-icon-size,21px)}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile) .wl-trustbar__copy{align-items:flex-start;text-align:left;line-height:1.08}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile) .wl-trustbar__copy strong{font-size:11px;line-height:1.08;font-weight:600;white-space:nowrap}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile) .wl-trustbar__copy small{font-size:9.5px;line-height:1.12;margin-top:3px}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__item{padding-left:max(var(--wltb-mobile-hpad,6px),12px);padding-right:max(var(--wltb-mobile-hpad,6px),12px);gap:8px}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__copy strong{font-size:13px}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__copy small{font-size:11px}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__item{padding-left:3px;padding-right:3px;gap:4px}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__icon{width:18px;height:18px}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__copy strong{font-size:9px}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__copy small{font-size:7.8px;margin-top:2px}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-icon-above .wl-trustbar__item{flex-direction:column;text-align:center;gap:5px}
  .wl-trustbar--bp-1279:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-icon-above .wl-trustbar__copy{align-items:center;text-align:center}
}
@media (min-width:1280px){
  .wl-trustbar--bp-1279.wl-trustbar--hide-desktop{display:none!important}
}
@media (max-width:1199px){

  .wl-trustbar--bp-1199.wl-trustbar--hide-mobile{display:none!important}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile) .wl-trustbar__inner{padding:0 6px}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__inner{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-3 .wl-trustbar__inner{grid-template-columns:repeat(3,minmax(0,1fr))}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__inner{grid-template-columns:repeat(4,minmax(0,1fr))}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__item:nth-child(n+3){display:none}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-3 .wl-trustbar__item:nth-child(n+4){display:none}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__item:nth-child(n+5){display:none}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile) .wl-trustbar__item{min-height:62px;padding:var(--wltb-mobile-vpad,12px) var(--wltb-mobile-hpad,6px);gap:6px;flex-direction:row;justify-content:center;text-align:left}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile) .wl-trustbar__item:not(:last-child)::after{top:22%;bottom:22%}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile) .wl-trustbar__icon{width:var(--wltb-mobile-icon-size,21px);height:var(--wltb-mobile-icon-size,21px)}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile) .wl-trustbar__copy{align-items:flex-start;text-align:left;line-height:1.08}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile) .wl-trustbar__copy strong{font-size:11px;line-height:1.08;font-weight:600;white-space:nowrap}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile) .wl-trustbar__copy small{font-size:9.5px;line-height:1.12;margin-top:3px}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__item{padding-left:max(var(--wltb-mobile-hpad,6px),12px);padding-right:max(var(--wltb-mobile-hpad,6px),12px);gap:8px}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__copy strong{font-size:13px}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__copy small{font-size:11px}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__item{padding-left:3px;padding-right:3px;gap:4px}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__icon{width:18px;height:18px}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__copy strong{font-size:9px}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__copy small{font-size:7.8px;margin-top:2px}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-icon-above .wl-trustbar__item{flex-direction:column;text-align:center;gap:5px}
  .wl-trustbar--bp-1199:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-icon-above .wl-trustbar__copy{align-items:center;text-align:center}
}
@media (min-width:1200px){
  .wl-trustbar--bp-1199.wl-trustbar--hide-desktop{display:none!important}
}
@media (max-width:1023px){

  .wl-trustbar--bp-1023.wl-trustbar--hide-mobile{display:none!important}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile) .wl-trustbar__inner{padding:0 6px}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__inner{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-3 .wl-trustbar__inner{grid-template-columns:repeat(3,minmax(0,1fr))}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__inner{grid-template-columns:repeat(4,minmax(0,1fr))}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__item:nth-child(n+3){display:none}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-3 .wl-trustbar__item:nth-child(n+4){display:none}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__item:nth-child(n+5){display:none}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile) .wl-trustbar__item{min-height:62px;padding:var(--wltb-mobile-vpad,12px) var(--wltb-mobile-hpad,6px);gap:6px;flex-direction:row;justify-content:center;text-align:left}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile) .wl-trustbar__item:not(:last-child)::after{top:22%;bottom:22%}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile) .wl-trustbar__icon{width:var(--wltb-mobile-icon-size,21px);height:var(--wltb-mobile-icon-size,21px)}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile) .wl-trustbar__copy{align-items:flex-start;text-align:left;line-height:1.08}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile) .wl-trustbar__copy strong{font-size:11px;line-height:1.08;font-weight:600;white-space:nowrap}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile) .wl-trustbar__copy small{font-size:9.5px;line-height:1.12;margin-top:3px}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__item{padding-left:max(var(--wltb-mobile-hpad,6px),12px);padding-right:max(var(--wltb-mobile-hpad,6px),12px);gap:8px}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__copy strong{font-size:13px}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__copy small{font-size:11px}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__item{padding-left:3px;padding-right:3px;gap:4px}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__icon{width:18px;height:18px}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__copy strong{font-size:9px}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__copy small{font-size:7.8px;margin-top:2px}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-icon-above .wl-trustbar__item{flex-direction:column;text-align:center;gap:5px}
  .wl-trustbar--bp-1023:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-icon-above .wl-trustbar__copy{align-items:center;text-align:center}
}
@media (min-width:1024px){
  .wl-trustbar--bp-1023.wl-trustbar--hide-desktop{display:none!important}
}
@media (max-width:991px){

  .wl-trustbar--bp-991.wl-trustbar--hide-mobile{display:none!important}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile) .wl-trustbar__inner{padding:0 6px}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__inner{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-3 .wl-trustbar__inner{grid-template-columns:repeat(3,minmax(0,1fr))}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__inner{grid-template-columns:repeat(4,minmax(0,1fr))}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__item:nth-child(n+3){display:none}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-3 .wl-trustbar__item:nth-child(n+4){display:none}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__item:nth-child(n+5){display:none}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile) .wl-trustbar__item{min-height:62px;padding:var(--wltb-mobile-vpad,12px) var(--wltb-mobile-hpad,6px);gap:6px;flex-direction:row;justify-content:center;text-align:left}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile) .wl-trustbar__item:not(:last-child)::after{top:22%;bottom:22%}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile) .wl-trustbar__icon{width:var(--wltb-mobile-icon-size,21px);height:var(--wltb-mobile-icon-size,21px)}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile) .wl-trustbar__copy{align-items:flex-start;text-align:left;line-height:1.08}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile) .wl-trustbar__copy strong{font-size:11px;line-height:1.08;font-weight:600;white-space:nowrap}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile) .wl-trustbar__copy small{font-size:9.5px;line-height:1.12;margin-top:3px}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__item{padding-left:max(var(--wltb-mobile-hpad,6px),12px);padding-right:max(var(--wltb-mobile-hpad,6px),12px);gap:8px}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__copy strong{font-size:13px}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__copy small{font-size:11px}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__item{padding-left:3px;padding-right:3px;gap:4px}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__icon{width:18px;height:18px}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__copy strong{font-size:9px}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__copy small{font-size:7.8px;margin-top:2px}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-icon-above .wl-trustbar__item{flex-direction:column;text-align:center;gap:5px}
  .wl-trustbar--bp-991:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-icon-above .wl-trustbar__copy{align-items:center;text-align:center}
}
@media (min-width:992px){
  .wl-trustbar--bp-991.wl-trustbar--hide-desktop{display:none!important}
}
@media (max-width:767px){

  .wl-trustbar--bp-767.wl-trustbar--hide-mobile{display:none!important}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile) .wl-trustbar__inner{padding:0 6px}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__inner{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-3 .wl-trustbar__inner{grid-template-columns:repeat(3,minmax(0,1fr))}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__inner{grid-template-columns:repeat(4,minmax(0,1fr))}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__item:nth-child(n+3){display:none}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-3 .wl-trustbar__item:nth-child(n+4){display:none}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__item:nth-child(n+5){display:none}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile) .wl-trustbar__item{min-height:62px;padding:var(--wltb-mobile-vpad,12px) var(--wltb-mobile-hpad,6px);gap:6px;flex-direction:row;justify-content:center;text-align:left}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile) .wl-trustbar__item:not(:last-child)::after{top:22%;bottom:22%}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile) .wl-trustbar__icon{width:var(--wltb-mobile-icon-size,21px);height:var(--wltb-mobile-icon-size,21px)}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile) .wl-trustbar__copy{align-items:flex-start;text-align:left;line-height:1.08}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile) .wl-trustbar__copy strong{font-size:11px;line-height:1.08;font-weight:600;white-space:nowrap}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile) .wl-trustbar__copy small{font-size:9.5px;line-height:1.12;margin-top:3px}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__item{padding-left:max(var(--wltb-mobile-hpad,6px),12px);padding-right:max(var(--wltb-mobile-hpad,6px),12px);gap:8px}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__copy strong{font-size:13px}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-2 .wl-trustbar__copy small{font-size:11px}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__item{padding-left:3px;padding-right:3px;gap:4px}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__icon{width:18px;height:18px}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__copy strong{font-size:9px}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-4 .wl-trustbar__copy small{font-size:7.8px;margin-top:2px}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-icon-above .wl-trustbar__item{flex-direction:column;text-align:center;gap:5px}
  .wl-trustbar--bp-767:not(.wl-trustbar--hide-mobile).wl-trustbar--mobile-icon-above .wl-trustbar__copy{align-items:center;text-align:center}
}
@media (min-width:768px){
  .wl-trustbar--bp-767.wl-trustbar--hide-desktop{display:none!important}
}

@media (max-width:370px){
  .wl-trustbar--mobile-3 .wl-trustbar__item{padding-left:4px;padding-right:4px;gap:4px}
  .wl-trustbar--mobile-3 .wl-trustbar__icon{width:19px;height:19px}
  .wl-trustbar--mobile-3 .wl-trustbar__copy strong{font-size:10px}
  .wl-trustbar--mobile-3 .wl-trustbar__copy small{font-size:8.5px}
}

/* Optional narrow laptop/tablet refinement: 770-880px. This only scales typography/icons;
   it does not affect hook placement, visibility, or the responsive-safe switching logic. */
@media (min-width:770px) and (max-width:880px){
  .wl-trustbar.wl-trustbar--narrow-scale .wl-trustbar__item{gap:5px}
  .wl-trustbar.wl-trustbar--narrow-scale .wl-trustbar__icon{width:var(--wltb-narrow-icon-size,18px)!important;height:var(--wltb-narrow-icon-size,18px)!important;flex:0 0 var(--wltb-narrow-icon-size,18px)}
  .wl-trustbar.wl-trustbar--narrow-scale .wl-trustbar__copy strong{font-size:var(--wltb-narrow-title-size,10px)!important;line-height:1.08}
  .wl-trustbar.wl-trustbar--narrow-scale .wl-trustbar__copy small{font-size:var(--wltb-narrow-subtext-size,8.5px)!important;line-height:1.1;margin-top:2px}
}

/* Configurable bottom margin applies to desktop view only. */
@media (min-width:1280px){.wl-trustbar--bp-1279{margin-bottom:var(--wltb-margin-bottom,0px)}}
@media (min-width:1200px){.wl-trustbar--bp-1199{margin-bottom:var(--wltb-margin-bottom,0px)}}
@media (min-width:1024px){.wl-trustbar--bp-1023{margin-bottom:var(--wltb-margin-bottom,0px)}}
@media (min-width:992px){.wl-trustbar--bp-991{margin-bottom:var(--wltb-margin-bottom,0px)}}
@media (min-width:768px){.wl-trustbar--bp-767{margin-bottom:var(--wltb-margin-bottom,0px)}}
