/* ═══════════════════════════════════════════════════════════════
   YENİ İŞ TANIMLARI VE MODÜLÜ — Geliştirici Referans Etiketleri
   ═══════════════════════════════════════════════════════════════ */
.yi-module-band {
  position: relative;
}
.yi-module-band .m-band-head {
  position: relative;
  padding-right: 430px;
}
.yi-band-file-ref,
.yi-section-file-ref {
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border: 1px solid #b7c7d8;
  border-radius: 6px;
  background: linear-gradient(180deg,#fffdf7,#eef5fc);
  color: #445a72;
  font: 700 11px/1.25 var(--sans);
  white-space: nowrap;
  box-shadow: 0 1px 4px rgba(40,72,102,.10);
  pointer-events: none;
}
.yi-band-file-ref {
  position: absolute;
  top: 8px;
  right: 12px;
}
.yi-section-shell {
  position: relative;
  padding-right: 380px;
}
.yi-section-file-ref {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1180px) {
  .yi-module-band .m-band-head {
    padding-right: 16px;
    padding-bottom: 40px;
  }
  .yi-band-file-ref,
  .yi-section-file-ref {
    white-space: normal;
    max-width: min(100%, 420px);
  }
  .yi-band-file-ref {
    top: 34px;
  }
  .yi-section-shell {
    padding-right: 0;
    padding-top: 44px;
  }
}
