/* LABNED recommendations, 28.07.2026 */
.labned-developer-commission {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 1.35rem;
  padding: .72rem .9rem;
  border: 1px solid rgba(159, 21, 29, .28);
  border-radius: 4px;
  background: rgba(159, 21, 29, .055);
  color: #7f1118;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.35;
}
.labned-footer-telegram-row {
  box-sizing: border-box;
  width: min(1500px, calc(100% - 48px));
  margin: 0 auto;
  padding: 18px 0 24px;
  border-top: 1px solid rgba(128, 128, 128, .32);
}
.labned-footer-telegram-row a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 700px) {
  .labned-footer-telegram-row { width: calc(100% - 32px); }
}
