#floorict-klantenstop-banner{
  position:relative;
  z-index:900;
  background:#0A1620;
  border-bottom:1px solid rgba(0,150,175,.28);
  box-shadow:inset 2px 0 0 #0096AF;
  color:#fff;
  font-family:Inter,system-ui,sans-serif;
}
#floorict-klantenstop-banner .floorict-ks__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  width:100%;
  max-width:72rem;
  margin:0 auto;
  padding:8px 16px;
  flex-wrap:nowrap;
  box-sizing:border-box;
}
#floorict-klantenstop-banner .floorict-ks__text{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
  min-width:0;
  flex:1;
}
#floorict-klantenstop-banner .floorict-ks__eyebrow,
#floorict-klantenstop-banner .floorict-ks__sep{display:none}
#floorict-klantenstop-banner .floorict-ks__title{
  font-size:13px;
  font-weight:600;
  color:#fff;
  line-height:1.35;
  white-space:nowrap;
}
#floorict-klantenstop-banner .floorict-ks__body{
  font-size:12px;
  font-weight:400;
  line-height:1.4;
  color:#9EC4D2;
  white-space:normal;
  overflow:visible;
  text-overflow:unset;
  max-width:52rem;
}
#floorict-klantenstop-banner .floorict-ks__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  color:#fff!important;
  text-decoration:none;
  font-size:12px;
  font-weight:600;
  padding:6px 12px;
  border-radius:8px;
  white-space:nowrap;
  min-height:32px;
  border:1px solid rgba(255,255,255,.28);
  flex-shrink:0;
  align-self:center;
}
#floorict-klantenstop-banner .floorict-ks__btn:hover{
  border-color:#0096AF;
  color:#0096AF!important;
}
@media (max-width:640px){
  #floorict-klantenstop-banner .floorict-ks__inner{
    flex-wrap:wrap;
    padding:10px 16px;
    gap:10px;
  }
  #floorict-klantenstop-banner .floorict-ks__title{white-space:normal}
  #floorict-klantenstop-banner .floorict-ks__btn{
    width:100%;
    min-height:40px;
  }
}
