/* Tity Live ortak rol logoları: çerçevesiz, belirgin ve tüm ekranlarda aynı. */
.tl-role-badges,
.tl-role-badge-row {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  vertical-align: middle;
  line-height: 1;
  white-space: nowrap;
}

.tl-role-badge {
  --tl-role-color: #7c3aed;
  --tl-role-color2: #4c1d95;
  --tl-role-shadow: rgba(124, 58, 237, .30);
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  overflow: visible;
  color: var(--tl-role-color);
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 3px 4px var(--tl-role-shadow));
  vertical-align: middle;
}

.tl-role-badge svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.tl-role-badge em,
.tl-role-badge .tl-role-hex-outer,
.tl-role-badge .tl-role-hex-mid,
.tl-role-badge .tl-role-hex-inner,
.tl-role-badge .tl-role-gloss { display: none !important; }
.tl-role-badge .tl-role-logo-main,
.tl-role-badge .tl-role-icon-fill {
  fill: var(--tl-role-color);
  stroke: #d79614;
  stroke-width: 2.8;
  stroke-linejoin: round;
}
.tl-role-badge .tl-role-logo-accent,
.tl-role-badge .tl-role-icon-accent { fill: #ffd166; }
.tl-role-badge .tl-role-logo-cutout,
.tl-role-badge .tl-role-icon-hole { fill: #fff; }
.tl-role-badge .tl-role-logo-line,
.tl-role-badge .tl-role-icon-stroke {
  fill: none;
  stroke: #d79614;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tl-role-yayinci { --tl-role-color:#7c3aed; --tl-role-color2:#4c1d95; --tl-role-shadow:rgba(124,58,237,.32); }
.tl-role-ajans { --tl-role-color:#2563eb; --tl-role-color2:#1e3a8a; --tl-role-shadow:rgba(37,99,235,.32); }
.tl-role-bayi { --tl-role-color:#0f766e; --tl-role-color2:#134e4a; --tl-role-shadow:rgba(15,118,110,.32); }
.tl-role-yonetim { --tl-role-color:#dc2626; --tl-role-color2:#7f1d1d; --tl-role-shadow:rgba(220,38,38,.32); }
.tl-role-destekci { --tl-role-color:#e11d48; --tl-role-color2:#9f1239; --tl-role-shadow:rgba(225,29,72,.32); }

.tl-role-badge-avatar {
  position: absolute !important;
  right: -7px !important;
  bottom: 1px !important;
  z-index: 5 !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
}

.tl-role-badges-mini .tl-role-badge {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
}

.tl-role-badges-profile { margin: 0; gap: 5px; }
.tl-role-badges-profile .tl-role-badge {
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
}

@media (max-width: 320px) {
  .tl-role-badge-avatar {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
  }
  .tl-role-badges-profile .tl-role-badge {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
  }
}
