.openclaw-sticky-cta {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 150;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    padding: 0;
    border: 0;
    background: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.4);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.openclaw-sticky-cta:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.5);
    transform: translateY(-1px);
}

.openclaw-sticky-cta-logo {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
    flex-shrink: 0;
}

.openclaw-sticky-cta-text {
    display: none;
    font-family: 'SFMono-Regular', 'Menlo', 'Monaco', 'Consolas', monospace;
    font-size: 0.85rem;
    line-height: 1;
    white-space: nowrap;
}

.has-openclaw-sticky-cta .scroll-top {
    bottom: 6.25rem;
}

@media (min-width: 769px) {
    .openclaw-sticky-cta {
        width: auto;
        min-height: 2.75rem;
        padding: 0 1rem;
    }

    .openclaw-sticky-cta-text {
        display: inline;
    }
}
