.wpwo-inline-wrap {
    margin: 12px 0;
}

.wpwo-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 8px;
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none !important;
    transition: opacity 0.2s ease, transform 0.15s ease;
}
.wpwo-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    color: #fff !important;
}
.wpwo-btn .wpwo-icon {
    display: inline-flex;
    align-items: center;
}

.wpwo-floating {
    position: fixed;
    bottom: 24px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
    z-index: 999998;
    text-decoration: none !important;
    transition: transform 0.2s ease;
}
.wpwo-floating:hover {
    transform: scale(1.08);
    color: #fff !important;
}
.wpwo-floating-right { right: 24px; }
.wpwo-floating-left { left: 24px; }

@media (max-width: 480px) {
    .wpwo-floating {
        width: 52px;
        height: 52px;
        bottom: 16px;
    }
    .wpwo-floating-right { right: 16px; }
    .wpwo-floating-left { left: 16px; }
}
