.explogu-connect-stripe-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background: #635bff;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
}

.explogu-connect-stripe-btn:hover {
    background: #544df1;
    color: #ffffff;
    transform: translateY(-1px);
}

.explogu-connect-stripe-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}