.psuo-banner{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:10px;
  text-decoration:none !important;
  line-height:1.1;
  width:100%;
  box-sizing:border-box;
}

.psuo-banner:hover{
  filter:brightness(0.98);
}

.psuo-label{
  font-weight:800;
  letter-spacing:0.04em;
  text-transform:uppercase;
  white-space:nowrap;
}

.psuo-sep{
  opacity:0.9;
  font-weight:700;
}

.psuo-title{
  font-weight:700;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

@media (max-width: 600px){
  .psuo-banner{
    padding:9px 12px;
    border-radius:10px;
  }
  .psuo-title{
    font-weight:700;
  }
}
