:root {
  --lnw-font: "Sarabun", Arial, sans-serif;
  --lnw-gold: #b68b2e;
  --lnw-navy: #102a43;
  --lnw-line: #06c755;
  --lnw-white: #ffffff;
  --lnw-shadow: 0 10px 30px rgba(16, 42, 67, .18);
}

.lnw-widget,
.lnw-widget * {
  box-sizing: border-box;
  font-family: var(--lnw-font);
}

.lnw-network-hub {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(182, 139, 46, .5);
  border-radius: 999px;
  color: var(--lnw-navy);
  background: rgba(255,255,255,.96);
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 5px 18px rgba(16,42,67,.10);
  transition: transform .2s ease, box-shadow .2s ease;
}

.lnw-network-hub:hover {
  transform: translateY(-1px);
  box-shadow: var(--lnw-shadow);
}

.lnw-fab {
  position: fixed;
  z-index: 99998;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 11px 15px;
  border: 0;
  border-radius: 999px;
  color: var(--lnw-white);
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  box-shadow: var(--lnw-shadow);
  transition: transform .2s ease, filter .2s ease;
}

.lnw-fab:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.lnw-line-77 {
  left: 18px;
  bottom: 22px;
  background: var(--lnw-line);
}

.lnw-consult-lawyer {
  right: 18px;
  bottom: 22px;
  background: var(--lnw-navy);
}

.lnw-icon {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 22px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  font-size: 14px;
}

.lnw-network-hub .lnw-icon {
  color: var(--lnw-gold);
  background: rgba(182,139,46,.12);
}

@media (max-width: 640px) {
  .lnw-fab {
    min-height: 46px;
    padding: 10px 13px;
    font-size: 14px;
  }

  .lnw-line-77 {
    left: 10px;
    bottom: 14px;
  }

  .lnw-consult-lawyer {
    right: 10px;
    bottom: 14px;
  }
}

@media print {
  .lnw-widget { display: none !important; }
}
