/* This targets the span once GTM adds the data-operator */
[data-operator]:after
{
  content: "";
  display: inline-block;
  width: clamp(5.4375rem, 1.6094rem + 12.25vw, 8.5rem);
  height: clamp(0.875rem, 0.4063rem + 1.5vw, 1.25rem);
  margin-inline-start: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

[data-operator]:before
{
  content: "Flight operated by";
  display: inline-block;
  font-size: clamp(0.75rem, 0.5938rem + 0.5vw, 0.875rem);
}

:dir(rtl) [data-operator]:before
{
  content: "הטיסה מופעלת על ידי";
  display: inline-block;
  font-size: clamp(0.75rem, 0.5938rem + 0.5vw, 0.875rem);
}

/* TUS Logo */
[data-operator="TUS"]:after
{
  background-image: url('https://storage.aerocrs.com/567/system/Tus_Airways_Logo.png');
}

/* Blue Bird Logo */
[data-operator="BLUEBIRD"]::after
{
  background-image: url('https://storage.aerocrs.com/567/system/logo-operated-by-bluebird.png');
}

span[data-operator]
{
  font-size: 0px !important;
  display: flex;
  align-items: center;
  text-transform: none;
}

.flightItem_titleMobile span
{
  text-transform: none;
}