.burcfal-floating-contact {
    position: fixed;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.burcfal-position-right {
    right: 20px;
}

.burcfal-position-left {
    left: 20px;
}

.burcfal-floating-contact .burcfal-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.burcfal-floating-contact .burcfal-icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
}

.burcfal-floating-contact .burcfal-icon svg {
    width: 100%;
    height: 100%;
}

.burcfal-floating-contact .burcfal-label {
    letter-spacing: 0.04em;
}

/* Mobilde biraz yukarı alalım */
@media (max-width: 768px) {
    .burcfal-position-right {
        right: 12px;
    }
    .burcfal-position-left {
        left: 12px;
    }
    .burcfal-floating-contact .burcfal-btn {
        padding: 9px 14px;
        font-size: 13px;
    }
}
