.esgo-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    gap: 6px;
    padding: 8px;
    background: #fff;
    border-top: 1px solid #d9e1ea;
    box-shadow: 0 -6px 20px rgba(15, 23, 42, 0.12);
}

.esgo-sticky-cta a {
    flex: 1;
    min-width: 0;
    padding: 12px 8px;
    border-radius: 8px;
    background: #eef3f8;
    color: #123;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.esgo-sticky-cta .esgo-sticky-primary {
    background: #0b7fc9;
    color: #fff;
}

@media (max-width: 782px) {
    .esgo-sticky-cta {
        display: flex;
    }

    body {
        padding-bottom: 66px;
    }
}
