/* body .uws-inventory-list-noitmes .uwstitle {
  position: relative;
  color: transparent;
}

body .uws-inventory-list-noitmes .uwstitle::after {
  content: "This event is sold out";
  position: absolute;
  top: 0;
  left: 17px;
  right: 0;
  color: #000;
} */

.uwsjs-loadeventinventory[data-eventcode="EVE211304400020250904"] 
  .uws-inventory-list-noitmes .uwstitle {
  position: relative;
  color: transparent;
}

.uwsjs-loadeventinventory[data-eventcode="EVE211304400020250904"] 
  .uws-inventory-list-noitmes .uwstitle::after {
  content: "This event is sold out";
  position: absolute;
  top: 0;
  left: 17px;
  right: 0;
  color: #000;
}