﻿.k38-stickyCta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 9999;
}

.k38-stickyBtn {
    flex: 1;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-decoration: none;
    gap: 6px;
}

    .k38-stickyBtn.call {
        background: #f6b100;
        color: #111;
    }

    .k38-stickyBtn.wa {
        background: #25D366;
        color: #fff;
    }

/* DESKTOP */
@media (min-width: 992px) {

    .k38-stickyCta {
        width: auto;
        right: 18px;
        left: auto;
        bottom: 18px;
        flex-direction: column;
        gap: 10px;
        background: none;
    }

    .k38-stickyBtn {
        flex: none; /* önemli */
        width: 54px;
        height: 54px;
        border-radius: 50%;
        box-shadow: 0 12px 24px rgba(0,0,0,.25);
    }

        .k38-stickyBtn span {
            display: none;
        }

        .k38-stickyBtn.call {
            display: none;
        }
}
