.fx3-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  line-height: 1;
}

.fx3-svg-icon {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.fx3-icon-lg {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.125rem;
}

.fx3-hidden {
  display: none !important;
}

.admin-bar #fx3-site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar #fx3-site-header {
    top: 46px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.animate-\[marquee_40s_linear_infinite\] {
  animation: marquee 40s linear infinite;
}

.fx3-prose .lead {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
  color: #334155;
  margin-bottom: 2.5rem;
}

.fx3-prose .highlight-box {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.5rem 2rem;
  margin: 2.5rem 0;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.02);
}

.fx3-prose .highlight-box h4 {
  margin-top: 0;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.fx3-prose .highlight-box p {
  margin-bottom: 0;
  font-size: 1rem;
}

.fx3-openclaw-content p {
  margin-bottom: 1rem;
}
