.floating-btn-wrap-c3a10dbb {
    position: fixed;
    right: 0;
    z-index: 99999;
    transition: all 0.3s ease;
}

.floating-btn-c3a10dbb {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 8px 8px 0 0;
    text-decoration: none;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    white-space: nowrap;
    transform: rotate(270deg);
    transform-origin: right bottom;
    margin-right: -2px;
}

.floating-btn-c3a10dbb:hover {
    transform: rotate(270deg) translateY(-5px);
}

.floating-btn-text-c3a10dbb {
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.floating-btn-icon-c3a10dbb svg {
    width: 16px;
    height: 16px;
    display: block;
}
