.mysporttech-page-brand {
  position: fixed;
  right: 18px;
  bottom: 14px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  color: #334155;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .08);
  font: 700 11px/1.2 Inter, system-ui, sans-serif;
  pointer-events: none;
}

.mysporttech-page-brand img {
  width: 72px;
  height: auto;
  display: block;
}

@media print {
  .mysporttech-page-brand {
    position: fixed;
    bottom: 8mm;
    right: 8mm;
    box-shadow: none;
  }
}
